Guide Steps Data
The Guide progression system data. Covers all 3,229 guide steps plus 100 content unlock definitions that gate features behind progression milestones.
Guide Steps
Source
guide_steps.json
Records
3,229 guide step definitions
The Guide is the primary progression system. Each step has requirements (reach a stage, collect items, complete tasks) and rewards. Steps are organized sequentially — completing one unlocks the next.
Contents Unlock
Source
contents_unlock.json
Records
100 content unlock definitions
Content unlocks define when game features become available. Each unlock references a guide step number — reaching that step unlocks the associated feature (e.g., Arena unlocks at step #250, Artifacts at #1089).
Key Fields (Guide Steps)
| Field | Type | Notes |
|---|---|---|
ID | int | Primary key (0x0) |
iStep | int | Guide step number (0x4) |
eGuideType | GuideEventType | What the player must do (0x8) |
iTriggerId | int | Trigger condition ID (0x14) |
iTriggerVal | int | Trigger threshold value (0x18) |
iRewardId | int | Reward item ID (0x1C) |
iRewardCnt | int | Reward count (0x20) |
eQuickLink | UIQuickLinkType | UI navigation shortcut (0x24) |