sts2-bot/capture/11_rewards.json
0xrsydn 9966580d41 Add reference game-state captures
Hand-captured state snapshots (menu through hand_select) used to
build the facts layer and decision handlers. Live run dumps are
gitignored, these stay for reference.
2026-09-22 00:02:24 +07:00

31 lines
No EOL
545 B
JSON

{
"state_type": "rewards",
"rewards": {
"items": [],
"can_proceed": true
},
"run": {
"act": 1,
"floor": 1,
"ascension": 0
},
"player": {
"character": "The Ironclad",
"hp": 74,
"max_hp": 80,
"block": 0,
"gold": 109,
"status": [],
"relics": [
{
"id": "BURNING_BLOOD",
"name": "Burning Blood",
"description": "At the end of combat, heal 6 HP.",
"counter": null,
"keywords": []
}
],
"potions": [],
"max_potion_slots": 3
}
}