Minigame Completion Fact
| Property | Value |
|---|---|
| Entry ID | minigame_completion_fact |
| Type | Fact |
| Color | Purple |
| Icon | fa6-solid:flag-checkered |
Description
A fact entry that tracks the number of minigame completions per player per arena. This fact is typically referenced by a completion objective to determine when a player has completed enough minigames to earn a reward.
Fields
| Field | Type | Description |
|---|---|---|
comment | String | What this fact counts |
group | Ref<GroupEntry> | Group |
Usage Example
minigame_completion_fact:
comment: "Counts minigame completions across all arenas"
group: ref:default_group
Reference this fact from a completion objective to track progress toward a goal like "Complete 10 minigames."