parkour_completion_objective
Complete parkours — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | parkour_completion_objective |
| Type | Misc |
| Color | Medium_sea_green |
| Icon | fa6-solid:flag-checkered |
Fields
| Field | Type | Description |
|---|---|---|
fact | Ref<CachableFactEntry> | Fact used to track the player's completions. |
amount | Var<Int> | Required number of completions. |
onComplete | Ref<TriggerableEntry> | Sequence to trigger when the objective completes. |
parkour | Ref<ParkourEntry> | If set, only completions of this parkour count |
Usage Example
- entry: parkour_completion_objective
name: "Complete parkours"
fact: ""
amount: 0
onComplete: ""
parkour: ""