Minigame Reset Records
| Property | Value |
|---|---|
| Entry ID | minigame_reset_records |
| Type | Action |
| Color | Orange |
| Icon | fa6-solid:rotate-left |
Description
Resets the records (scores, times, wins) for a specified arena. The scope can be limited to the current player only, or extended to all players for a full arena reset.
Fields
| Field | Type | Description |
|---|---|---|
arena | Ref<MinigameArenaDefinition> | Arena whose records are cleared |
scope | RecordResetScope | PLAYER only clears player records; ARENA clears for everyone |
Usage Example
minigame_reset_records:
arena: ref:my_archery_arena
scope: PLAYER
This resets only the current player's records for the archery arena. Use scope: ARENA to reset all players' records.