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.

3,329 records GeneralGuideTable + ContentsUnlock v1.1.80

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)

FieldTypeNotes
IDintPrimary key (0x0)
iStepintGuide step number (0x4)
eGuideTypeGuideEventTypeWhat the player must do (0x8)
iTriggerIdintTrigger condition ID (0x14)
iTriggerValintTrigger threshold value (0x18)
iRewardIdintReward item ID (0x1C)
iRewardCntintReward count (0x20)
eQuickLinkUIQuickLinkTypeUI navigation shortcut (0x24)