sts2-bot/capture/04_run_started.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

15 lines
No EOL
244 B
JSON

{
"state_type": "menu",
"menu_screen": "tutorial_prompt",
"message": "Enable Tutorials? Choose yes or no.",
"options": [
{
"name": "no",
"enabled": true
},
{
"name": "yes",
"enabled": true
}
]
}