sts2-bot/capture/07_combat.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

28 lines
No EOL
504 B
JSON

{
"state_type": "unknown",
"room_type": null,
"run": {
"act": 1,
"floor": 0,
"ascension": 0
},
"player": {
"character": "The Ironclad",
"hp": 80,
"max_hp": 80,
"block": 0,
"gold": 99,
"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
}
}