Quest Entry
The base entry for defining quests. Quests are composed of objectives and can be tracked by players.Fields
| Field | Type | Default | Description |
|---|---|---|---|
displayName | Var<String> @P @C | (required) | Name shown to players. |
objectives | List<Ref<ObjectiveEntry>> | [] | Objectives to complete. |
Quest entries are the foundation that QuestCodex, QuestPlus, and BattlePass build upon.