Update Ways An Objective Can Be Completed authored by Taryn's avatar Taryn
There are a number of ways an objective can be completed. These are called "objective completion types" and each has an "objective completion criteria" for how we know if that criteria has been met. For example, we can complete an objective by moving the player to a specific location on the map. For that objective, its objective completion type is movement and its objective completion criteria is the specific game location that the player must step on.
In order to be able to be stored consistently, all completion criteria types must extend ObjectiveCompletionCriteria.
| Completion Type| Completion Criteria Type| Completion Criteria Description
|---|---|---|
| Real Life | CriteriaString | The name of the witness (which is currently ignored except for printing the certificate|
|Movement| GameLocation | The map and coordinates where the player must go |
|Chat| CriteriaString | The name of the player/NPC that the player must chat with |
|Doubloons| CriteriaInteger | the number of doubloons the player must earn |
|Key Stroke | CriteriaString | The one character key the user must type |
\ No newline at end of file