minigame_completion_objective
Terminer des mini-jeux — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | minigame_completion_objective |
| Type | Misc |
| Color | Medium_sea_green |
| Icon | fa6-solid:flag-checkered |
Description
Quest objective counting minigame completions. It works for any challenge handled by the records service: Parkour, TNT Run, Quake, and more. Leave [arena] empty to count completions in any arena; set it to restrict the count to one arena.
Fields
| Field | Type | Description |
|---|---|---|
fact | Ref<CachableFactEntry> | Fact used to track player completions. |
amount | Var<Int> | Required number of completions. |
onComplete | Ref<TriggerableEntry> | Sequence triggered when the objective is completed. |
arena | Ref<MinigameArenaDefinition> | When set, only completions in this arena are counted. |
Usage Example
- entry: minigame_completion_objective
name: "Terminer des mini-jeux"
fact: ""
amount: 0
onComplete: ""
arena: ""