treasure_hunt_definition
A treasure hunt with progressive hints and compass guidance — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | treasure_hunt_definition |
| Type | Misc |
| Color | Green |
| Icon | mdi:treasure-chest |
Fields
| Field | Type | Description |
|---|---|---|
treasureId | Var<String> | Unique treasure hunt identifier. |
hints | List<String> | Progressive hints (from vague to precise). Supports color codes. |
solutionLocation | Var<Position> | The final treasure location. |
activationRadius | Var<Int> | Activation radius around the solution location. |
compassTarget | Optional<Var<Position>> | Optional compass target (usually the solution area). |
requiredFragmentGroup | Optional<String> | Optional fragment group that must be completed before this treasure is accessible. |
onFound | Ref<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: ""