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.
28 lines
No EOL
504 B
JSON
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
|
|
}
|
|
} |