Skip to main content

Quest Entry

The base entry for defining quests. Quests are composed of objectives and can be tracked by players.

Fields

FieldTypeDefaultDescription
displayNameVar<String> @P @C(required)Name shown to players.
objectivesList<Ref<ObjectiveEntry>>[]Objectives to complete.
Quest entries are the foundation that QuestCodex, QuestPlus, and BattlePass build upon.