Skip to main content

treasure_hunt_definition

A treasure hunt with progressive hints and compass guidance — misc entry.

Entry Information

PropertyValue
Entry IDtreasure_hunt_definition
TypeMisc
ColorGreen
Iconmdi:treasure-chest

Fields

FieldTypeDescription
treasureIdVar<String>Unique treasure hunt identifier.
hintsList<String>Progressive hints (from vague to precise). Supports color codes.
solutionLocationVar<Position>The final treasure location.
activationRadiusVar<Int>Activation radius around the solution location.
compassTargetOptional<Var<Position>>Optional compass target (usually the solution area).
requiredFragmentGroupOptional<String>Optional fragment group that must be completed before this treasure is accessible.
onFoundRef<TriggerableEntry>Sequence triggered when the treasure is found.

Usage Example

- entry: treasure_hunt_definition
name: "A treasure hunt with progressive hints and compass guidance"
treasureId: ""
hints: []
solutionLocation: ""
activationRadius: 0
compassTarget: ""
requiredFragmentGroup: ""
onFound: ""