sts2-bot/dataset/decisions.jsonl
0xrsydn 8fae007e50 feat(dataset): migrate game history and captures into a trainable corpus
Turn the data we already have into an open, educational dataset, so the trace we
are about to start collecting has somewhere to go.

`migrate.py` produces:
  * runs.jsonl          37 runs with outcome, killer, seed and final deck
  * decisions.jsonl     1052 decisions, each with its own outcome attached
  * states_index.jsonl  346 unique observations
  * states/             content-addressed gzipped blobs

Content addressing matters: measured, only 56% of captures are unique, so 44% of
storage is duplicates. 3.28 MB raw -> 0.42 MB stored.

The card-reward rows keep the REJECTED options, so this is a ranking dataset
rather than a classification one, and the per-fight `damage_taken` /
`turns_taken` pair is the dense reward signal a combat policy is judged on.

What it deliberately does NOT do: reconstruct per-step combat state/action pairs.
The session logs record the action but not the observation, and captures exist
only for combat, so a step has a state with no action or an action with no state
-- never both. Inventing them would poison the corpus. The gap is declared in
manifest.json instead, and collect.py will close it going forward.

Integrity checking is a separate entry point (`--check-only`) because `--verify`
alone rebuilds first and so can only ever see data that is correct by
construction -- a smoke test pretending to be a check. All six invariants were
verified by deliberately breaking the dataset and confirming the checker fails.
2026-09-22 06:09:16 +07:00

1052 lines
698 KiB
JSON

{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":109,"hp":74,"map_point":0,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789944034:act0:pt0:card_reward","fight":{"damage_taken":12,"gold_gained":10,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":1,"id":"SETUP_STRIKE","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"BLOOD_WALL","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":"SLIMES_WEAK","gold":126,"hp":69,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789944034:act0:pt1:card_reward","fight":{"damage_taken":11,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"INFLAME","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":146,"hp":75,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789944034:act0:pt2:card_reward","fight":{"damage_taken":0,"gold_gained":20,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":3,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"DISMANTLE","picked":false},{"floor_added":null,"id":"CINDER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":146,"hp":75,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789944034:act0:pt2:potion_reward","fight":{"damage_taken":0,"gold_gained":20,"hp_healed":6,"turns_taken":2},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.BYRDONIS_NEST","gold":146,"hp":82,"map_point":3,"map_point_type":"unknown","max_hp":87,"monsters":[],"room_type":"event"},"decision_id":"1789944034:act0:pt3:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":7,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"BYRDONIS_NEST.pages.INITIAL.options.EAT.title","table":"events"},"variables":{"Card":{"bool_value":false,"decimal_value":0,"string_value":"Byrdonis Egg","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789944034","schema":"sts2.decision/1","source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SAPPHIRE_SEED","gold":146,"hp":87,"map_point":4,"map_point_type":"unknown","max_hp":87,"monsters":[],"room_type":"event"},"decision_id":"1789944034:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":5,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SAPPHIRE_SEED.pages.INITIAL.options.EAT.title","table":"events"},"variables":{"Enchantment":{"bool_value":false,"decimal_value":0,"string_value":"Sown","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789944034","schema":"sts2.decision/1","source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":"EVENT.SAPPHIRE_SEED","gold":146,"hp":87,"map_point":4,"map_point_type":"unknown","max_hp":87,"monsters":[],"room_type":"event"},"decision_id":"1789944034:act0:pt4:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":5,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"STOMP","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":156,"hp":72,"map_point":5,"map_point_type":"monster","max_hp":87,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1789944034:act0:pt5:card_reward","fight":{"damage_taken":21,"gold_gained":10,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":6,"id":"STOMP","picked":true},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"ARMAMENTS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":175,"hp":47,"map_point":6,"map_point_type":"monster","max_hp":87,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789944034:act0:pt6:card_reward","fight":{"damage_taken":31,"gold_gained":19,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":7,"id":"RAGE","picked":true},{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"SETUP_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":175,"hp":47,"map_point":6,"map_point_type":"monster","max_hp":87,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789944034:act0:pt6:potion_reward","fight":{"damage_taken":31,"gold_gained":19,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":175,"hp":47,"map_point":7,"map_point_type":"shop","max_hp":87,"monsters":[],"room_type":"shop"},"decision_id":"1789944034:act0:pt7:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"EXPECT_A_FIGHT","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"PROLONG","picked":false},{"floor_added":null,"id":"SECRET_TECHNIQUE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":175,"hp":47,"map_point":7,"map_point_type":"shop","max_hp":87,"monsters":[],"room_type":"shop"},"decision_id":"1789944034:act0:pt7:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":175,"hp":47,"map_point":7,"map_point_type":"shop","max_hp":87,"monsters":[],"room_type":"shop"},"decision_id":"1789944034:act0:pt7:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":175,"hp":73,"map_point":8,"map_point_type":"rest_site","max_hp":87,"monsters":[],"room_type":"rest_site"},"decision_id":"1789944034:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":26,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":224,"hp":73,"map_point":9,"map_point_type":"treasure","max_hp":87,"monsters":[],"room_type":"treasure"},"decision_id":"1789944034:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":49,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"BLUDGEON","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":263,"hp":34,"map_point":10,"map_point_type":"elite","max_hp":87,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789944034:act0:pt10:card_reward","fight":{"damage_taken":45,"gold_gained":39,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":11,"id":"BLUDGEON","picked":true},{"floor_added":null,"id":"PYRE","picked":false},{"floor_added":null,"id":"EVIL_EYE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":263,"hp":34,"map_point":10,"map_point_type":"elite","max_hp":87,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789944034:act0:pt10:relic_reward","fight":{"damage_taken":45,"gold_gained":39,"hp_healed":6,"turns_taken":6},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":263,"hp":34,"map_point":10,"map_point_type":"elite","max_hp":87,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789944034:act0:pt10:potion_reward","fight":{"damage_taken":45,"gold_gained":39,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"BATTLE_TRANCE","context":{"act":0,"encounter":"RUBY_RAIDERS_NORMAL","gold":279,"hp":37,"map_point":11,"map_point_type":"monster","max_hp":87,"monsters":["CROSSBOW_RUBY_RAIDER","AXE_RUBY_RAIDER","TRACKER_RUBY_RAIDER"],"room_type":"monster"},"decision_id":"1789944034:act0:pt11:card_reward","fight":{"damage_taken":3,"gold_gained":16,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":12,"id":"BATTLE_TRANCE","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"UPPERCUT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":279,"hp":63,"map_point":12,"map_point_type":"rest_site","max_hp":87,"monsters":[],"room_type":"rest_site"},"decision_id":"1789944034:act0:pt12:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":26,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"BLOODLETTING","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":298,"hp":55,"map_point":13,"map_point_type":"monster","max_hp":87,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1789944034:act0:pt13:card_reward","fight":{"damage_taken":14,"gold_gained":19,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":14,"id":"BLOODLETTING","picked":true},{"floor_added":null,"id":"WHIRLWIND","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":298,"hp":55,"map_point":13,"map_point_type":"monster","max_hp":87,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1789944034:act0:pt13:potion_reward","fight":{"damage_taken":14,"gold_gained":19,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"SECOND_WIND","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":309,"hp":21,"map_point":14,"map_point_type":"monster","max_hp":87,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789944034:act0:pt14:card_reward","fight":{"damage_taken":40,"gold_gained":11,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":15,"id":"SECOND_WIND","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":309,"hp":21,"map_point":14,"map_point_type":"monster","max_hp":87,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789944034:act0:pt14:potion_reward","fight":{"damage_taken":40,"gold_gained":11,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":309,"hp":47,"map_point":15,"map_point_type":"rest_site","max_hp":87,"monsters":[],"room_type":"rest_site"},"decision_id":"1789944034:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":26,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789944034","schema":"sts2.decision/1","source":{"file":"1789944034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789947788:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789947788:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"ARCANE_SCROLL.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1789947788","schema":"sts2.decision/1","source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789947788:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LOST_COFFER","title":{"key":"LOST_COFFER.title","table":"relics"},"was_chosen":false},{"TextKey":"ARCANE_SCROLL","title":{"key":"ARCANE_SCROLL.title","table":"relics"},"was_chosen":true},{"TextKey":"NEOWS_BONES","title":{"key":"NEOWS_BONES.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1789947788","schema":"sts2.decision/1","source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"ASHEN_STRIKE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":113,"hp":73,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789947788:act0:pt1:card_reward","fight":{"damage_taken":13,"gold_gained":14,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"ASHEN_STRIKE","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"FEEL_NO_PAIN","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":130,"hp":64,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789947788:act0:pt2:card_reward","fight":{"damage_taken":15,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":3,"id":"FEEL_NO_PAIN","picked":true},{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"SPITE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"BLOODLETTING","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":141,"hp":55,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789947788:act0:pt3:card_reward","fight":{"damage_taken":15,"gold_gained":11,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":4,"id":"BLOODLETTING","picked":true},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":161,"hp":43,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789947788:act0:pt4:card_reward","fight":{"damage_taken":18,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":5,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":161,"hp":43,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789947788:act0:pt4:potion_reward","fight":{"damage_taken":18,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":176,"hp":30,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789947788:act0:pt5:card_reward","fight":{"damage_taken":19,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":6,"id":"RAGE","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"FEEL_NO_PAIN","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":176,"hp":30,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789947788:act0:pt5:potion_reward","fight":{"damage_taken":19,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.JUNGLE_MAZE_ADVENTURE","gold":236,"hp":30,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789947788:act0:pt6:event","fight":{"damage_taken":0,"gold_gained":60,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"JUNGLE_MAZE_ADVENTURE.pages.INITIAL.options.JOIN_FORCES.title","table":"events"},"variables":{"JoinForcesGold":{"bool_value":false,"decimal_value":60.33053,"string_value":null,"type":"BaseDynamic"},"SoloGold":{"bool_value":false,"decimal_value":162.46569,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1789947788","schema":"sts2.decision/1","source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"PYRE","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":255,"hp":9,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_S","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1789947788:act0:pt7:card_reward","fight":{"damage_taken":27,"gold_gained":19,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":8,"id":"PYRE","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":6,"hp":9,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789947788:act0:pt8:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"STOMP","picked":false},{"floor_added":null,"id":"ASHEN_STRIKE","picked":false},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false},{"floor_added":null,"id":"THRUMMING_HATCHET","picked":false},{"floor_added":null,"id":"THE_GAMBIT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":6,"hp":9,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789947788:act0:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":6,"hp":9,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789947788:act0:pt8:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":6,"hp":9,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789947788:act0:pt8:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.BAG_OF_PREPARATION","kind":"bought_relics"},{"item":"POTION.BLOCK_POTION","kind":"bought_potions"}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1789947788","schema":"sts2.decision/1","source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":52,"hp":9,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789947788:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":46,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":52,"hp":33,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789947788:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1789947788","schema":"sts2.decision/1","source":{"file":"1789947788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789948504:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789948504:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SCROLL_BOXES.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"raw":true,"run_id":"1789948504","schema":"sts2.decision/1","source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789948504:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"SCROLL_BOXES","title":{"key":"SCROLL_BOXES.title","table":"relics"},"was_chosen":true},{"TextKey":"LEAD_PAPERWEIGHT","title":{"key":"LEAD_PAPERWEIGHT.title","table":"relics"},"was_chosen":false},{"TextKey":"PRECARIOUS_SHEARS","title":{"key":"PRECARIOUS_SHEARS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"raw":true,"run_id":"1789948504","schema":"sts2.decision/1","source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":"UPPERCUT","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":114,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789948504:act0:pt1:card_reward","fight":{"damage_taken":0,"gold_gained":15,"hp_healed":0,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":2,"id":"UPPERCUT","picked":true},{"floor_added":null,"id":"FIGHT_ME","picked":false},{"floor_added":null,"id":"ASHEN_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":24,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789948504:act0:pt2:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"DISMANTLE","picked":false},{"floor_added":null,"id":"SPITE","picked":false},{"floor_added":null,"id":"SECOND_WIND","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"VICIOUS","picked":false},{"floor_added":null,"id":"MAYHEM","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":24,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789948504:act0:pt2:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":24,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789948504:act0:pt2:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":24,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789948504:act0:pt2:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"CARD.THRUMMING_HATCHET","kind":"bought_colorless"}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"raw":true,"run_id":"1789948504","schema":"sts2.decision/1","source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.DENSE_VEGETATION","gold":99,"hp":72,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789948504:act0:pt3:event","fight":{"damage_taken":8,"gold_gained":75,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.TRUDGE_ON.title","table":"events"},"variables":{}},{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.REST.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"raw":true,"run_id":"1789948504","schema":"sts2.decision/1","source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":"MANGLE","context":{"act":0,"encounter":"SLIMES_WEAK","gold":110,"hp":72,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789948504:act0:pt4:card_reward","fight":{"damage_taken":6,"gold_gained":11,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":5,"id":"MANGLE","picked":true},{"floor_added":null,"id":"SETUP_STRIKE","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.TABLET_OF_TRUTH","gold":110,"hp":1,"map_point":5,"map_point_type":"unknown","max_hp":1,"monsters":[],"room_type":"event"},"decision_id":"1789948504:act0:pt5:event","fight":{"damage_taken":71,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"TABLET_OF_TRUTH.pages.INITIAL.options.DECIPHER_1.title","table":"events"},"variables":{"DecipherMaxHpLoss":{"bool_value":false,"decimal_value":34,"string_value":null,"type":"BaseDynamic"},"SmashHPGain":{"bool_value":false,"decimal_value":20,"string_value":null,"type":"BaseDynamic"}}},{"title":{"key":"TABLET_OF_TRUTH.pages.DECIPHER_1.options.DECIPHER.title","table":"events"},"variables":{"DecipherMaxHpLoss":{"bool_value":false,"decimal_value":34,"string_value":null,"type":"BaseDynamic"},"SmashHPGain":{"bool_value":false,"decimal_value":20,"string_value":null,"type":"BaseDynamic"}}},{"title":{"key":"TABLET_OF_TRUTH.pages.DECIPHER_2.options.DECIPHER.title","table":"events"},"variables":{"DecipherMaxHpLoss":{"bool_value":false,"decimal_value":34,"string_value":null,"type":"BaseDynamic"},"SmashHPGain":{"bool_value":false,"decimal_value":20,"string_value":null,"type":"BaseDynamic"}}},{"title":{"key":"TABLET_OF_TRUTH.pages.DECIPHER_3.options.DECIPHER.title","table":"events"},"variables":{"DecipherMaxHpLoss":{"bool_value":false,"decimal_value":34,"string_value":null,"type":"BaseDynamic"},"SmashHPGain":{"bool_value":false,"decimal_value":20,"string_value":null,"type":"BaseDynamic"}}},{"title":{"key":"TABLET_OF_TRUTH.pages.DECIPHER_4.options.DECIPHER.title","table":"events"},"variables":{"DecipherMaxHpLoss":{"bool_value":false,"decimal_value":34,"string_value":null,"type":"BaseDynamic"},"SmashHPGain":{"bool_value":false,"decimal_value":20,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"raw":true,"run_id":"1789948504","schema":"sts2.decision/1","source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":"DEFEND_IRONCLAD","context":{"act":0,"encounter":"EVENT.TABLET_OF_TRUTH","gold":110,"hp":1,"map_point":5,"map_point_type":"unknown","max_hp":1,"monsters":[],"room_type":"event"},"decision_id":"1789948504:act0:pt5:upgrade","fight":{"damage_taken":71,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"DEFEND_IRONCLAD"},{"id":"DEFEND_IRONCLAD"},{"id":"THRUMMING_HATCHET"},{"id":"DEFEND_IRONCLAD"},{"id":"STRIKE_IRONCLAD"},{"id":"STRIKE_IRONCLAD"},{"id":"STRIKE_IRONCLAD"},{"id":"STRIKE_IRONCLAD"},{"id":"STRIKE_IRONCLAD"},{"id":"DEFEND_IRONCLAD"},{"id":"BASH"},{"id":"ANGER"},{"id":"TWIN_STRIKE"},{"id":"SPITE"},{"id":"UPPERCUT"},{"id":"MANGLE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":130,"hp":1,"map_point":6,"map_point_type":"monster","max_hp":1,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789948504:act0:pt6:card_reward","fight":{"damage_taken":0,"gold_gained":20,"hp_healed":0,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":7,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"DISMANTLE","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":130,"hp":1,"map_point":6,"map_point_type":"monster","max_hp":1,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789948504:act0:pt6:potion_reward","fight":{"damage_taken":0,"gold_gained":20,"hp_healed":0,"turns_taken":2},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":130,"hp":1,"map_point":7,"map_point_type":"rest_site","max_hp":1,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948504:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":null,"gold":130,"hp":1,"map_point":7,"map_point_type":"rest_site","max_hp":1,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948504:act0:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"IRON_WAVE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":9,"run_win":false},"run_id":"1789948504","schema":"sts2.decision/1","source":{"file":"1789948504.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"GOLDEN_PEARL.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"GOLDEN_PEARL","title":{"key":"GOLDEN_PEARL.title","table":"relics"},"was_chosen":true},{"TextKey":"NEW_LEAF","title":{"key":"NEW_LEAF.title","table":"relics"},"was_chosen":false},{"TextKey":"LARGE_CAPSULE","title":{"key":"LARGE_CAPSULE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":269,"hp":79,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789948694:act0:pt1:card_reward","fight":{"damage_taken":7,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":8,"hp":79,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act0:pt2:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"DISCOVERY","picked":false},{"floor_added":null,"id":"MASTER_OF_STRATEGY","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":8,"hp":79,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act0:pt2:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":8,"hp":79,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act0:pt2:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":8,"hp":79,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act0:pt2:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.MERCURY_HOURGLASS","kind":"bought_relics"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":56,"hp":79,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789948694:act0:pt3:relic_reward","fight":{"damage_taken":0,"gold_gained":48,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SUNKEN_STATUE","gold":170,"hp":72,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act0:pt4:event","fight":{"damage_taken":7,"gold_gained":114,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SUNKEN_STATUE.pages.INITIAL.options.DIVE_INTO_WATER.title","table":"events"},"variables":{"HpLoss":{"bool_value":false,"decimal_value":7,"string_value":null,"type":"BaseDynamic"},"Relic":{"bool_value":false,"decimal_value":0,"string_value":"Sword of Stone","type":"DynamicString"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.MORPHIC_GROVE","gold":170,"hp":77,"map_point":5,"map_point_type":"unknown","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":5,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"MORPHIC_GROVE.pages.INITIAL.options.LONER.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":170,"hp":77,"map_point":6,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":null,"gold":170,"hp":77,"map_point":6,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"THRASH","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":215,"hp":42,"map_point":7,"map_point_type":"elite","max_hp":85,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789948694:act0:pt7:card_reward","fight":{"damage_taken":41,"gold_gained":45,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":8,"id":"THRASH","picked":true},{"floor_added":null,"id":"STOMP","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":215,"hp":42,"map_point":7,"map_point_type":"elite","max_hp":85,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789948694:act0:pt7:relic_reward","fight":{"damage_taken":41,"gold_gained":45,"hp_healed":6,"turns_taken":6},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":215,"hp":42,"map_point":7,"map_point_type":"elite","max_hp":85,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789948694:act0:pt7:potion_reward","fight":{"damage_taken":41,"gold_gained":45,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":215,"hp":67,"map_point":8,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":25,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":259,"hp":67,"map_point":9,"map_point_type":"treasure","max_hp":85,"monsters":[],"room_type":"treasure"},"decision_id":"1789948694:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":44,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":259,"hp":67,"map_point":10,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":null,"gold":259,"hp":67,"map_point":10,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act0:pt10:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.JUNGLE_MAZE_ADVENTURE","gold":459,"hp":49,"map_point":11,"map_point_type":"unknown","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act0:pt11:event","fight":{"damage_taken":18,"gold_gained":200,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"JUNGLE_MAZE_ADVENTURE.pages.INITIAL.options.SOLO_QUEST.title","table":"events"},"variables":{"JoinForcesGold":{"bool_value":false,"decimal_value":63.02901,"string_value":null,"type":"BaseDynamic"},"SoloGold":{"bool_value":false,"decimal_value":137.00401,"string_value":null,"type":"BaseDynamic"}}},{"title":{"key":"JUNGLE_MAZE_ADVENTURE.pages.INITIAL.options.JOIN_FORCES.title","table":"events"},"variables":{"JoinForcesGold":{"bool_value":false,"decimal_value":63.02901,"string_value":null,"type":"BaseDynamic"},"SoloGold":{"bool_value":false,"decimal_value":137.00401,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":503,"hp":43,"map_point":12,"map_point_type":"elite","max_hp":85,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789948694:act0:pt12:card_reward","fight":{"damage_taken":12,"gold_gained":44,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":13,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"BRAND","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":503,"hp":43,"map_point":12,"map_point_type":"elite","max_hp":85,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789948694:act0:pt12:relic_reward","fight":{"damage_taken":12,"gold_gained":44,"hp_healed":6,"turns_taken":2},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":503,"hp":43,"map_point":12,"map_point_type":"elite","max_hp":85,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789948694:act0:pt12:potion_reward","fight":{"damage_taken":12,"gold_gained":44,"hp_healed":6,"turns_taken":2},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"STONE_ARMOR","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":518,"hp":43,"map_point":13,"map_point_type":"monster","max_hp":85,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789948694:act0:pt13:card_reward","fight":{"damage_taken":6,"gold_gained":15,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":14,"id":"STONE_ARMOR","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"IRON_WAVE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":518,"hp":43,"map_point":13,"map_point_type":"monster","max_hp":85,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789948694:act0:pt13:potion_reward","fight":{"damage_taken":6,"gold_gained":15,"hp_healed":6,"turns_taken":2},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"STOMP","context":{"act":0,"encounter":"SLIMES_WEAK","gold":528,"hp":48,"map_point":14,"map_point_type":"monster","max_hp":85,"monsters":["LEAF_SLIME_S","TWIG_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1789948694:act0:pt14:card_reward","fight":{"damage_taken":1,"gold_gained":10,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":15,"id":"STOMP","picked":true},{"floor_added":null,"id":"WHIRLWIND","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":528,"hp":73,"map_point":15,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":25,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"DEMON_FORM","context":{"act":0,"encounter":"CEREMONIAL_BEAST_BOSS","gold":628,"hp":11,"map_point":16,"map_point_type":"boss","max_hp":85,"monsters":["CEREMONIAL_BEAST"],"room_type":"boss"},"decision_id":"1789948694:act0:pt16:card_reward","fight":{"damage_taken":68,"gold_gained":100,"hp_healed":6,"turns_taken":12},"kind":"card_reward","options":[{"floor_added":17,"id":"DEMON_FORM","picked":true},{"floor_added":null,"id":"BARRICADE","picked":false},{"floor_added":null,"id":"STOKE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EVENT.TEZCATARA","gold":628,"hp":85,"map_point":0,"map_point_type":"ancient","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act1:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":74,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.TEZCATARA","gold":628,"hp":85,"map_point":0,"map_point_type":"ancient","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act1:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":74,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"NUTRITIOUS_SOUP.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"{'card': {'current_upgrade_level': 1, 'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.TEZCATARAS_EMBER'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.TEZCATARAS_EMBER'}","context":{"act":1,"encounter":"EVENT.TEZCATARA","gold":628,"hp":85,"map_point":0,"map_point_type":"ancient","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act1:pt0:enchant","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":74,"turns_taken":0},"kind":"enchant","options":[{"id":"{'card': {'current_upgrade_level': 1, 'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.TEZCATARAS_EMBER'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.TEZCATARAS_EMBER'}"},{"id":"{'card': {'current_upgrade_level': 1, 'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.TEZCATARAS_EMBER'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.TEZCATARAS_EMBER'}"},{"id":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.TEZCATARAS_EMBER'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.TEZCATARAS_EMBER'}"},{"id":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.TEZCATARAS_EMBER'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.TEZCATARAS_EMBER'}"},{"id":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.TEZCATARAS_EMBER'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.TEZCATARAS_EMBER'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.TEZCATARA","gold":628,"hp":85,"map_point":0,"map_point_type":"ancient","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act1:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":74,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"NUTRITIOUS_SOUP","title":{"key":"NUTRITIOUS_SOUP.title","table":"relics"},"was_chosen":true},{"TextKey":"STORYBOOK","title":{"key":"STORYBOOK.title","table":"relics"},"was_chosen":false},{"TextKey":"GOLDEN_COMPASS","title":{"key":"GOLDEN_COMPASS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"HAVOC","context":{"act":1,"encounter":"EXOSKELETONS_WEAK","gold":644,"hp":85,"map_point":1,"map_point_type":"monster","max_hp":85,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1789948694:act1:pt1:card_reward","fight":{"damage_taken":4,"gold_gained":16,"hp_healed":4,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":19,"id":"HAVOC","picked":true},{"floor_added":null,"id":"DISMANTLE","picked":false},{"floor_added":null,"id":"ARMAMENTS","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":655,"hp":84,"map_point":2,"map_point_type":"monster","max_hp":85,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1789948694:act1:pt2:card_reward","fight":{"damage_taken":7,"gold_gained":11,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":20,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"{'floor_added_to_deck': 14, 'id': 'CARD.STONE_ARMOR'}","context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":655,"hp":84,"map_point":2,"map_point_type":"monster","max_hp":85,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1789948694:act1:pt2:remove","fight":{"damage_taken":7,"gold_gained":11,"hp_healed":6,"turns_taken":3},"kind":"remove","options":[{"id":"{'floor_added_to_deck': 14, 'id': 'CARD.STONE_ARMOR'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":11,"hp":84,"map_point":3,"map_point_type":"shop","max_hp":85,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act1:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"FIEND_FIRE","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":null,"gold":11,"hp":84,"map_point":3,"map_point_type":"shop","max_hp":85,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act1:pt3:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":11,"hp":84,"map_point":3,"map_point_type":"shop","max_hp":85,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act1:pt3:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":11,"hp":84,"map_point":3,"map_point_type":"shop","max_hp":85,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act1:pt3:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.LANTERN","kind":"bought_relics"},{"item":"CARD.SALVO","kind":"bought_colorless"},{"item":"CARD.EQUILIBRIUM","kind":"bought_colorless"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"BREAKTHROUGH","context":{"act":1,"encounter":"BOWLBUGS_NORMAL","gold":27,"hp":70,"map_point":4,"map_point_type":"monster","max_hp":85,"monsters":["BOWLBUG_ROCK","BOWLBUG_EGG","BOWLBUG_NECTAR"],"room_type":"monster"},"decision_id":"1789948694:act1:pt4:card_reward","fight":{"damage_taken":20,"gold_gained":16,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":22,"id":"BREAKTHROUGH","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":27,"hp":70,"map_point":5,"map_point_type":"shop","max_hp":85,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act1:pt5:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"FEED","picked":false},{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"VOLLEY","picked":false},{"floor_added":null,"id":"GOLD_AXE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":27,"hp":70,"map_point":5,"map_point_type":"shop","max_hp":85,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act1:pt5:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":27,"hp":70,"map_point":5,"map_point_type":"shop","max_hp":85,"monsters":[],"room_type":"shop"},"decision_id":"1789948694:act1:pt5:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.INFESTED_AUTOMATON","gold":27,"hp":70,"map_point":6,"map_point_type":"unknown","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1789948694:act1:pt6:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"INFESTED_AUTOMATON.pages.INITIAL.options.TOUCH_CORE.title","table":"events"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":1,"encounter":null,"gold":27,"hp":70,"map_point":7,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act1:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":1,"encounter":null,"gold":27,"hp":70,"map_point":7,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act1:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":null,"gold":79,"hp":70,"map_point":8,"map_point_type":"treasure","max_hp":85,"monsters":[],"room_type":"treasure"},"decision_id":"1789948694:act1:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":52,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":1,"encounter":null,"gold":79,"hp":70,"map_point":9,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act1:pt9:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":1,"encounter":null,"gold":79,"hp":70,"map_point":9,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act1:pt9:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"THRASH","context":{"act":1,"encounter":"ENTOMANCER_ELITE","gold":130,"hp":71,"map_point":10,"map_point_type":"elite","max_hp":85,"monsters":["ENTOMANCER"],"room_type":"elite"},"decision_id":"1789948694:act1:pt10:card_reward","fight":{"damage_taken":5,"gold_gained":51,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":28,"id":"THRASH","picked":true},{"floor_added":null,"id":"EVIL_EYE","picked":false},{"floor_added":null,"id":"TWIN_STRIKE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"ENTOMANCER_ELITE","gold":130,"hp":71,"map_point":10,"map_point_type":"elite","max_hp":85,"monsters":["ENTOMANCER"],"room_type":"elite"},"decision_id":"1789948694:act1:pt10:relic_reward","fight":{"damage_taken":5,"gold_gained":51,"hp_healed":6,"turns_taken":4},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"ENTOMANCER_ELITE","gold":130,"hp":71,"map_point":10,"map_point_type":"elite","max_hp":85,"monsters":["ENTOMANCER"],"room_type":"elite"},"decision_id":"1789948694:act1:pt10:potion_reward","fight":{"damage_taken":5,"gold_gained":51,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":1,"encounter":null,"gold":130,"hp":71,"map_point":11,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act1:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":1,"encounter":null,"gold":130,"hp":71,"map_point":11,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act1:pt11:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":1,"encounter":"OVICOPTER_NORMAL","gold":156,"hp":73,"map_point":12,"map_point_type":"unknown","max_hp":85,"monsters":["OVICOPTER","TOUGH_EGG"],"room_type":"monster"},"decision_id":"1789948694:act1:pt12:card_reward","fight":{"damage_taken":4,"gold_gained":26,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":30,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"BLUDGEON","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"OVICOPTER_NORMAL","gold":156,"hp":73,"map_point":12,"map_point_type":"unknown","max_hp":85,"monsters":["OVICOPTER","TOUGH_EGG"],"room_type":"monster"},"decision_id":"1789948694:act1:pt12:potion_reward","fight":{"damage_taken":4,"gold_gained":26,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"TWIN_STRIKE","context":{"act":1,"encounter":"HUNTER_KILLER_NORMAL","gold":189,"hp":75,"map_point":13,"map_point_type":"monster","max_hp":85,"monsters":["HUNTER_KILLER"],"room_type":"monster"},"decision_id":"1789948694:act1:pt13:card_reward","fight":{"damage_taken":4,"gold_gained":33,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":31,"id":"TWIN_STRIKE","picked":true},{"floor_added":null,"id":"BURNING_PACT","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":1,"encounter":null,"gold":189,"hp":75,"map_point":14,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act1:pt14:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"DEFEND_IRONCLAD","context":{"act":1,"encounter":null,"gold":189,"hp":75,"map_point":14,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789948694:act1:pt14:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_INSATIABLE_BOSS","run_map_points":33,"run_win":false},"run_id":"1789948694","schema":"sts2.decision/1","source":{"file":"1789948694.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789980891:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789980891:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"BOOMING_CONCH.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"raw":true,"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789980891:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"BOOMING_CONCH","title":{"key":"BOOMING_CONCH.title","table":"relics"},"was_chosen":true},{"TextKey":"STONE_HUMIDIFIER","title":{"key":"STONE_HUMIDIFIER.title","table":"relics"},"was_chosen":false},{"TextKey":"NEOWS_BONES","title":{"key":"NEOWS_BONES.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"raw":true,"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"RAMPAGE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":117,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789980891:act0:pt1:card_reward","fight":{"damage_taken":4,"gold_gained":18,"hp_healed":4,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"RAMPAGE","picked":true},{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"HOWL_FROM_BEYOND","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":117,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789980891:act0:pt1:potion_reward","fight":{"damage_taken":4,"gold_gained":18,"hp_healed":4,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":130,"hp":80,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789980891:act0:pt2:card_reward","fight":{"damage_taken":0,"gold_gained":13,"hp_healed":0,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":130,"hp":80,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789980891:act0:pt2:potion_reward","fight":{"damage_taken":0,"gold_gained":13,"hp_healed":0,"turns_taken":2},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"SLIMES_WEAK","gold":149,"hp":80,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789980891:act0:pt3:card_reward","fight":{"damage_taken":3,"gold_gained":19,"hp_healed":3,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":4,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"SECOND_WIND","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":149,"hp":80,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789980891:act0:pt3:potion_reward","fight":{"damage_taken":3,"gold_gained":19,"hp_healed":3,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.LUMINOUS_CHOIR","gold":13,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789980891:act0:pt4:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.LUMINOUS_CHOIR","gold":13,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789980891:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LUMINOUS_CHOIR.pages.INITIAL.options.OFFER_TRIBUTE.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"raw":true,"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"FLAME_BARRIER","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":30,"hp":66,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789980891:act0:pt5:card_reward","fight":{"damage_taken":20,"gold_gained":17,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":6,"id":"FLAME_BARRIER","picked":true},{"floor_added":null,"id":"SPITE","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":30,"hp":66,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789980891:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":null,"gold":30,"hp":66,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789980891:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.BRAIN_LEECH","gold":30,"hp":66,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789980891:act0:pt7:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"BRAIN_LEECH.pages.INITIAL.options.SHARE_KNOWLEDGE.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"raw":true,"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":30,"hp":66,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789980891:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"RAMPAGE","context":{"act":0,"encounter":null,"gold":30,"hp":66,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789980891:act0:pt8:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"RAMPAGE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":82,"hp":66,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789980891:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":52,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":94,"hp":48,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1789980891:act0:pt10:card_reward","fight":{"damage_taken":24,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":11,"id":"SETUP_STRIKE","picked":true},{"floor_added":null,"id":"PILLAGE","picked":false},{"floor_added":null,"id":"DARK_EMBRACE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":94,"hp":48,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789980891:act0:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"BASH","context":{"act":0,"encounter":null,"gold":94,"hp":48,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789980891:act0:pt11:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"BASH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.WHISPERING_HOLLOW","gold":50,"hp":48,"map_point":12,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789980891:act0:pt12:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WHISPERING_HOLLOW","gold":50,"hp":48,"map_point":12,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789980891:act0:pt12:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WHISPERING_HOLLOW.pages.INITIAL.options.GOLD.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"raw":true,"run_id":"1789980891","schema":"sts2.decision/1","source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":66,"hp":22,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1789980891:act0:pt13:card_reward","fight":{"damage_taken":32,"gold_gained":16,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":14,"id":"INFLAME","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":15,"run_win":false},"run_id":"1789980891","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789980891.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789982517:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789982517:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LARGE_CAPSULE.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"raw":true,"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789982517:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LOST_COFFER","title":{"key":"LOST_COFFER.title","table":"relics"},"was_chosen":false},{"TextKey":"POMANDER","title":{"key":"POMANDER.title","table":"relics"},"was_chosen":false},{"TextKey":"LARGE_CAPSULE","title":{"key":"LARGE_CAPSULE.title","table":"relics"},"was_chosen":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"raw":true,"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"SLIMES_WEAK","gold":109,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789982517:act0:pt1:card_reward","fight":{"damage_taken":3,"gold_gained":10,"hp_healed":3,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false},{"floor_added":null,"id":"BULLY","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":122,"hp":80,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789982517:act0:pt2:card_reward","fight":{"damage_taken":0,"gold_gained":13,"hp_healed":0,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":122,"hp":80,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789982517:act0:pt2:potion_reward","fight":{"damage_taken":0,"gold_gained":13,"hp_healed":0,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.DENSE_VEGETATION","gold":185,"hp":72,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789982517:act0:pt3:event","fight":{"damage_taken":8,"gold_gained":63,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.REST.title","table":"events"},"variables":{}},{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.TRUDGE_ON.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"raw":true,"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":72,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789982517:act0:pt4:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"CONFLAGRATION","picked":false},{"floor_added":null,"id":"WHIRLWIND","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"CASCADE","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"SHOCKWAVE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":72,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789982517:act0:pt4:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":72,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789982517:act0:pt4:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":72,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789982517:act0:pt4:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"CARD.ROLLING_BOULDER","kind":"bought_colorless"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"raw":true,"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"NIBBITS_WEAK","gold":25,"hp":73,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789982517:act0:pt5:card_reward","fight":{"damage_taken":5,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"IRON_WAVE","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":25,"hp":73,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789982517:act0:pt5:potion_reward","fight":{"damage_taken":5,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":25,"hp":73,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789982517:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"ROLLING_BOULDER","context":{"act":0,"encounter":null,"gold":25,"hp":73,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789982517:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"ROLLING_BOULDER"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":38,"hp":67,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789982517:act0:pt7:card_reward","fight":{"damage_taken":12,"gold_gained":13,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":8,"id":"RAGE","picked":true},{"floor_added":null,"id":"HEMOKINESIS","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":38,"hp":67,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789982517:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":null,"gold":38,"hp":67,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789982517:act0:pt8:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":90,"hp":67,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789982517:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":52,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":110,"hp":45,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1789982517:act0:pt10:card_reward","fight":{"damage_taken":28,"gold_gained":20,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":null,"id":"PRIMAL_FORCE","picked":false},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":110,"hp":45,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1789982517:act0:pt10:potion_reward","fight":{"damage_taken":28,"gold_gained":20,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":110,"hp":80,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789982517:act0:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":35,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":126,"hp":66,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789982517:act0:pt12:card_reward","fight":{"damage_taken":20,"gold_gained":16,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":null,"id":"BLUDGEON","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":166,"hp":29,"map_point":13,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789982517:act0:pt13:card_reward","fight":{"damage_taken":43,"gold_gained":40,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":14,"id":"SETUP_STRIKE","picked":true},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false},{"floor_added":null,"id":"EXPECT_A_FIGHT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":166,"hp":29,"map_point":13,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789982517:act0:pt13:relic_reward","fight":{"damage_taken":43,"gold_gained":40,"hp_healed":6,"turns_taken":4},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":166,"hp":29,"map_point":13,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789982517:act0:pt13:potion_reward","fight":{"damage_taken":43,"gold_gained":40,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":186,"hp":24,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1789982517:act0:pt14:card_reward","fight":{"damage_taken":20,"gold_gained":20,"hp_healed":15,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":15,"id":"RAGE","picked":true},{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":186,"hp":63,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789982517:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":39,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"THE_KIN_BOSS","gold":286,"hp":21,"map_point":16,"map_point_type":"boss","max_hp":80,"monsters":["KIN_FOLLOWER","KIN_FOLLOWER","KIN_PRIEST"],"room_type":"boss"},"decision_id":"1789982517:act0:pt16:card_reward","fight":{"damage_taken":48,"gold_gained":100,"hp_healed":6,"turns_taken":8},"kind":"card_reward","options":[{"floor_added":null,"id":"FEED","picked":false},{"floor_added":null,"id":"CRIMSON_MANTLE","picked":false},{"floor_added":null,"id":"CASCADE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"THE_KIN_BOSS","gold":286,"hp":21,"map_point":16,"map_point_type":"boss","max_hp":80,"monsters":["KIN_FOLLOWER","KIN_FOLLOWER","KIN_PRIEST"],"room_type":"boss"},"decision_id":"1789982517:act0:pt16:potion_reward","fight":{"damage_taken":48,"gold_gained":100,"hp_healed":6,"turns_taken":8},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EVENT.PAEL","gold":286,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789982517:act1:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":59,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":286,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789982517:act1:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":59,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"PAELS_CLAW.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"raw":true,"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.GOOPY'}, 'floor_added_to_deck': 1, 'id': 'CARD.DEFEND_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.GOOPY'}","context":{"act":1,"encounter":"EVENT.PAEL","gold":286,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789982517:act1:pt0:enchant","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":59,"turns_taken":0},"kind":"enchant","options":[{"id":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.GOOPY'}, 'floor_added_to_deck': 1, 'id': 'CARD.DEFEND_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.GOOPY'}"},{"id":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.GOOPY'}, 'floor_added_to_deck': 1, 'id': 'CARD.DEFEND_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.GOOPY'}"},{"id":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.GOOPY'}, 'floor_added_to_deck': 1, 'id': 'CARD.DEFEND_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.GOOPY'}"},{"id":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.GOOPY'}, 'floor_added_to_deck': 1, 'id': 'CARD.DEFEND_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.GOOPY'}"},{"id":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.GOOPY'}, 'floor_added_to_deck': 1, 'id': 'CARD.DEFEND_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.GOOPY'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":286,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789982517:act1:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":59,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"PAELS_HORN","title":{"key":"PAELS_HORN.title","table":"relics"},"was_chosen":false},{"TextKey":"PAELS_CLAW","title":{"key":"PAELS_CLAW.title","table":"relics"},"was_chosen":true},{"TextKey":"PAELS_EYE","title":{"key":"PAELS_EYE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"raw":true,"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":1,"encounter":"TUNNELER_WEAK","gold":303,"hp":50,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["TUNNELER"],"room_type":"monster"},"decision_id":"1789982517:act1:pt1:card_reward","fight":{"damage_taken":36,"gold_gained":17,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":19,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"TUNNELER_WEAK","gold":303,"hp":50,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["TUNNELER"],"room_type":"monster"},"decision_id":"1789982517:act1:pt1:potion_reward","fight":{"damage_taken":36,"gold_gained":17,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":316,"hp":37,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1789982517:act1:pt2:card_reward","fight":{"damage_taken":19,"gold_gained":13,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"{'floor_added_to_deck': 15, 'id': 'CARD.RAGE'}","context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":316,"hp":37,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1789982517:act1:pt2:remove","fight":{"damage_taken":19,"gold_gained":13,"hp_healed":6,"turns_taken":5},"kind":"remove","options":[{"id":"{'floor_added_to_deck': 15, 'id': 'CARD.RAGE'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":21,"run_win":false},"run_id":"1789982517","schema":"sts2.decision/1","source":{"file":"1789982517.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789983617:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789983617:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"STONE_HUMIDIFIER.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789983617:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"STONE_HUMIDIFIER","title":{"key":"STONE_HUMIDIFIER.title","table":"relics"},"was_chosen":true},{"TextKey":"NEW_LEAF","title":{"key":"NEW_LEAF.title","table":"relics"},"was_chosen":false},{"TextKey":"HEFTY_TABLET","title":{"key":"HEFTY_TABLET.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"NIBBITS_WEAK","gold":110,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789983617:act0:pt1:card_reward","fight":{"damage_taken":6,"gold_gained":11,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":110,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789983617:act0:pt2:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WOOD_CARVINGS.pages.INITIAL.options.TORUS.title","table":"events"},"variables":{"BirdCard":{"bool_value":false,"decimal_value":0,"string_value":"Peck","type":"DynamicString"},"SnakeEnchantment":{"bool_value":false,"decimal_value":0,"string_value":"Slither","type":"DynamicString"},"ToricCard":{"bool_value":false,"decimal_value":0,"string_value":"Toric Toughness","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"{'final_card': {'floor_added_to_deck': 3, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}","context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":110,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789983617:act0:pt2:transform","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"transform","options":[{"id":"{'final_card': {'floor_added_to_deck': 3, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.SUNKEN_STATUE","gold":110,"hp":80,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789983617:act0:pt3:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SUNKEN_STATUE","gold":110,"hp":80,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789983617:act0:pt3:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SUNKEN_STATUE.pages.INITIAL.options.GRAB_SWORD.title","table":"events"},"variables":{"HpLoss":{"bool_value":false,"decimal_value":7,"string_value":null,"type":"BaseDynamic"},"Relic":{"bool_value":false,"decimal_value":0,"string_value":"Sword of Stone","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":121,"hp":79,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789983617:act0:pt4:card_reward","fight":{"damage_taken":7,"gold_gained":11,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":5,"id":"SETUP_STRIKE","picked":true},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":121,"hp":79,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789983617:act0:pt4:potion_reward","fight":{"damage_taken":7,"gold_gained":11,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"STONE_ARMOR","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":137,"hp":70,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789983617:act0:pt5:card_reward","fight":{"damage_taken":15,"gold_gained":16,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":6,"id":"STONE_ARMOR","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.TABLET_OF_TRUTH","gold":137,"hp":80,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789983617:act0:pt6:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":10,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"TABLET_OF_TRUTH.pages.INITIAL.options.SMASH.title","table":"events"},"variables":{"DecipherMaxHpLoss":{"bool_value":false,"decimal_value":3,"string_value":null,"type":"BaseDynamic"},"SmashHPGain":{"bool_value":false,"decimal_value":20,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":137,"hp":80,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789983617:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":null,"gold":137,"hp":80,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789983617:act0:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"SETUP_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":155,"hp":62,"map_point":8,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789983617:act0:pt8:card_reward","fight":{"damage_taken":24,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":9,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"HELLRAISER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":155,"hp":62,"map_point":8,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789983617:act0:pt8:potion_reward","fight":{"damage_taken":24,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":207,"hp":62,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789983617:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":52,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":207,"hp":62,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789983617:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":null,"gold":207,"hp":62,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789983617:act0:pt10:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"MAWLER_NORMAL","gold":219,"hp":55,"map_point":11,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789983617:act0:pt11:card_reward","fight":{"damage_taken":13,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"UPPERCUT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":235,"hp":33,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1789983617:act0:pt12:card_reward","fight":{"damage_taken":28,"gold_gained":16,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"BATTLE_TRANCE","picked":false},{"floor_added":null,"id":"IRON_WAVE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":235,"hp":33,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1789983617:act0:pt12:potion_reward","fight":{"damage_taken":28,"gold_gained":16,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":19,"hp":33,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789983617:act0:pt13:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"FIEND_FIRE","picked":false},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"ULTIMATE_DEFEND","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":19,"hp":33,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789983617:act0:pt13:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":19,"hp":33,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789983617:act0:pt13:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":19,"hp":33,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789983617:act0:pt13:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"CARD.SECRET_WEAPON","kind":"bought_colorless"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":56,"hp":8,"map_point":14,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789983617:act0:pt14:card_reward","fight":{"damage_taken":31,"gold_gained":37,"hp_healed":6,"turns_taken":10},"kind":"card_reward","options":[{"floor_added":null,"id":"DOMINATE","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":56,"hp":8,"map_point":14,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789983617:act0:pt14:relic_reward","fight":{"damage_taken":31,"gold_gained":37,"hp_healed":6,"turns_taken":10},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":56,"hp":8,"map_point":14,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789983617:act0:pt14:potion_reward","fight":{"damage_taken":31,"gold_gained":37,"hp_healed":6,"turns_taken":10},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":56,"hp":37,"map_point":15,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789983617:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":29,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1789983617","schema":"sts2.decision/1","source":{"file":"1789983617.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789984388:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789984388:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LARGE_CAPSULE.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"raw":true,"run_id":"1789984388","schema":"sts2.decision/1","source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789984388:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"FISHING_ROD","title":{"key":"FISHING_ROD.title","table":"relics"},"was_chosen":false},{"TextKey":"SCROLL_BOXES","title":{"key":"SCROLL_BOXES.title","table":"relics"},"was_chosen":false},{"TextKey":"LARGE_CAPSULE","title":{"key":"LARGE_CAPSULE.title","table":"relics"},"was_chosen":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"raw":true,"run_id":"1789984388","schema":"sts2.decision/1","source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":116,"hp":79,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789984388:act0:pt1:card_reward","fight":{"damage_taken":7,"gold_gained":17,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"RAGE","picked":true},{"floor_added":null,"id":"BULLY","picked":false},{"floor_added":null,"id":"ARMAMENTS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":116,"hp":79,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789984388:act0:pt1:potion_reward","fight":{"damage_taken":7,"gold_gained":17,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":131,"hp":80,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789984388:act0:pt2:card_reward","fight":{"damage_taken":4,"gold_gained":15,"hp_healed":5,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.MORPHIC_GROVE","gold":131,"hp":85,"map_point":3,"map_point_type":"unknown","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1789984388:act0:pt3:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":5,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"MORPHIC_GROVE.pages.INITIAL.options.LONER.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"raw":true,"run_id":"1789984388","schema":"sts2.decision/1","source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"MOLTEN_FIST","context":{"act":0,"encounter":"SLIMES_WEAK","gold":142,"hp":85,"map_point":4,"map_point_type":"monster","max_hp":85,"monsters":["TWIG_SLIME_S","TWIG_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789984388:act0:pt4:card_reward","fight":{"damage_taken":5,"gold_gained":11,"hp_healed":5,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":5,"id":"MOLTEN_FIST","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THE_LEGENDS_WERE_TRUE","gold":142,"hp":85,"map_point":5,"map_point_type":"unknown","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1789984388:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THE_LEGENDS_WERE_TRUE.pages.INITIAL.options.NAB_THE_MAP.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"raw":true,"run_id":"1789984388","schema":"sts2.decision/1","source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":154,"hp":70,"map_point":6,"map_point_type":"unknown","max_hp":85,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1789984388:act0:pt6:card_reward","fight":{"damage_taken":21,"gold_gained":12,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":7,"id":"INFLAME","picked":true},{"floor_added":null,"id":"BURNING_PACT","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":154,"hp":70,"map_point":7,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789984388:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"BASH","context":{"act":0,"encounter":null,"gold":154,"hp":70,"map_point":7,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1789984388:act0:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"BASH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"ONE_TWO_PUNCH","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":173,"hp":55,"map_point":8,"map_point_type":"monster","max_hp":85,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1789984388:act0:pt8:card_reward","fight":{"damage_taken":21,"gold_gained":19,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":9,"id":"ONE_TWO_PUNCH","picked":true},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"SETUP_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":173,"hp":55,"map_point":8,"map_point_type":"monster","max_hp":85,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1789984388:act0:pt8:potion_reward","fight":{"damage_taken":21,"gold_gained":19,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":219,"hp":65,"map_point":9,"map_point_type":"treasure","max_hp":95,"monsters":[],"room_type":"treasure"},"decision_id":"1789984388:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":46,"hp_healed":10,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":11,"run_win":false},"run_id":"1789984388","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789984388.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789986134:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789986134:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"NEOWS_TALISMAN.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"raw":true,"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789986134:act0:pt0:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"},{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789986134:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"STONE_HUMIDIFIER","title":{"key":"STONE_HUMIDIFIER.title","table":"relics"},"was_chosen":false},{"TextKey":"NEOWS_TALISMAN","title":{"key":"NEOWS_TALISMAN.title","table":"relics"},"was_chosen":true},{"TextKey":"CURSED_PEARL","title":{"key":"CURSED_PEARL.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"raw":true,"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":116,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789986134:act0:pt1:card_reward","fight":{"damage_taken":4,"gold_gained":17,"hp_healed":4,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"BULLY","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":116,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789986134:act0:pt1:potion_reward","fight":{"damage_taken":4,"gold_gained":17,"hp_healed":4,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":128,"hp":80,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789986134:act0:pt2:card_reward","fight":{"damage_taken":6,"gold_gained":12,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"SETUP_STRIKE","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"EXPECT_A_FIGHT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"SLIMES_WEAK","gold":141,"hp":80,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789986134:act0:pt3:card_reward","fight":{"damage_taken":4,"gold_gained":13,"hp_healed":4,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":4,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"IRON_WAVE","picked":false},{"floor_added":null,"id":"BULLY","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.WHISPERING_HOLLOW","gold":103,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789986134:act0:pt4:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WHISPERING_HOLLOW","gold":103,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789986134:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WHISPERING_HOLLOW.pages.INITIAL.options.GOLD.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"raw":true,"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"HEADBUTT","context":{"act":0,"encounter":"RUBY_RAIDERS_NORMAL","gold":119,"hp":57,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["BRUTE_RUBY_RAIDER","AXE_RUBY_RAIDER","ASSASSIN_RUBY_RAIDER"],"room_type":"monster"},"decision_id":"1789986134:act0:pt5:card_reward","fight":{"damage_taken":29,"gold_gained":16,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":6,"id":"HEADBUTT","picked":true},{"floor_added":null,"id":"SETUP_STRIKE","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":119,"hp":57,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789986134:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":null,"gold":119,"hp":57,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789986134:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":168,"hp":57,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789986134:act0:pt7:relic_reward","fight":{"damage_taken":0,"gold_gained":49,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":183,"hp":52,"map_point":8,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789986134:act0:pt8:card_reward","fight":{"damage_taken":11,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":9,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":228,"hp":52,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789986134:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":228,"hp":52,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789986134:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":null,"gold":228,"hp":52,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789986134:act0:pt10:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"SETUP_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"ONE_TWO_PUNCH","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":266,"hp":58,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789986134:act0:pt11:card_reward","fight":{"damage_taken":0,"gold_gained":38,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":12,"id":"ONE_TWO_PUNCH","picked":true},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"DOMINATE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":266,"hp":58,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789986134:act0:pt11:relic_reward","fight":{"damage_taken":0,"gold_gained":38,"hp_healed":6,"turns_taken":3},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":266,"hp":58,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789986134:act0:pt11:potion_reward","fight":{"damage_taken":0,"gold_gained":38,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"FLAME_BARRIER","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":280,"hp":60,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789986134:act0:pt12:card_reward","fight":{"damage_taken":4,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":13,"id":"FLAME_BARRIER","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"UPPERCUT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":280,"hp":60,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789986134:act0:pt12:potion_reward","fight":{"damage_taken":4,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"TWIN_STRIKE","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":290,"hp":61,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1789986134:act0:pt13:card_reward","fight":{"damage_taken":5,"gold_gained":10,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":14,"id":"TWIN_STRIKE","picked":true},{"floor_added":null,"id":"UPPERCUT","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"MOLTEN_FIST","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":309,"hp":61,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789986134:act0:pt14:card_reward","fight":{"damage_taken":6,"gold_gained":19,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":15,"id":"MOLTEN_FIST","picked":true},{"floor_added":null,"id":"PILLAGE","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":309,"hp":61,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789986134:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":null,"gold":309,"hp":61,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789986134:act0:pt15:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"POMMEL_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"DEMON_FORM","context":{"act":0,"encounter":"THE_KIN_BOSS","gold":409,"hp":10,"map_point":16,"map_point_type":"boss","max_hp":80,"monsters":["KIN_FOLLOWER","KIN_FOLLOWER","KIN_PRIEST"],"room_type":"boss"},"decision_id":"1789986134:act0:pt16:card_reward","fight":{"damage_taken":57,"gold_gained":100,"hp_healed":6,"turns_taken":13},"kind":"card_reward","options":[{"floor_added":17,"id":"DEMON_FORM","picked":true},{"floor_added":null,"id":"HELLRAISER","picked":false},{"floor_added":null,"id":"BARRICADE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EVENT.PAEL","gold":409,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789986134:act1:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":70,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":409,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789986134:act1:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":70,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"PAELS_FLESH.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"raw":true,"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":409,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789986134:act1:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":70,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"PAELS_FLESH","title":{"key":"PAELS_FLESH.title","table":"relics"},"was_chosen":true},{"TextKey":"PAELS_CLAW","title":{"key":"PAELS_CLAW.title","table":"relics"},"was_chosen":false},{"TextKey":"PAELS_LEGION","title":{"key":"PAELS_LEGION.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"raw":true,"run_id":"1789986134","schema":"sts2.decision/1","source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"THUNDERCLAP","context":{"act":1,"encounter":"EXOSKELETONS_WEAK","gold":429,"hp":77,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1789986134:act1:pt1:card_reward","fight":{"damage_taken":9,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":19,"id":"THUNDERCLAP","picked":true},{"floor_added":null,"id":"ASHEN_STRIKE","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EXOSKELETONS_WEAK","gold":429,"hp":77,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1789986134:act1:pt1:potion_reward","fight":{"damage_taken":9,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"BURNING_PACT","context":{"act":1,"encounter":"BOWLBUGS_WEAK","gold":449,"hp":67,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["BOWLBUG_ROCK","BOWLBUG_EGG"],"room_type":"monster"},"decision_id":"1789986134:act1:pt2:card_reward","fight":{"damage_taken":16,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":20,"id":"BURNING_PACT","picked":true},{"floor_added":null,"id":"SETUP_STRIKE","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"BOWLBUGS_WEAK","gold":449,"hp":67,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["BOWLBUG_ROCK","BOWLBUG_EGG"],"room_type":"monster"},"decision_id":"1789986134:act1:pt2:potion_reward","fight":{"damage_taken":16,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":1,"encounter":"EXOSKELETONS_NORMAL","gold":466,"hp":50,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1789986134:act1:pt3:card_reward","fight":{"damage_taken":23,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":21,"id":"INFLAME","picked":true},{"floor_added":null,"id":"THRASH","picked":false},{"floor_added":null,"id":"HOWL_FROM_BEYOND","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EXOSKELETONS_NORMAL","gold":466,"hp":50,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1789986134:act1:pt3:potion_reward","fight":{"damage_taken":23,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":1,"encounter":"SLUMBERING_BEETLE_NORMAL","gold":477,"hp":13,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["BOWLBUG_ROCK","BOWLBUG_SILK","SLUMBERING_BEETLE"],"room_type":"monster"},"decision_id":"1789986134:act1:pt4:card_reward","fight":{"damage_taken":43,"gold_gained":11,"hp_healed":6,"turns_taken":8},"kind":"card_reward","options":[{"floor_added":22,"id":"RAGE","picked":true},{"floor_added":null,"id":"DISMANTLE","picked":false},{"floor_added":null,"id":"ARMAMENTS","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"THE_OBSCURA_NORMAL","run_map_points":23,"run_win":false},"run_id":"1789986134","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789986134.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987038:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987038:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"GOLDEN_PEARL.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987038:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"GOLDEN_PEARL","title":{"key":"GOLDEN_PEARL.title","table":"relics"},"was_chosen":true},{"TextKey":"SMALL_CAPSULE","title":{"key":"SMALL_CAPSULE.title","table":"relics"},"was_chosen":false},{"TextKey":"SILVER_CRUCIBLE","title":{"key":"SILVER_CRUCIBLE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":267,"hp":73,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789987038:act0:pt1:card_reward","fight":{"damage_taken":13,"gold_gained":18,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"FLAME_BARRIER","context":{"act":0,"encounter":"SLIMES_WEAK","gold":287,"hp":71,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789987038:act0:pt2:card_reward","fight":{"damage_taken":8,"gold_gained":20,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":3,"id":"FLAME_BARRIER","picked":true},{"floor_added":null,"id":"IRON_WAVE","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":304,"hp":73,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789987038:act0:pt3:card_reward","fight":{"damage_taken":4,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":4,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"BLUDGEON","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":317,"hp":17,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789987038:act0:pt4:card_reward","fight":{"damage_taken":62,"gold_gained":13,"hp_healed":6,"turns_taken":13},"kind":"card_reward","options":[{"floor_added":5,"id":"BLUDGEON","picked":true},{"floor_added":null,"id":"FIGHT_ME","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":317,"hp":17,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789987038:act0:pt4:potion_reward","fight":{"damage_taken":62,"gold_gained":13,"hp_healed":6,"turns_taken":13},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.THIS_OR_THAT","gold":317,"hp":17,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987038:act0:pt5:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THIS_OR_THAT","gold":317,"hp":17,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987038:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THIS_OR_THAT.pages.INITIAL.options.ORNATE.title","table":"events"},"variables":{"Curse":{"bool_value":false,"decimal_value":0,"string_value":"Clumsy","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":317,"hp":41,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987038:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"JUGGLING","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":327,"hp":18,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1789987038:act0:pt7:card_reward","fight":{"damage_taken":29,"gold_gained":10,"hp_healed":6,"turns_taken":8},"kind":"card_reward","options":[{"floor_added":8,"id":"JUGGLING","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":96,"hp":18,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987038:act0:pt8:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BULLY","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"OFFERING","picked":false},{"floor_added":null,"id":"CASCADE","picked":false},{"floor_added":null,"id":"VOLLEY","picked":false},{"floor_added":null,"id":"MAYHEM","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":96,"hp":18,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987038:act0:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":96,"hp":18,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987038:act0:pt8:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":96,"hp":18,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987038:act0:pt8:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.VAJRA","kind":"bought_relics"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":147,"hp":18,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789987038:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":51,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":75,"hp":18,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987038:act0:pt10:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BULLY","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"FEEL_NO_PAIN","picked":false},{"floor_added":null,"id":"FLASH_OF_STEEL","picked":false},{"floor_added":null,"id":"SECRET_TECHNIQUE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":75,"hp":18,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987038:act0:pt10:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":75,"hp":18,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987038:act0:pt10:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":75,"hp":42,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987038:act0:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.UNREST_SITE","gold":75,"hp":80,"map_point":12,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987038:act0:pt12:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":38,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"UNREST_SITE.pages.INITIAL.options.REST.title","table":"events"},"variables":{"MaxHpLoss":{"bool_value":false,"decimal_value":8,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.WHISPERING_HOLLOW","gold":35,"hp":80,"map_point":13,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987038:act0:pt13:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WHISPERING_HOLLOW","gold":35,"hp":80,"map_point":13,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987038:act0:pt13:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WHISPERING_HOLLOW.pages.INITIAL.options.GOLD.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"AGGRESSION","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":46,"hp":74,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","LEAF_SLIME_S","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1789987038:act0:pt14:card_reward","fight":{"damage_taken":12,"gold_gained":11,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":15,"id":"AGGRESSION","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":46,"hp":74,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987038:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"BASH","context":{"act":0,"encounter":null,"gold":46,"hp":74,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987038:act0:pt15:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"BASH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789987038","schema":"sts2.decision/1","source":{"file":"1789987038.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SCROLL_BOXES.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"raw":true,"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"SCROLL_BOXES","title":{"key":"SCROLL_BOXES.title","table":"relics"},"was_chosen":true},{"TextKey":"ARCANE_SCROLL","title":{"key":"ARCANE_SCROLL.title","table":"relics"},"was_chosen":false},{"TextKey":"PRECARIOUS_SHEARS","title":{"key":"PRECARIOUS_SHEARS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"raw":true,"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"INFERNAL_BLADE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":118,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789987555:act0:pt1:card_reward","fight":{"damage_taken":6,"gold_gained":19,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"INFERNAL_BLADE","picked":true},{"floor_added":null,"id":"IRON_WAVE","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"DISMANTLE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":135,"hp":73,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789987555:act0:pt2:card_reward","fight":{"damage_taken":13,"gold_gained":17,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"DISMANTLE","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"COLOSSUS","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"BODY_SLAM","context":{"act":0,"encounter":"SLIMES_WEAK","gold":153,"hp":73,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","TWIG_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1789987555:act0:pt3:card_reward","fight":{"damage_taken":6,"gold_gained":18,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":4,"id":"BODY_SLAM","picked":true},{"floor_added":null,"id":"SECOND_WIND","picked":false},{"floor_added":null,"id":"IMPERVIOUS","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":153,"hp":73,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","TWIG_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1789987555:act0:pt3:potion_reward","fight":{"damage_taken":6,"gold_gained":18,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"ANGER","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":166,"hp":62,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_S","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1789987555:act0:pt4:card_reward","fight":{"damage_taken":17,"gold_gained":13,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":5,"id":"ANGER","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":166,"hp":62,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WOOD_CARVINGS.pages.INITIAL.options.TORUS.title","table":"events"},"variables":{"BirdCard":{"bool_value":false,"decimal_value":0,"string_value":"Peck","type":"DynamicString"},"SnakeEnchantment":{"bool_value":false,"decimal_value":0,"string_value":"Slither","type":"DynamicString"},"ToricCard":{"bool_value":false,"decimal_value":0,"string_value":"Toric Toughness","type":"DynamicString"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"raw":true,"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"{'final_card': {'floor_added_to_deck': 6, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.BASH'}}","context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":166,"hp":62,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act0:pt5:transform","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"transform","options":[{"id":"{'final_card': {'floor_added_to_deck': 6, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.BASH'}}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":166,"hp":62,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987555:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"FLAME_BARRIER","context":{"act":0,"encounter":null,"gold":166,"hp":62,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987555:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"FLAME_BARRIER"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"TRUE_GRIT","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":208,"hp":60,"map_point":7,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789987555:act0:pt7:card_reward","fight":{"damage_taken":8,"gold_gained":42,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":8,"id":"TRUE_GRIT","picked":true},{"floor_added":null,"id":"THRASH","picked":false},{"floor_added":null,"id":"SECOND_WIND","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":208,"hp":60,"map_point":7,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789987555:act0:pt7:relic_reward","fight":{"damage_taken":8,"gold_gained":42,"hp_healed":6,"turns_taken":6},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":208,"hp":60,"map_point":7,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789987555:act0:pt7:potion_reward","fight":{"damage_taken":8,"gold_gained":42,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":35,"hp":60,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987555:act0:pt8:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"SEEKER_STRIKE","picked":false},{"floor_added":null,"id":"SECRET_TECHNIQUE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":35,"hp":60,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987555:act0:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":35,"hp":60,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987555:act0:pt8:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":35,"hp":60,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987555:act0:pt8:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.VAJRA","kind":"bought_relics"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"raw":true,"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":83,"hp":60,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789987555:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":48,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":83,"hp":60,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987555:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":null,"gold":83,"hp":60,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987555:act0:pt10:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"SETUP_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":127,"hp":45,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789987555:act0:pt11:card_reward","fight":{"damage_taken":21,"gold_gained":44,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":12,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"CRIMSON_MANTLE","picked":false},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":127,"hp":45,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789987555:act0:pt11:relic_reward","fight":{"damage_taken":21,"gold_gained":44,"hp_healed":6,"turns_taken":6},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":127,"hp":45,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789987555:act0:pt11:potion_reward","fight":{"damage_taken":21,"gold_gained":44,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SELF_HELP_BOOK","gold":127,"hp":45,"map_point":12,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act0:pt12:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SELF_HELP_BOOK.pages.INITIAL.options.READ_THE_BACK.title","table":"events"},"variables":{"Enchantment1":{"bool_value":false,"decimal_value":0,"string_value":"Sharp","type":"DynamicString"},"Enchantment2":{"bool_value":false,"decimal_value":0,"string_value":"Nimble","type":"DynamicString"},"Enchantment3":{"bool_value":false,"decimal_value":0,"string_value":"Swift","type":"DynamicString"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"raw":true,"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"{'card': {'enchantment': {'amount': 2, 'id': 'ENCHANTMENT.SHARP'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.SHARP'}","context":{"act":0,"encounter":"EVENT.SELF_HELP_BOOK","gold":127,"hp":45,"map_point":12,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act0:pt12:enchant","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"enchant","options":[{"id":"{'card': {'enchantment': {'amount': 2, 'id': 'ENCHANTMENT.SHARP'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.SHARP'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"STONE_ARMOR","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":140,"hp":51,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789987555:act0:pt13:card_reward","fight":{"damage_taken":0,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":14,"id":"STONE_ARMOR","picked":true},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"DISMANTLE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":140,"hp":51,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789987555:act0:pt13:potion_reward","fight":{"damage_taken":0,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SAPPHIRE_SEED","gold":140,"hp":60,"map_point":14,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act0:pt14:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":9,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SAPPHIRE_SEED.pages.INITIAL.options.EAT.title","table":"events"},"variables":{"Enchantment":{"bool_value":false,"decimal_value":0,"string_value":"Sown","type":"DynamicString"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"raw":true,"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"EVENT.SAPPHIRE_SEED","gold":140,"hp":60,"map_point":14,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act0:pt14:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":9,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":140,"hp":60,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987555:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":null,"gold":140,"hp":60,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789987555:act0:pt15:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"IRON_WAVE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"JUGGERNAUT","context":{"act":0,"encounter":"CEREMONIAL_BEAST_BOSS","gold":240,"hp":33,"map_point":16,"map_point_type":"boss","max_hp":80,"monsters":["CEREMONIAL_BEAST"],"room_type":"boss"},"decision_id":"1789987555:act0:pt16:card_reward","fight":{"damage_taken":33,"gold_gained":100,"hp_healed":6,"turns_taken":12},"kind":"card_reward","options":[{"floor_added":17,"id":"JUGGERNAUT","picked":true},{"floor_added":null,"id":"BARRICADE","picked":false},{"floor_added":null,"id":"CRUELTY","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EVENT.TEZCATARA","gold":240,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act1:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":47,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.TEZCATARA","gold":240,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act1:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":47,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"VERY_HOT_COCOA.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"raw":true,"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.TEZCATARA","gold":240,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789987555:act1:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":47,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"VERY_HOT_COCOA","title":{"key":"VERY_HOT_COCOA.title","table":"relics"},"was_chosen":true},{"TextKey":"TOASTY_MITTENS","title":{"key":"TOASTY_MITTENS.title","table":"relics"},"was_chosen":false},{"TextKey":"SEAL_OF_GOLD","title":{"key":"SEAL_OF_GOLD.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"raw":true,"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":258,"hp":58,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1789987555:act1:pt1:card_reward","fight":{"damage_taken":28,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":19,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"SECOND_WIND","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"{'floor_added_to_deck': 2, 'id': 'CARD.INFERNAL_BLADE'}","context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":258,"hp":58,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1789987555:act1:pt1:remove","fight":{"damage_taken":28,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"remove","options":[{"id":"{'floor_added_to_deck': 2, 'id': 'CARD.INFERNAL_BLADE'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":1,"encounter":"BOWLBUGS_WEAK","gold":274,"hp":60,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["BOWLBUG_ROCK","BOWLBUG_EGG"],"room_type":"monster"},"decision_id":"1789987555:act1:pt2:card_reward","fight":{"damage_taken":4,"gold_gained":16,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":20,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"SETUP_STRIKE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"BOWLBUGS_WEAK","gold":274,"hp":60,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["BOWLBUG_ROCK","BOWLBUG_EGG"],"room_type":"monster"},"decision_id":"1789987555:act1:pt2:potion_reward","fight":{"damage_taken":4,"gold_gained":16,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":1,"encounter":"SPINY_TOAD_NORMAL","gold":284,"hp":27,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SPINY_TOAD"],"room_type":"monster"},"decision_id":"1789987555:act1:pt3:card_reward","fight":{"damage_taken":39,"gold_gained":10,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":21,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":284,"hp":42,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987555:act1:pt4:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":15,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"FIGHT_ME","picked":false},{"floor_added":null,"id":"THRASH","picked":false},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"EVIL_EYE","picked":false},{"floor_added":null,"id":"STONE_ARMOR","picked":false},{"floor_added":null,"id":"PRODUCTION","picked":false},{"floor_added":null,"id":"BOLAS","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":284,"hp":42,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987555:act1:pt4:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":15,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":284,"hp":42,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789987555:act1:pt4:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":15,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"AGGRESSION","context":{"act":1,"encounter":"CHOMPERS_NORMAL","gold":298,"hp":33,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["CHOMPER","CHOMPER"],"room_type":"monster"},"decision_id":"1789987555:act1:pt5:card_reward","fight":{"damage_taken":15,"gold_gained":14,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":23,"id":"AGGRESSION","picked":true},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":1,"encounter":"THE_OBSCURA_NORMAL","gold":308,"hp":11,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["THE_OBSCURA","PARAFRIGHT"],"room_type":"monster"},"decision_id":"1789987555:act1:pt6:card_reward","fight":{"damage_taken":28,"gold_gained":10,"hp_healed":6,"turns_taken":10},"kind":"card_reward","options":[{"floor_added":24,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"BURNING_PACT","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"THE_OBSCURA_NORMAL","gold":308,"hp":11,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["THE_OBSCURA","PARAFRIGHT"],"room_type":"monster"},"decision_id":"1789987555:act1:pt6:potion_reward","fight":{"damage_taken":28,"gold_gained":10,"hp_healed":6,"turns_taken":10},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"FEEL_NO_PAIN","context":{"act":1,"encounter":"LOUSE_PROGENITOR_NORMAL","gold":322,"hp":12,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["LOUSE_PROGENITOR"],"room_type":"monster"},"decision_id":"1789987555:act1:pt7:card_reward","fight":{"damage_taken":5,"gold_gained":14,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":25,"id":"FEEL_NO_PAIN","picked":true},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"SPITE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":null,"gold":370,"hp":12,"map_point":8,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789987555:act1:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":48,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":1,"encounter":null,"gold":370,"hp":12,"map_point":8,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789987555:act1:pt8:upgrade","fight":{"damage_taken":0,"gold_gained":48,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"},{"id":"BODY_SLAM"}],"outcome":{"run_acts_entered":2,"run_killed_by":"EXOSKELETONS_NORMAL","run_map_points":27,"run_win":false},"run_id":"1789987555","schema":"sts2.decision/1","source":{"file":"1789987555.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act0:pt0:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"ULTIMATE_DEFEND","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LEAD_PAPERWEIGHT.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"raw":true,"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"NEOWS_TORMENT","title":{"key":"NEOWS_TORMENT.title","table":"relics"},"was_chosen":false},{"TextKey":"LEAD_PAPERWEIGHT","title":{"key":"LEAD_PAPERWEIGHT.title","table":"relics"},"was_chosen":true},{"TextKey":"LEAFY_POULTICE","title":{"key":"LEAFY_POULTICE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"raw":true,"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"SLIMES_WEAK","gold":115,"hp":78,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789989111:act0:pt1:card_reward","fight":{"damage_taken":8,"gold_gained":16,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"PILLAGE","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":16,"hp":78,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789989111:act0:pt2:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"IRON_WAVE","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"DISCOVERY","picked":false},{"floor_added":null,"id":"BOLAS","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":16,"hp":78,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789989111:act0:pt2:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":16,"hp":78,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789989111:act0:pt2:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.DENSE_VEGETATION","gold":79,"hp":72,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act0:pt3:event","fight":{"damage_taken":8,"gold_gained":63,"hp_healed":2,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.REST.title","table":"events"},"variables":{}},{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.TRUDGE_ON.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"raw":true,"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THE_LEGENDS_WERE_TRUE","gold":79,"hp":72,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THE_LEGENDS_WERE_TRUE.pages.INITIAL.options.NAB_THE_MAP.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"raw":true,"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":29,"hp":72,"map_point":5,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789989111:act0:pt5:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"STONE_ARMOR","picked":false},{"floor_added":null,"id":"FISTICUFFS","picked":false},{"floor_added":null,"id":"SECRET_TECHNIQUE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":29,"hp":72,"map_point":5,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789989111:act0:pt5:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":29,"hp":72,"map_point":5,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789989111:act0:pt5:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"UNRELENTING","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":47,"hp":70,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789989111:act0:pt6:card_reward","fight":{"damage_taken":8,"gold_gained":18,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":7,"id":"UNRELENTING","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"STONE_ARMOR","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":47,"hp":70,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789989111:act0:pt6:potion_reward","fight":{"damage_taken":8,"gold_gained":18,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":47,"hp":70,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789989111:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":null,"gold":47,"hp":70,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789989111:act0:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"POMMEL_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"TRUE_GRIT","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":66,"hp":76,"map_point":8,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789989111:act0:pt8:card_reward","fight":{"damage_taken":0,"gold_gained":19,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":9,"id":"TRUE_GRIT","picked":true},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":118,"hp":76,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789989111:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":52,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":118,"hp":76,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789989111:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"ROLLING_BOULDER","context":{"act":0,"encounter":null,"gold":118,"hp":76,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789989111:act0:pt10:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"ROLLING_BOULDER"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"DISMANTLE","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":138,"hp":70,"map_point":11,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789989111:act0:pt11:card_reward","fight":{"damage_taken":12,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":12,"id":"DISMANTLE","picked":true},{"floor_added":null,"id":"DOMINATE","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":183,"hp":38,"map_point":12,"map_point_type":"elite","max_hp":90,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789989111:act0:pt12:card_reward","fight":{"damage_taken":48,"gold_gained":45,"hp_healed":16,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":13,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":183,"hp":38,"map_point":12,"map_point_type":"elite","max_hp":90,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789989111:act0:pt12:relic_reward","fight":{"damage_taken":48,"gold_gained":45,"hp_healed":16,"turns_taken":6},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":183,"hp":38,"map_point":12,"map_point_type":"elite","max_hp":90,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789989111:act0:pt12:potion_reward","fight":{"damage_taken":48,"gold_gained":45,"hp_healed":16,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"UNRELENTING","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":194,"hp":29,"map_point":13,"map_point_type":"monster","max_hp":90,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1789989111:act0:pt13:card_reward","fight":{"damage_taken":15,"gold_gained":11,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":14,"id":"UNRELENTING","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"SECOND_WIND","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":194,"hp":29,"map_point":13,"map_point_type":"monster","max_hp":90,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1789989111:act0:pt13:potion_reward","fight":{"damage_taken":15,"gold_gained":11,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"COLOSSUS","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":229,"hp":19,"map_point":14,"map_point_type":"elite","max_hp":90,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789989111:act0:pt14:card_reward","fight":{"damage_taken":16,"gold_gained":35,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":15,"id":"COLOSSUS","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"STOKE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":229,"hp":19,"map_point":14,"map_point_type":"elite","max_hp":90,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789989111:act0:pt14:relic_reward","fight":{"damage_taken":16,"gold_gained":35,"hp_healed":6,"turns_taken":7},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":229,"hp":46,"map_point":15,"map_point_type":"rest_site","max_hp":90,"monsters":[],"room_type":"rest_site"},"decision_id":"1789989111:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":27,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"PYRE","context":{"act":0,"encounter":"CEREMONIAL_BEAST_BOSS","gold":329,"hp":20,"map_point":16,"map_point_type":"boss","max_hp":90,"monsters":["CEREMONIAL_BEAST"],"room_type":"boss"},"decision_id":"1789989111:act0:pt16:card_reward","fight":{"damage_taken":32,"gold_gained":100,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":17,"id":"PYRE","picked":true},{"floor_added":null,"id":"PRIMAL_FORCE","picked":false},{"floor_added":null,"id":"BARRICADE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"CEREMONIAL_BEAST_BOSS","gold":329,"hp":20,"map_point":16,"map_point_type":"boss","max_hp":90,"monsters":["CEREMONIAL_BEAST"],"room_type":"boss"},"decision_id":"1789989111:act0:pt16:potion_reward","fight":{"damage_taken":32,"gold_gained":100,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EVENT.PAEL","gold":329,"hp":90,"map_point":0,"map_point_type":"ancient","max_hp":90,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act1:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":70,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":329,"hp":90,"map_point":0,"map_point_type":"ancient","max_hp":90,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act1:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":70,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"PAELS_TOOTH.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"raw":true,"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"{'floor_added_to_deck': 6, 'id': 'CARD.ARMAMENTS'}","context":{"act":1,"encounter":"EVENT.PAEL","gold":329,"hp":90,"map_point":0,"map_point_type":"ancient","max_hp":90,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act1:pt0:remove","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":70,"turns_taken":0},"kind":"remove","options":[{"id":"{'floor_added_to_deck': 6, 'id': 'CARD.ARMAMENTS'}"},{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"},{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"},{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"},{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"},{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":329,"hp":90,"map_point":0,"map_point_type":"ancient","max_hp":90,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act1:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":70,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"PAELS_FLESH","title":{"key":"PAELS_FLESH.title","table":"relics"},"was_chosen":false},{"TextKey":"PAELS_TOOTH","title":{"key":"PAELS_TOOTH.title","table":"relics"},"was_chosen":true},{"TextKey":"PAELS_EYE","title":{"key":"PAELS_EYE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"raw":true,"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":1,"encounter":"TUNNELER_WEAK","gold":339,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":90,"monsters":["TUNNELER"],"room_type":"monster"},"decision_id":"1789989111:act1:pt1:card_reward","fight":{"damage_taken":16,"gold_gained":10,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":19,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EVENT.TEA_MASTER","gold":189,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":90,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act1:pt2:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.TEA_MASTER","gold":189,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":90,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act1:pt2:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"TEA_MASTER.pages.INITIAL.options.EMBER_TEA.title","table":"events"},"variables":{"BoneTeaCost":{"bool_value":false,"decimal_value":50,"string_value":null,"type":"BaseDynamic"},"BoneTeaDescription":{"bool_value":false,"decimal_value":0,"string_value":"At the start of the next combat, [gold]Upgrade[/gold] your starting hand.","type":"DynamicString"},"EmberTeaCost":{"bool_value":false,"decimal_value":150,"string_value":null,"type":"BaseDynamic"},"EmberTeaDescription":{"bool_value":false,"decimal_value":0,"string_value":"At the start of the next [blue]5[/blue] combats, gain [blue]2[/blue] [gold]Strength[/gold].","type":"DynamicString"},"TeaOfDiscourtesyDescription":{"bool_value":false,"decimal_value":0,"string_value":"At the start of the next combat, shuffle [blue]2[/blue] [gold]Dazed[/gold] into your [gold]Draw Pile[/gold].","type":"DynamicString"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"raw":true,"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"UNRELENTING","context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":189,"hp":61,"map_point":3,"map_point_type":"monster","max_hp":90,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1789989111:act1:pt3:card_reward","fight":{"damage_taken":25,"gold_gained":0,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":21,"id":"UNRELENTING","picked":true},{"floor_added":null,"id":"SETUP_STRIKE","picked":false},{"floor_added":null,"id":"VICIOUS","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":189,"hp":61,"map_point":3,"map_point_type":"monster","max_hp":90,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1789989111:act1:pt3:potion_reward","fight":{"damage_taken":25,"gold_gained":0,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"{'floor_added_to_deck': 7, 'id': 'CARD.UNRELENTING'}","context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":189,"hp":61,"map_point":3,"map_point_type":"monster","max_hp":90,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1789989111:act1:pt3:remove","fight":{"damage_taken":25,"gold_gained":0,"hp_healed":6,"turns_taken":5},"kind":"remove","options":[{"id":"{'floor_added_to_deck': 7, 'id': 'CARD.UNRELENTING'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":1,"encounter":"BOWLBUGS_NORMAL","gold":205,"hp":24,"map_point":4,"map_point_type":"monster","max_hp":90,"monsters":["BOWLBUG_ROCK","BOWLBUG_NECTAR","BOWLBUG_EGG"],"room_type":"monster"},"decision_id":"1789989111:act1:pt4:card_reward","fight":{"damage_taken":43,"gold_gained":16,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":22,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"TAUNT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"BOWLBUGS_NORMAL","gold":205,"hp":24,"map_point":4,"map_point_type":"monster","max_hp":90,"monsters":["BOWLBUG_ROCK","BOWLBUG_NECTAR","BOWLBUG_EGG"],"room_type":"monster"},"decision_id":"1789989111:act1:pt4:potion_reward","fight":{"damage_taken":43,"gold_gained":16,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.INFESTED_AUTOMATON","gold":205,"hp":24,"map_point":5,"map_point_type":"unknown","max_hp":90,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act1:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"INFESTED_AUTOMATON.pages.INITIAL.options.TOUCH_CORE.title","table":"events"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"raw":true,"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":1,"encounter":null,"gold":205,"hp":51,"map_point":6,"map_point_type":"rest_site","max_hp":90,"monsters":[],"room_type":"rest_site"},"decision_id":"1789989111:act1:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":27,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.CRYSTAL_SPHERE","gold":124,"hp":51,"map_point":7,"map_point_type":"unknown","max_hp":90,"monsters":[],"room_type":"event"},"decision_id":"1789989111:act1:pt7:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"CRYSTAL_SPHERE.pages.INITIAL.options.UNCOVER_FUTURE.title","table":"events"},"variables":{"CurseTitle":{"bool_value":false,"decimal_value":0,"string_value":"Debt","type":"DynamicString"},"PaymentPlanCount":{"bool_value":false,"decimal_value":6,"string_value":null,"type":"BaseDynamic"},"UncoverFutureCost":{"bool_value":false,"decimal_value":81,"string_value":null,"type":"BaseDynamic"},"UncoverFutureProphesizeCount":{"bool_value":false,"decimal_value":3,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"raw":true,"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":null,"gold":768,"hp":51,"map_point":8,"map_point_type":"treasure","max_hp":90,"monsters":[],"room_type":"treasure"},"decision_id":"1789989111:act1:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":644,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"{'floor_added_to_deck': 5, 'id': 'CARD.SPOILS_MAP', 'props': {'ints': [{'name': 'SpoilsActIndex', 'value': 1}]}}","context":{"act":1,"encounter":null,"gold":768,"hp":51,"map_point":8,"map_point_type":"treasure","max_hp":90,"monsters":[],"room_type":"treasure"},"decision_id":"1789989111:act1:pt8:remove","fight":{"damage_taken":0,"gold_gained":644,"hp_healed":0,"turns_taken":0},"kind":"remove","options":[{"id":"{'floor_added_to_deck': 5, 'id': 'CARD.SPOILS_MAP', 'props': {'ints': [{'name': 'SpoilsActIndex', 'value': 1}]}}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":1,"encounter":null,"gold":768,"hp":78,"map_point":9,"map_point_type":"rest_site","max_hp":90,"monsters":[],"room_type":"rest_site"},"decision_id":"1789989111:act1:pt9:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":27,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"STAMPEDE","context":{"act":1,"encounter":"CHOMPERS_NORMAL","gold":793,"hp":46,"map_point":10,"map_point_type":"unknown","max_hp":90,"monsters":["CHOMPER","CHOMPER"],"room_type":"monster"},"decision_id":"1789989111:act1:pt10:card_reward","fight":{"damage_taken":38,"gold_gained":25,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":28,"id":"STAMPEDE","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"CRIMSON_MANTLE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":1,"encounter":null,"gold":793,"hp":73,"map_point":11,"map_point_type":"rest_site","max_hp":90,"monsters":[],"room_type":"rest_site"},"decision_id":"1789989111:act1:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":27,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":1,"encounter":"EXOSKELETONS_NORMAL","gold":821,"hp":23,"map_point":12,"map_point_type":"monster","max_hp":90,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1789989111:act1:pt12:card_reward","fight":{"damage_taken":56,"gold_gained":28,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":30,"id":"SETUP_STRIKE","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"COLOSSUS","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EXOSKELETONS_NORMAL","gold":821,"hp":23,"map_point":12,"map_point_type":"monster","max_hp":90,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1789989111:act1:pt12:potion_reward","fight":{"damage_taken":56,"gold_gained":28,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"DECIMILLIPEDE_ELITE","run_map_points":31,"run_win":false},"run_id":"1789989111","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789989111.run","kind":"game_run_history"}}
{"chosen":"RAMPAGE","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789990342:act0:pt0:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":1,"id":"RAMPAGE","picked":true},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789990342:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789990342:act0:pt0:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789990342:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LOST_COFFER.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789990342:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LOST_COFFER","title":{"key":"LOST_COFFER.title","table":"relics"},"was_chosen":true},{"TextKey":"BOOMING_CONCH","title":{"key":"BOOMING_CONCH.title","table":"relics"},"was_chosen":false},{"TextKey":"SILVER_CRUCIBLE","title":{"key":"SILVER_CRUCIBLE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"TWIN_STRIKE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":116,"hp":73,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789990342:act0:pt1:card_reward","fight":{"damage_taken":13,"gold_gained":17,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"TWIN_STRIKE","picked":true},{"floor_added":null,"id":"BURNING_PACT","picked":false},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":135,"hp":75,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789990342:act0:pt2:card_reward","fight":{"damage_taken":4,"gold_gained":19,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":135,"hp":75,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789990342:act0:pt2:potion_reward","fight":{"damage_taken":4,"gold_gained":19,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":9,"hp":75,"map_point":3,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789990342:act0:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"POMMEL_STRIKE","picked":false},{"floor_added":null,"id":"IRON_WAVE","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false},{"floor_added":null,"id":"THE_BOMB","picked":false},{"floor_added":null,"id":"SECRET_WEAPON","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":9,"hp":75,"map_point":3,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789990342:act0:pt3:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":9,"hp":75,"map_point":3,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789990342:act0:pt3:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":24,"hp":66,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789990342:act0:pt4:card_reward","fight":{"damage_taken":15,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":5,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"SECOND_WIND","picked":false},{"floor_added":null,"id":"BATTLE_TRANCE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":24,"hp":66,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789990342:act0:pt4:potion_reward","fight":{"damage_taken":15,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":41,"hp":53,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1789990342:act0:pt5:card_reward","fight":{"damage_taken":19,"gold_gained":17,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":6,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"VICIOUS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":41,"hp":53,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1789990342:act0:pt5:potion_reward","fight":{"damage_taken":19,"gold_gained":17,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.AROMA_OF_CHAOS","gold":41,"hp":53,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789990342:act0:pt6:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"AROMA_OF_CHAOS.pages.INITIAL.options.LET_GO.title","table":"events"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"{'final_card': {'floor_added_to_deck': 7, 'id': 'CARD.BRAND'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}","context":{"act":0,"encounter":"EVENT.AROMA_OF_CHAOS","gold":41,"hp":53,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789990342:act0:pt6:transform","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"transform","options":[{"id":"{'final_card': {'floor_added_to_deck': 7, 'id': 'CARD.BRAND'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":41,"hp":53,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789990342:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"RAMPAGE","context":{"act":0,"encounter":null,"gold":41,"hp":53,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789990342:act0:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"RAMPAGE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"UNRELENTING","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":54,"hp":26,"map_point":8,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789990342:act0:pt8:card_reward","fight":{"damage_taken":33,"gold_gained":13,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":9,"id":"UNRELENTING","picked":true},{"floor_added":null,"id":"PILLAGE","picked":false},{"floor_added":null,"id":"AGGRESSION","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":54,"hp":26,"map_point":8,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789990342:act0:pt8:potion_reward","fight":{"damage_taken":33,"gold_gained":13,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":99,"hp":26,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789990342:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":null,"gold":99,"hp":26,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789990342:act0:pt9:upgrade","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"},{"id":"BASH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":119,"hp":27,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1789990342:act0:pt10:card_reward","fight":{"damage_taken":5,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":11,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"MOLTEN_FIST","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":138,"hp":17,"map_point":11,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","TWIG_SLIME_S","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789990342:act0:pt11:card_reward","fight":{"damage_taken":16,"gold_gained":19,"hp_healed":6,"turns_taken":8},"kind":"card_reward","options":[{"floor_added":12,"id":"MOLTEN_FIST","picked":true},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.BYRDONIS_NEST","gold":138,"hp":24,"map_point":12,"map_point_type":"unknown","max_hp":87,"monsters":[],"room_type":"event"},"decision_id":"1789990342:act0:pt12:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":7,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"BYRDONIS_NEST.pages.INITIAL.options.EAT.title","table":"events"},"variables":{"Card":{"bool_value":false,"decimal_value":0,"string_value":"Byrdonis Egg","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.UNREST_SITE","gold":138,"hp":87,"map_point":13,"map_point_type":"unknown","max_hp":87,"monsters":[],"room_type":"event"},"decision_id":"1789990342:act0:pt13:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":63,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"UNREST_SITE.pages.INITIAL.options.REST.title","table":"events"},"variables":{"MaxHpLoss":{"bool_value":false,"decimal_value":8,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"RAMPAGE","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":154,"hp":75,"map_point":14,"map_point_type":"monster","max_hp":87,"monsters":["TWIG_SLIME_M","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1789990342:act0:pt14:card_reward","fight":{"damage_taken":18,"gold_gained":16,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":15,"id":"RAMPAGE","picked":true},{"floor_added":null,"id":"ASHEN_STRIKE","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":154,"hp":75,"map_point":14,"map_point_type":"monster","max_hp":87,"monsters":["TWIG_SLIME_M","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1789990342:act0:pt14:potion_reward","fight":{"damage_taken":18,"gold_gained":16,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":154,"hp":75,"map_point":15,"map_point_type":"rest_site","max_hp":87,"monsters":[],"room_type":"rest_site"},"decision_id":"1789990342:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"RAMPAGE","context":{"act":0,"encounter":null,"gold":154,"hp":75,"map_point":15,"map_point_type":"rest_site","max_hp":87,"monsters":[],"room_type":"rest_site"},"decision_id":"1789990342:act0:pt15:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"RAMPAGE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789990342","schema":"sts2.decision/1","source":{"file":"1789990342.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789991807:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789991807:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"GOLDEN_PEARL.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789991807","schema":"sts2.decision/1","source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789991807:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"GOLDEN_PEARL","title":{"key":"GOLDEN_PEARL.title","table":"relics"},"was_chosen":true},{"TextKey":"SCROLL_BOXES","title":{"key":"SCROLL_BOXES.title","table":"relics"},"was_chosen":false},{"TextKey":"HEFTY_TABLET","title":{"key":"HEFTY_TABLET.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789991807","schema":"sts2.decision/1","source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"MOLTEN_FIST","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":259,"hp":73,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789991807:act0:pt1:card_reward","fight":{"damage_taken":13,"gold_gained":10,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"MOLTEN_FIST","picked":true},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"DISMANTLE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":278,"hp":64,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789991807:act0:pt2:card_reward","fight":{"damage_taken":15,"gold_gained":19,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":3,"id":"DISMANTLE","picked":true},{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":13,"hp":64,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789991807:act0:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"OFFERING","picked":false},{"floor_added":null,"id":"BATTLE_TRANCE","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"THE_BOMB","picked":false},{"floor_added":null,"id":"SECRET_TECHNIQUE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":13,"hp":64,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789991807:act0:pt3:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":13,"hp":64,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789991807:act0:pt3:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":13,"hp":64,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789991807:act0:pt3:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.CANDELABRA","kind":"bought_relics"},{"item":"POTION.STRENGTH_POTION","kind":"bought_potions"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789991807","schema":"sts2.decision/1","source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":23,"hp":70,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789991807:act0:pt4:card_reward","fight":{"damage_taken":0,"gold_gained":10,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":5,"id":"INFLAME","picked":true},{"floor_added":null,"id":"BATTLE_TRANCE","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":42,"hp":43,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1789991807:act0:pt5:card_reward","fight":{"damage_taken":33,"gold_gained":19,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":6,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"DISMANTLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":42,"hp":43,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1789991807:act0:pt5:potion_reward","fight":{"damage_taken":33,"gold_gained":19,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":42,"hp":67,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789991807:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"THUNDERCLAP","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":62,"hp":59,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1789991807:act0:pt7:card_reward","fight":{"damage_taken":14,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":8,"id":"THUNDERCLAP","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"WHIRLWIND","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":62,"hp":59,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1789991807:act0:pt7:potion_reward","fight":{"damage_taken":14,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":62,"hp":59,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789991807:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":null,"gold":62,"hp":59,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789991807:act0:pt8:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"INFLAME"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":111,"hp":59,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789991807:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":49,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":126,"hp":50,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789991807:act0:pt10:card_reward","fight":{"damage_taken":15,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":11,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"IRON_WAVE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":126,"hp":50,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789991807:act0:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"DISMANTLE","context":{"act":0,"encounter":null,"gold":126,"hp":50,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789991807:act0:pt11:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"DISMANTLE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":143,"hp":50,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","LEAF_SLIME_S","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1789991807:act0:pt12:card_reward","fight":{"damage_taken":6,"gold_gained":17,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":13,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"STAMPEDE","picked":false},{"floor_added":null,"id":"DARK_EMBRACE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":143,"hp":50,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","LEAF_SLIME_S","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1789991807:act0:pt12:potion_reward","fight":{"damage_taken":6,"gold_gained":17,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":161,"hp":38,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1789991807:act0:pt13:card_reward","fight":{"damage_taken":18,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":14,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"VICIOUS","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":161,"hp":38,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1789991807:act0:pt13:potion_reward","fight":{"damage_taken":18,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"CRUELTY","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":199,"hp":26,"map_point":14,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789991807:act0:pt14:card_reward","fight":{"damage_taken":18,"gold_gained":38,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":15,"id":"CRUELTY","picked":true},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":199,"hp":26,"map_point":14,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789991807:act0:pt14:relic_reward","fight":{"damage_taken":18,"gold_gained":38,"hp_healed":6,"turns_taken":6},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":199,"hp":26,"map_point":14,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1789991807:act0:pt14:potion_reward","fight":{"damage_taken":18,"gold_gained":38,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":199,"hp":50,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789991807:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789991807","schema":"sts2.decision/1","source":{"file":"1789991807.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789992456:act0:pt0:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":1,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789992456:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789992456:act0:pt0:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789992456:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LOST_COFFER.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789992456","schema":"sts2.decision/1","source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789992456:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"FISHING_ROD","title":{"key":"FISHING_ROD.title","table":"relics"},"was_chosen":false},{"TextKey":"LOST_COFFER","title":{"key":"LOST_COFFER.title","table":"relics"},"was_chosen":true},{"TextKey":"PRECARIOUS_SHEARS","title":{"key":"PRECARIOUS_SHEARS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789992456","schema":"sts2.decision/1","source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"ANGER","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":111,"hp":78,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789992456:act0:pt1:card_reward","fight":{"damage_taken":8,"gold_gained":12,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"ANGER","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":131,"hp":80,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789992456:act0:pt2:card_reward","fight":{"damage_taken":4,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"STOMP","picked":false},{"floor_added":null,"id":"WHIRLWIND","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"BODY_SLAM","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":146,"hp":80,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789992456:act0:pt3:card_reward","fight":{"damage_taken":2,"gold_gained":15,"hp_healed":2,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":4,"id":"BODY_SLAM","picked":true},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"CRUELTY","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.BYRDONIS_NEST","gold":146,"hp":87,"map_point":4,"map_point_type":"unknown","max_hp":87,"monsters":[],"room_type":"event"},"decision_id":"1789992456:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":7,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"BYRDONIS_NEST.pages.INITIAL.options.EAT.title","table":"events"},"variables":{"Card":{"bool_value":false,"decimal_value":0,"string_value":"Byrdonis Egg","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789992456","schema":"sts2.decision/1","source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"BULLY","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":165,"hp":81,"map_point":5,"map_point_type":"monster","max_hp":87,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1789992456:act0:pt5:card_reward","fight":{"damage_taken":12,"gold_gained":19,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":6,"id":"BULLY","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":165,"hp":81,"map_point":5,"map_point_type":"monster","max_hp":87,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1789992456:act0:pt5:potion_reward","fight":{"damage_taken":12,"gold_gained":19,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":165,"hp":81,"map_point":6,"map_point_type":"rest_site","max_hp":87,"monsters":[],"room_type":"rest_site"},"decision_id":"1789992456:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":null,"gold":165,"hp":81,"map_point":6,"map_point_type":"rest_site","max_hp":87,"monsters":[],"room_type":"rest_site"},"decision_id":"1789992456:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"POMMEL_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"STOMP","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":180,"hp":78,"map_point":7,"map_point_type":"monster","max_hp":87,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789992456:act0:pt7:card_reward","fight":{"damage_taken":9,"gold_gained":15,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":8,"id":"STOMP","picked":true},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false},{"floor_added":null,"id":"ARMAMENTS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"THUNDERCLAP","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":193,"hp":58,"map_point":8,"map_point_type":"monster","max_hp":87,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789992456:act0:pt8:card_reward","fight":{"damage_taken":26,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":9,"id":"THUNDERCLAP","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":245,"hp":58,"map_point":9,"map_point_type":"treasure","max_hp":87,"monsters":[],"room_type":"treasure"},"decision_id":"1789992456:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":52,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":257,"hp":36,"map_point":10,"map_point_type":"monster","max_hp":87,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789992456:act0:pt10:card_reward","fight":{"damage_taken":28,"gold_gained":12,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":11,"id":"INFLAME","picked":true},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"SETUP_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":257,"hp":36,"map_point":10,"map_point_type":"monster","max_hp":87,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1789992456:act0:pt10:potion_reward","fight":{"damage_taken":28,"gold_gained":12,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":257,"hp":62,"map_point":11,"map_point_type":"rest_site","max_hp":87,"monsters":[],"room_type":"rest_site"},"decision_id":"1789992456:act0:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":26,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"UNRELENTING","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":268,"hp":37,"map_point":12,"map_point_type":"unknown","max_hp":87,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1789992456:act0:pt12:card_reward","fight":{"damage_taken":31,"gold_gained":11,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":13,"id":"UNRELENTING","picked":true},{"floor_added":null,"id":"BATTLE_TRANCE","picked":false},{"floor_added":null,"id":"WHIRLWIND","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":268,"hp":37,"map_point":12,"map_point_type":"unknown","max_hp":87,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1789992456:act0:pt12:potion_reward","fight":{"damage_taken":31,"gold_gained":11,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"WHIRLWIND","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":286,"hp":24,"map_point":13,"map_point_type":"monster","max_hp":87,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","TWIG_SLIME_S","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789992456:act0:pt13:card_reward","fight":{"damage_taken":19,"gold_gained":18,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":14,"id":"WHIRLWIND","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"SPITE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":286,"hp":24,"map_point":13,"map_point_type":"monster","max_hp":87,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","TWIG_SLIME_S","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789992456:act0:pt13:potion_reward","fight":{"damage_taken":19,"gold_gained":18,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"DARK_EMBRACE","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":301,"hp":12,"map_point":14,"map_point_type":"monster","max_hp":87,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1789992456:act0:pt14:card_reward","fight":{"damage_taken":18,"gold_gained":15,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":15,"id":"DARK_EMBRACE","picked":true},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":301,"hp":38,"map_point":15,"map_point_type":"rest_site","max_hp":87,"monsters":[],"room_type":"rest_site"},"decision_id":"1789992456:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":26,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789992456","schema":"sts2.decision/1","source":{"file":"1789992456.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993042:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993042:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"BOOMING_CONCH.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993042:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"BOOMING_CONCH","title":{"key":"BOOMING_CONCH.title","table":"relics"},"was_chosen":true},{"TextKey":"LOST_COFFER","title":{"key":"LOST_COFFER.title","table":"relics"},"was_chosen":false},{"TextKey":"SILVER_CRUCIBLE","title":{"key":"SILVER_CRUCIBLE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":113,"hp":79,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789993042:act0:pt1:card_reward","fight":{"damage_taken":7,"gold_gained":14,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":113,"hp":79,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789993042:act0:pt1:potion_reward","fight":{"damage_taken":7,"gold_gained":14,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":3,"hp":79,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993042:act0:pt2:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"UPPERCUT","picked":false},{"floor_added":null,"id":"BATTLE_TRANCE","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"DISCOVERY","picked":false},{"floor_added":null,"id":"HAND_OF_GREED","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":3,"hp":79,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993042:act0:pt2:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":3,"hp":79,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993042:act0:pt2:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":3,"hp":79,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993042:act0:pt3:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WOOD_CARVINGS.pages.INITIAL.options.TORUS.title","table":"events"},"variables":{"BirdCard":{"bool_value":false,"decimal_value":0,"string_value":"Peck","type":"DynamicString"},"SnakeEnchantment":{"bool_value":false,"decimal_value":0,"string_value":"Slither","type":"DynamicString"},"ToricCard":{"bool_value":false,"decimal_value":0,"string_value":"Toric Toughness","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"{'final_card': {'floor_added_to_deck': 4, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}","context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":3,"hp":79,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993042:act0:pt3:transform","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"transform","options":[{"id":"{'final_card': {'floor_added_to_deck': 4, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"HEADBUTT","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":15,"hp":77,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789993042:act0:pt4:card_reward","fight":{"damage_taken":8,"gold_gained":12,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":5,"id":"HEADBUTT","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SELF_HELP_BOOK","gold":15,"hp":77,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993042:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SELF_HELP_BOOK.pages.INITIAL.options.READ_THE_BACK.title","table":"events"},"variables":{"Enchantment1":{"bool_value":false,"decimal_value":0,"string_value":"Sharp","type":"DynamicString"},"Enchantment2":{"bool_value":false,"decimal_value":0,"string_value":"Nimble","type":"DynamicString"},"Enchantment3":{"bool_value":false,"decimal_value":0,"string_value":"Swift","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"{'card': {'enchantment': {'amount': 2, 'id': 'ENCHANTMENT.SHARP'}, 'floor_added_to_deck': 1, 'id': 'CARD.BASH'}, 'enchantment': 'ENCHANTMENT.SHARP'}","context":{"act":0,"encounter":"EVENT.SELF_HELP_BOOK","gold":15,"hp":77,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993042:act0:pt5:enchant","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"enchant","options":[{"id":"{'card': {'enchantment': {'amount': 2, 'id': 'ENCHANTMENT.SHARP'}, 'floor_added_to_deck': 1, 'id': 'CARD.BASH'}, 'enchantment': 'ENCHANTMENT.SHARP'}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":31,"hp":80,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789993042:act0:pt6:card_reward","fight":{"damage_taken":0,"gold_gained":16,"hp_healed":3,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":7,"id":"SETUP_STRIKE","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":31,"hp":80,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789993042:act0:pt6:potion_reward","fight":{"damage_taken":0,"gold_gained":16,"hp_healed":3,"turns_taken":2},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.SUNKEN_STATUE","gold":31,"hp":80,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993042:act0:pt7:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SUNKEN_STATUE","gold":31,"hp":80,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993042:act0:pt7:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SUNKEN_STATUE.pages.INITIAL.options.GRAB_SWORD.title","table":"events"},"variables":{"HpLoss":{"bool_value":false,"decimal_value":7,"string_value":null,"type":"BaseDynamic"},"Relic":{"bool_value":false,"decimal_value":0,"string_value":"Sword of Stone","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":31,"hp":80,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993042:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":null,"gold":31,"hp":80,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993042:act0:pt8:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"POMMEL_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":75,"hp":80,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789993042:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":44,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":117,"hp":63,"map_point":10,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789993042:act0:pt10:card_reward","fight":{"damage_taken":23,"gold_gained":42,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":11,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":117,"hp":63,"map_point":10,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789993042:act0:pt10:relic_reward","fight":{"damage_taken":23,"gold_gained":42,"hp_healed":6,"turns_taken":4},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":117,"hp":63,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993042:act0:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":null,"gold":117,"hp":63,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993042:act0:pt11:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"SETUP_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"DARK_EMBRACE","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":160,"hp":35,"map_point":12,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789993042:act0:pt12:card_reward","fight":{"damage_taken":34,"gold_gained":43,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":13,"id":"DARK_EMBRACE","picked":true},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":160,"hp":35,"map_point":12,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789993042:act0:pt12:relic_reward","fight":{"damage_taken":34,"gold_gained":43,"hp_healed":6,"turns_taken":7},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":160,"hp":35,"map_point":12,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1789993042:act0:pt12:potion_reward","fight":{"damage_taken":34,"gold_gained":43,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":160,"hp":35,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993042:act0:pt13:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"STOKE","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false},{"floor_added":null,"id":"PROLONG","picked":false},{"floor_added":null,"id":"HAND_OF_GREED","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":160,"hp":35,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993042:act0:pt13:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":160,"hp":35,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993042:act0:pt13:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":175,"hp":29,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789993042:act0:pt14:card_reward","fight":{"damage_taken":12,"gold_gained":15,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":15,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"BATTLE_TRANCE","picked":false},{"floor_added":null,"id":"TWIN_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":175,"hp":29,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789993042:act0:pt14:potion_reward","fight":{"damage_taken":12,"gold_gained":15,"hp_healed":6,"turns_taken":2},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":175,"hp":53,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993042:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"THE_KIN_BOSS","gold":175,"hp":0,"map_point":16,"map_point_type":"boss","max_hp":80,"monsters":["KIN_FOLLOWER","KIN_FOLLOWER","KIN_PRIEST"],"room_type":"boss"},"decision_id":"1789993042:act0:pt16:potion_reward","fight":{"damage_taken":53,"gold_gained":0,"hp_healed":0,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993042","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993042.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993567:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993567:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LAVA_ROCK.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1789993567","schema":"sts2.decision/1","source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993567:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LAVA_ROCK","title":{"key":"LAVA_ROCK.title","table":"relics"},"was_chosen":true},{"TextKey":"ARCANE_SCROLL","title":{"key":"ARCANE_SCROLL.title","table":"relics"},"was_chosen":false},{"TextKey":"SILVER_CRUCIBLE","title":{"key":"SILVER_CRUCIBLE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1789993567","schema":"sts2.decision/1","source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":112,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789993567:act0:pt1:card_reward","fight":{"damage_taken":3,"gold_gained":13,"hp_healed":3,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"HEMOKINESIS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":132,"hp":79,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789993567:act0:pt2:card_reward","fight":{"damage_taken":7,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":132,"hp":79,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1789993567:act0:pt2:potion_reward","fight":{"damage_taken":7,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"FEEL_NO_PAIN","context":{"act":0,"encounter":"SLIMES_WEAK","gold":147,"hp":71,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789993567:act0:pt3:card_reward","fight":{"damage_taken":14,"gold_gained":15,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":4,"id":"FEEL_NO_PAIN","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"WHIRLWIND","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":98,"hp":71,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993567:act0:pt4:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"RESTLESSNESS","picked":false},{"floor_added":null,"id":"HIDDEN_GEM","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":98,"hp":71,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993567:act0:pt4:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":98,"hp":71,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993567:act0:pt4:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":111,"hp":30,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789993567:act0:pt5:card_reward","fight":{"damage_taken":47,"gold_gained":13,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":6,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"DISMANTLE","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.SUNKEN_STATUE","gold":111,"hp":30,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993567:act0:pt6:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SUNKEN_STATUE","gold":111,"hp":30,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993567:act0:pt6:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SUNKEN_STATUE.pages.INITIAL.options.GRAB_SWORD.title","table":"events"},"variables":{"HpLoss":{"bool_value":false,"decimal_value":7,"string_value":null,"type":"BaseDynamic"},"Relic":{"bool_value":false,"decimal_value":0,"string_value":"Sword of Stone","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1789993567","schema":"sts2.decision/1","source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"RAMPAGE","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":131,"hp":18,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1789993567:act0:pt7:card_reward","fight":{"damage_taken":18,"gold_gained":20,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":8,"id":"RAMPAGE","picked":true},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":131,"hp":42,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993567:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":174,"hp":42,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789993567:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":43,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"TWIN_STRIKE","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":186,"hp":30,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1789993567:act0:pt10:card_reward","fight":{"damage_taken":18,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":11,"id":"TWIN_STRIKE","picked":true},{"floor_added":null,"id":"CASCADE","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":12,"run_win":false},"run_id":"1789993567","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993567.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993926:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993926:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"FISHING_ROD.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993926:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"FISHING_ROD","title":{"key":"FISHING_ROD.title","table":"relics"},"was_chosen":true},{"TextKey":"NEW_LEAF","title":{"key":"NEW_LEAF.title","table":"relics"},"was_chosen":false},{"TextKey":"HEFTY_TABLET","title":{"key":"HEFTY_TABLET.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"BURNING_PACT","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":115,"hp":73,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1789993926:act0:pt1:card_reward","fight":{"damage_taken":13,"gold_gained":16,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"BURNING_PACT","picked":true},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.WELLSPRING","gold":115,"hp":73,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993926:act0:pt2:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WELLSPRING","gold":115,"hp":73,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993926:act0:pt2:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WELLSPRING.pages.INITIAL.options.BOTTLE.title","table":"events"},"variables":{"BatheCurses":{"bool_value":false,"decimal_value":1,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"TWIN_STRIKE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":132,"hp":75,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789993926:act0:pt3:card_reward","fight":{"damage_taken":4,"gold_gained":17,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":4,"id":"TWIN_STRIKE","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":132,"hp":75,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1789993926:act0:pt3:potion_reward","fight":{"damage_taken":4,"gold_gained":17,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.THIS_OR_THAT","gold":132,"hp":75,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993926:act0:pt4:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THIS_OR_THAT","gold":132,"hp":75,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1789993926:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THIS_OR_THAT.pages.INITIAL.options.ORNATE.title","table":"events"},"variables":{"Curse":{"bool_value":false,"decimal_value":0,"string_value":"Clumsy","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":"SLIMES_WEAK","gold":149,"hp":70,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789993926:act0:pt5:card_reward","fight":{"damage_taken":11,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":6,"id":"INFLAME","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"FLAME_BARRIER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":149,"hp":70,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789993926:act0:pt5:potion_reward","fight":{"damage_taken":11,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"DEFEND_IRONCLAD","context":{"act":0,"encounter":"SLIMES_WEAK","gold":149,"hp":70,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1789993926:act0:pt5:upgrade","fight":{"damage_taken":11,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"upgrade","options":[{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":149,"hp":70,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993926:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"BASH","context":{"act":0,"encounter":null,"gold":149,"hp":70,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993926:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"BASH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":162,"hp":53,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1789993926:act0:pt7:card_reward","fight":{"damage_taken":23,"gold_gained":13,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":8,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"COLOSSUS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"UPPERCUT","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":203,"hp":21,"map_point":8,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789993926:act0:pt8:card_reward","fight":{"damage_taken":38,"gold_gained":41,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":9,"id":"UPPERCUT","picked":true},{"floor_added":null,"id":"CRUELTY","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":203,"hp":21,"map_point":8,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1789993926:act0:pt8:relic_reward","fight":{"damage_taken":38,"gold_gained":41,"hp_healed":6,"turns_taken":5},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":254,"hp":21,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1789993926:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":51,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":254,"hp":45,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993926:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":10,"hp":45,"map_point":11,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993926:act0:pt11:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"FIEND_FIRE","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"MIND_BLAST","picked":false},{"floor_added":null,"id":"THE_GAMBIT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":10,"hp":45,"map_point":11,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993926:act0:pt11:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":10,"hp":45,"map_point":11,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993926:act0:pt11:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":10,"hp":45,"map_point":11,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993926:act0:pt11:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.ANCHOR","kind":"bought_relics"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"STONE_ARMOR","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":40,"hp":48,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1789993926:act0:pt12:card_reward","fight":{"damage_taken":3,"gold_gained":30,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":13,"id":"STONE_ARMOR","picked":true},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"NOT_YET","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"HEADBUTT","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":67,"hp":50,"map_point":13,"map_point_type":"unknown","max_hp":80,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1789993926:act0:pt13:card_reward","fight":{"damage_taken":4,"gold_gained":27,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":14,"id":"HEADBUTT","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":false,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":67,"hp":50,"map_point":13,"map_point_type":"unknown","max_hp":80,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1789993926:act0:pt13:upgrade","fight":{"damage_taken":4,"gold_gained":27,"hp_healed":6,"turns_taken":3},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":19,"hp":50,"map_point":14,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993926:act0:pt14:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"FIGHT_ME","picked":false},{"floor_added":null,"id":"RAMPAGE","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"STONE_ARMOR","picked":false},{"floor_added":null,"id":"PRODUCTION","picked":false},{"floor_added":null,"id":"THE_GAMBIT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":19,"hp":50,"map_point":14,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993926:act0:pt14:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":19,"hp":50,"map_point":14,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1789993926:act0:pt14:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","skipped":true,"source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":19,"hp":50,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993926:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":null,"gold":19,"hp":50,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1789993926:act0:pt15:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1789993926","schema":"sts2.decision/1","source":{"file":"1789993926.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008425:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008425:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"FISHING_ROD.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008425:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"FISHING_ROD","title":{"key":"FISHING_ROD.title","table":"relics"},"was_chosen":true},{"TextKey":"PHIAL_HOLSTER","title":{"key":"PHIAL_HOLSTER.title","table":"relics"},"was_chosen":false},{"TextKey":"PRECARIOUS_SHEARS","title":{"key":"PRECARIOUS_SHEARS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"STONE_ARMOR","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":118,"hp":68,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790008425:act0:pt1:card_reward","fight":{"damage_taken":18,"gold_gained":19,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"STONE_ARMOR","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"DISMANTLE","context":{"act":0,"encounter":"SLIMES_WEAK","gold":132,"hp":61,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790008425:act0:pt2:card_reward","fight":{"damage_taken":13,"gold_gained":14,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":3,"id":"DISMANTLE","picked":true},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":132,"hp":61,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790008425:act0:pt2:potion_reward","fight":{"damage_taken":13,"gold_gained":14,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"MANGLE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":147,"hp":67,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790008425:act0:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":15,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":4,"id":"MANGLE","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"DEFEND_IRONCLAD","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":147,"hp":67,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790008425:act0:pt3:upgrade","fight":{"damage_taken":0,"gold_gained":15,"hp_healed":6,"turns_taken":2},"kind":"upgrade","options":[{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":147,"hp":67,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008425:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WOOD_CARVINGS.pages.INITIAL.options.TORUS.title","table":"events"},"variables":{"BirdCard":{"bool_value":false,"decimal_value":0,"string_value":"Peck","type":"DynamicString"},"SnakeEnchantment":{"bool_value":false,"decimal_value":0,"string_value":"Slither","type":"DynamicString"},"ToricCard":{"bool_value":false,"decimal_value":0,"string_value":"Toric Toughness","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"{'final_card': {'floor_added_to_deck': 5, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}","context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":147,"hp":67,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008425:act0:pt4:transform","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"transform","options":[{"id":"{'final_card': {'floor_added_to_deck': 5, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":67,"map_point":5,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790008425:act0:pt5:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"IMPATIENCE","picked":false},{"floor_added":null,"id":"SECRET_WEAPON","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":67,"map_point":5,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790008425:act0:pt5:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":67,"map_point":5,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790008425:act0:pt5:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":31,"hp":50,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1790008425:act0:pt6:card_reward","fight":{"damage_taken":23,"gold_gained":20,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":7,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"TWIN_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":31,"hp":50,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790008425:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"BASH","context":{"act":0,"encounter":null,"gold":31,"hp":50,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790008425:act0:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"BASH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"TRUE_GRIT","context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":46,"hp":22,"map_point":8,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790008425:act0:pt8:card_reward","fight":{"damage_taken":34,"gold_gained":15,"hp_healed":6,"turns_taken":9},"kind":"card_reward","options":[{"floor_added":9,"id":"TRUE_GRIT","picked":true},{"floor_added":null,"id":"STAMPEDE","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":46,"hp":22,"map_point":8,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790008425:act0:pt8:potion_reward","fight":{"damage_taken":34,"gold_gained":15,"hp_healed":6,"turns_taken":9},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":97,"hp":22,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790008425:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":51,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":97,"hp":46,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790008425:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":107,"hp":39,"map_point":11,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1790008425:act0:pt11:card_reward","fight":{"damage_taken":13,"gold_gained":10,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":12,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"TWIN_STRIKE","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":107,"hp":39,"map_point":11,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1790008425:act0:pt11:upgrade","fight":{"damage_taken":13,"gold_gained":10,"hp_healed":6,"turns_taken":7},"kind":"upgrade","options":[{"id":"TWIN_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":107,"hp":63,"map_point":12,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790008425:act0:pt12:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.JUNGLE_MAZE_ADVENTURE","gold":152,"hp":63,"map_point":13,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008425:act0:pt13:event","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"JUNGLE_MAZE_ADVENTURE.pages.INITIAL.options.JOIN_FORCES.title","table":"events"},"variables":{"JoinForcesGold":{"bool_value":false,"decimal_value":45.563295,"string_value":null,"type":"BaseDynamic"},"SoloGold":{"bool_value":false,"decimal_value":149.2545387,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":165,"hp":47,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","TWIG_SLIME_S","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1790008425:act0:pt14:card_reward","fight":{"damage_taken":22,"gold_gained":13,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":15,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":165,"hp":71,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790008425:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008425","schema":"sts2.decision/1","source":{"file":"1790008425.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008992:act0:pt0:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":1,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"EVIL_EYE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008992:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008992:act0:pt0:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008992:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LOST_COFFER.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790008992","schema":"sts2.decision/1","source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008992:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LOST_COFFER","title":{"key":"LOST_COFFER.title","table":"relics"},"was_chosen":true},{"TextKey":"STONE_HUMIDIFIER","title":{"key":"STONE_HUMIDIFIER.title","table":"relics"},"was_chosen":false},{"TextKey":"HEFTY_TABLET","title":{"key":"HEFTY_TABLET.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790008992","schema":"sts2.decision/1","source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"SLIMES_WEAK","gold":113,"hp":71,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","TWIG_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790008992:act0:pt1:card_reward","fight":{"damage_taken":15,"gold_gained":14,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"SECOND_WIND","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"TWIN_STRIKE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":130,"hp":71,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790008992:act0:pt2:card_reward","fight":{"damage_taken":6,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":3,"id":"TWIN_STRIKE","picked":true},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":150,"hp":70,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790008992:act0:pt3:card_reward","fight":{"damage_taken":7,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":4,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":150,"hp":70,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790008992:act0:pt3:potion_reward","fight":{"damage_taken":7,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":166,"hp":44,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790008992:act0:pt4:card_reward","fight":{"damage_taken":32,"gold_gained":16,"hp_healed":6,"turns_taken":9},"kind":"card_reward","options":[{"floor_added":5,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"FIEND_FIRE","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":166,"hp":44,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790008992:act0:pt4:potion_reward","fight":{"damage_taken":32,"gold_gained":16,"hp_healed":6,"turns_taken":9},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THE_LEGENDS_WERE_TRUE","gold":166,"hp":44,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008992:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THE_LEGENDS_WERE_TRUE.pages.INITIAL.options.NAB_THE_MAP.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790008992","schema":"sts2.decision/1","source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":128,"hp":44,"map_point":6,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790008992:act0:pt6:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"FEEL_NO_PAIN","picked":false},{"floor_added":null,"id":"SEEKER_STRIKE","picked":false},{"floor_added":null,"id":"SECRET_TECHNIQUE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":128,"hp":44,"map_point":6,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790008992:act0:pt6:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":128,"hp":44,"map_point":6,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790008992:act0:pt6:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":128,"hp":68,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790008992:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"SPITE","context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":145,"hp":21,"map_point":8,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790008992:act0:pt8:card_reward","fight":{"damage_taken":53,"gold_gained":17,"hp_healed":6,"turns_taken":8},"kind":"card_reward","options":[{"floor_added":9,"id":"SPITE","picked":true},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"DOMINATE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":192,"hp":21,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790008992:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":47,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SELF_HELP_BOOK","gold":192,"hp":21,"map_point":10,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008992:act0:pt10:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SELF_HELP_BOOK.pages.INITIAL.options.READ_THE_BACK.title","table":"events"},"variables":{"Enchantment1":{"bool_value":false,"decimal_value":0,"string_value":"Sharp","type":"DynamicString"},"Enchantment2":{"bool_value":false,"decimal_value":0,"string_value":"Nimble","type":"DynamicString"},"Enchantment3":{"bool_value":false,"decimal_value":0,"string_value":"Swift","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790008992","schema":"sts2.decision/1","source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"{'card': {'enchantment': {'amount': 2, 'id': 'ENCHANTMENT.SHARP'}, 'floor_added_to_deck': 7, 'id': 'CARD.RAMPAGE'}, 'enchantment': 'ENCHANTMENT.SHARP'}","context":{"act":0,"encounter":"EVENT.SELF_HELP_BOOK","gold":192,"hp":21,"map_point":10,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790008992:act0:pt10:enchant","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"enchant","options":[{"id":"{'card': {'enchantment': {'amount': 2, 'id': 'ENCHANTMENT.SHARP'}, 'floor_added_to_deck': 7, 'id': 'CARD.RAMPAGE'}, 'enchantment': 'ENCHANTMENT.SHARP'}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":192,"hp":45,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790008992:act0:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":209,"hp":44,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1790008992:act0:pt12:card_reward","fight":{"damage_taken":7,"gold_gained":17,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":13,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"STOMP","context":{"act":0,"encounter":"RUBY_RAIDERS_NORMAL","gold":219,"hp":33,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["BRUTE_RUBY_RAIDER","TRACKER_RUBY_RAIDER","ASSASSIN_RUBY_RAIDER"],"room_type":"monster"},"decision_id":"1790008992:act0:pt13:card_reward","fight":{"damage_taken":17,"gold_gained":10,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":14,"id":"STOMP","picked":true},{"floor_added":null,"id":"CRIMSON_MANTLE","picked":false},{"floor_added":null,"id":"PILLAGE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"HEMOKINESIS","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":239,"hp":28,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1790008992:act0:pt14:card_reward","fight":{"damage_taken":11,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":15,"id":"HEMOKINESIS","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":239,"hp":28,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1790008992:act0:pt14:potion_reward","fight":{"damage_taken":11,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":239,"hp":52,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790008992:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790008992","schema":"sts2.decision/1","source":{"file":"1790008992.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act0:pt0:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"PHIAL_HOLSTER.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"PHIAL_HOLSTER","title":{"key":"PHIAL_HOLSTER.title","table":"relics"},"was_chosen":true},{"TextKey":"PRECISE_SCISSORS","title":{"key":"PRECISE_SCISSORS.title","table":"relics"},"was_chosen":false},{"TextKey":"SILKEN_TRESS","title":{"key":"SILKEN_TRESS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":112,"hp":75,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790009564:act0:pt1:card_reward","fight":{"damage_taken":11,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":112,"hp":75,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790009564:act0:pt1:potion_reward","fight":{"damage_taken":11,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"SLIMES_WEAK","gold":131,"hp":70,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","LEAF_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790009564:act0:pt2:card_reward","fight":{"damage_taken":11,"gold_gained":19,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":3,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":59,"hp":70,"map_point":3,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"EVIL_EYE","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false},{"floor_added":null,"id":"ULTIMATE_STRIKE","picked":false},{"floor_added":null,"id":"SECRET_WEAPON","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":59,"hp":70,"map_point":3,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt3:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":59,"hp":70,"map_point":3,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt3:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":78,"hp":74,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790009564:act0:pt4:card_reward","fight":{"damage_taken":2,"gold_gained":19,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":5,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":78,"hp":74,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790009564:act0:pt4:potion_reward","fight":{"damage_taken":2,"gold_gained":19,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THE_LEGENDS_WERE_TRUE","gold":78,"hp":74,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THE_LEGENDS_WERE_TRUE.pages.INITIAL.options.NAB_THE_MAP.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":78,"hp":74,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790009564:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":null,"gold":78,"hp":74,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790009564:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"SETUP_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":126,"hp":74,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790009564:act0:pt7:relic_reward","fight":{"damage_taken":0,"gold_gained":48,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"DEFEND_IRONCLAD","context":{"act":0,"encounter":null,"gold":126,"hp":74,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790009564:act0:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":48,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"DEFEND_IRONCLAD"},{"id":"ARMAMENTS"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.AROMA_OF_CHAOS","gold":126,"hp":74,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act0:pt8:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"AROMA_OF_CHAOS.pages.INITIAL.options.MAINTAIN_CONTROL.title","table":"events"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"EVENT.AROMA_OF_CHAOS","gold":126,"hp":74,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act0:pt8:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":170,"hp":74,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790009564:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":44,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":9,"hp":74,"map_point":10,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt10:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"PACTS_END","picked":false},{"floor_added":null,"id":"BLUDGEON","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"THRUMMING_HATCHET","picked":false},{"floor_added":null,"id":"THE_GAMBIT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":9,"hp":74,"map_point":10,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt10:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":9,"hp":74,"map_point":10,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt10:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":null,"gold":9,"hp":74,"map_point":10,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt10:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"},{"id":"TWIN_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":9,"hp":74,"map_point":10,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt10:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.WHETSTONE","kind":"bought_relics"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":9,"hp":74,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790009564:act0:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"BASH","context":{"act":0,"encounter":null,"gold":9,"hp":74,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790009564:act0:pt11:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"BASH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":54,"hp":80,"map_point":12,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1790009564:act0:pt12:card_reward","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":null,"id":"VICIOUS","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":54,"hp":80,"map_point":12,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1790009564:act0:pt12:relic_reward","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":6,"turns_taken":3},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":54,"hp":80,"map_point":12,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1790009564:act0:pt12:potion_reward","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":5,"hp":80,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt13:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false},{"floor_added":null,"id":"BATTLE_TRANCE","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false},{"floor_added":null,"id":"THE_BOMB","picked":false},{"floor_added":null,"id":"MAYHEM","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":5,"hp":80,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt13:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":5,"hp":80,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act0:pt13:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":18,"hp":80,"map_point":14,"map_point_type":"unknown","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790009564:act0:pt14:card_reward","fight":{"damage_taken":0,"gold_gained":13,"hp_healed":0,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false},{"floor_added":null,"id":"SETUP_STRIKE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":18,"hp":80,"map_point":14,"map_point_type":"unknown","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790009564:act0:pt14:potion_reward","fight":{"damage_taken":0,"gold_gained":13,"hp_healed":0,"turns_taken":2},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":18,"hp":80,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790009564:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":null,"gold":18,"hp":80,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790009564:act0:pt15:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"ARMAMENTS"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"CEREMONIAL_BEAST_BOSS","gold":118,"hp":41,"map_point":16,"map_point_type":"boss","max_hp":80,"monsters":["CEREMONIAL_BEAST"],"room_type":"boss"},"decision_id":"1790009564:act0:pt16:card_reward","fight":{"damage_taken":45,"gold_gained":100,"hp_healed":6,"turns_taken":9},"kind":"card_reward","options":[{"floor_added":null,"id":"CRUELTY","picked":false},{"floor_added":null,"id":"CASCADE","picked":false},{"floor_added":null,"id":"THRASH","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EVENT.PAEL","gold":118,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act1:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":39,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":118,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act1:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":39,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"PAELS_TEARS.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":118,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act1:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":39,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"PAELS_TEARS","title":{"key":"PAELS_TEARS.title","table":"relics"},"was_chosen":true},{"TextKey":"PAELS_TOOTH","title":{"key":"PAELS_TOOTH.title","table":"relics"},"was_chosen":false},{"TextKey":"PAELS_LEGION","title":{"key":"PAELS_LEGION.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":1,"encounter":"TUNNELER_WEAK","gold":135,"hp":68,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["TUNNELER"],"room_type":"monster"},"decision_id":"1790009564:act1:pt1:card_reward","fight":{"damage_taken":18,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":19,"id":"RAGE","picked":true},{"floor_added":null,"id":"SECOND_WIND","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":155,"hp":62,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1790009564:act1:pt2:card_reward","fight":{"damage_taken":12,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"FEEL_NO_PAIN","picked":false},{"floor_added":null,"id":"BULLY","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"{'current_upgrade_level': 1, 'floor_added_to_deck': 19, 'id': 'CARD.RAGE'}","context":{"act":1,"encounter":"THIEVING_HOPPER_WEAK","gold":155,"hp":62,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["THIEVING_HOPPER"],"room_type":"monster"},"decision_id":"1790009564:act1:pt2:remove","fight":{"damage_taken":12,"gold_gained":20,"hp_healed":6,"turns_taken":3},"kind":"remove","options":[{"id":"{'current_upgrade_level': 1, 'floor_added_to_deck': 19, 'id': 'CARD.RAGE'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":155,"hp":62,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act1:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"UPPERCUT","picked":false},{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"FINESSE","picked":false},{"floor_added":null,"id":"MAYHEM","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":155,"hp":62,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act1:pt3:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":155,"hp":62,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act1:pt3:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"DEMON_FORM","context":{"act":1,"encounter":"BOWLBUGS_NORMAL","gold":173,"hp":48,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["BOWLBUG_ROCK","BOWLBUG_SILK","BOWLBUG_EGG"],"room_type":"monster"},"decision_id":"1790009564:act1:pt4:card_reward","fight":{"damage_taken":20,"gold_gained":18,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":22,"id":"DEMON_FORM","picked":true},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"BLUDGEON","context":{"act":1,"encounter":"EXOSKELETONS_NORMAL","gold":189,"hp":21,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1790009564:act1:pt5:card_reward","fight":{"damage_taken":33,"gold_gained":16,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":23,"id":"BLUDGEON","picked":true},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EVENT.DOLL_ROOM","gold":189,"hp":21,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act1:pt6:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.DOLL_ROOM","gold":189,"hp":21,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790009564:act1:pt6:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"DOLL_ROOM.pages.INITIAL.options.RANDOM.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":1,"encounter":null,"gold":189,"hp":45,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790009564:act1:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":null,"gold":832,"hp":45,"map_point":8,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790009564:act1:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":643,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"{'floor_added_to_deck': 6, 'id': 'CARD.SPOILS_MAP', 'props': {'ints': [{'name': 'SpoilsActIndex', 'value': 1}]}}","context":{"act":1,"encounter":null,"gold":832,"hp":45,"map_point":8,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790009564:act1:pt8:remove","fight":{"damage_taken":0,"gold_gained":643,"hp_healed":0,"turns_taken":0},"kind":"remove","options":[{"id":"{'floor_added_to_deck': 6, 'id': 'CARD.SPOILS_MAP', 'props': {'ints': [{'name': 'SpoilsActIndex', 'value': 1}]}}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":1,"encounter":null,"gold":832,"hp":69,"map_point":9,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790009564:act1:pt9:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":164,"hp":69,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act1:pt10:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"THRUMMING_HATCHET","picked":false},{"floor_added":null,"id":"GOLD_AXE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":null,"gold":164,"hp":69,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act1:pt10:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":null,"gold":164,"hp":69,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act1:pt10:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":164,"hp":69,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790009564:act1:pt10:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.GAME_PIECE","kind":"bought_relics"},{"item":"POTION.GIGANTIFICATION_POTION","kind":"bought_potions"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"raw":true,"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"INFESTED_PRISMS_ELITE","gold":199,"hp":35,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["INFESTED_PRISM"],"room_type":"elite"},"decision_id":"1790009564:act1:pt11:card_reward","fight":{"damage_taken":42,"gold_gained":35,"hp_healed":8,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":null,"id":"HEMOKINESIS","picked":false},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"INFESTED_PRISMS_ELITE","gold":199,"hp":35,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["INFESTED_PRISM"],"room_type":"elite"},"decision_id":"1790009564:act1:pt11:relic_reward","fight":{"damage_taken":42,"gold_gained":35,"hp_healed":8,"turns_taken":5},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"INFESTED_PRISMS_ELITE","gold":199,"hp":35,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["INFESTED_PRISM"],"room_type":"elite"},"decision_id":"1790009564:act1:pt11:potion_reward","fight":{"damage_taken":42,"gold_gained":35,"hp_healed":8,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"RAMPAGE","context":{"act":1,"encounter":"CHOMPERS_NORMAL","gold":210,"hp":24,"map_point":12,"map_point_type":"unknown","max_hp":80,"monsters":["CHOMPER","CHOMPER"],"room_type":"monster"},"decision_id":"1790009564:act1:pt12:card_reward","fight":{"damage_taken":19,"gold_gained":11,"hp_healed":8,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":30,"id":"RAMPAGE","picked":true},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"WHIRLWIND","context":{"act":1,"encounter":"HUNTER_KILLER_NORMAL","gold":228,"hp":24,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["HUNTER_KILLER"],"room_type":"monster"},"decision_id":"1790009564:act1:pt13:card_reward","fight":{"damage_taken":8,"gold_gained":18,"hp_healed":8,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":31,"id":"WHIRLWIND","picked":true},{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"HUNTER_KILLER_NORMAL","gold":228,"hp":24,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["HUNTER_KILLER"],"room_type":"monster"},"decision_id":"1790009564:act1:pt13:potion_reward","fight":{"damage_taken":8,"gold_gained":18,"hp_healed":8,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":1,"encounter":null,"gold":228,"hp":63,"map_point":14,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790009564:act1:pt14:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":39,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"KNOWLEDGE_DEMON_BOSS","run_map_points":33,"run_win":false},"run_id":"1790009564","schema":"sts2.decision/1","source":{"file":"1790009564.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010312:act0:pt0:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010312:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010312:act0:pt0:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010312:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LOST_COFFER.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1790010312","schema":"sts2.decision/1","source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010312:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LOST_COFFER","title":{"key":"LOST_COFFER.title","table":"relics"},"was_chosen":true},{"TextKey":"WINGED_BOOTS","title":{"key":"WINGED_BOOTS.title","table":"relics"},"was_chosen":false},{"TextKey":"NEOWS_BONES","title":{"key":"NEOWS_BONES.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1790010312","schema":"sts2.decision/1","source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":114,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790010312:act0:pt1:card_reward","fight":{"damage_taken":0,"gold_gained":15,"hp_healed":0,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"RAGE","picked":true},{"floor_added":null,"id":"BULLY","picked":false},{"floor_added":null,"id":"FEEL_NO_PAIN","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"RAMPAGE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":133,"hp":73,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790010312:act0:pt2:card_reward","fight":{"damage_taken":13,"gold_gained":19,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"RAMPAGE","picked":true},{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"IRON_WAVE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":133,"hp":73,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790010312:act0:pt2:potion_reward","fight":{"damage_taken":13,"gold_gained":19,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"SLIMES_WEAK","gold":148,"hp":65,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790010312:act0:pt3:card_reward","fight":{"damage_taken":14,"gold_gained":15,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":4,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"UNMOVABLE","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":162,"hp":28,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1790010312:act0:pt4:card_reward","fight":{"damage_taken":43,"gold_gained":14,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":5,"id":"UNMOVABLE","picked":true},{"floor_added":null,"id":"BULLY","picked":false},{"floor_added":null,"id":"SECOND_WIND","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":162,"hp":28,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1790010312:act0:pt4:potion_reward","fight":{"damage_taken":43,"gold_gained":14,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.MORPHIC_GROVE","gold":162,"hp":33,"map_point":5,"map_point_type":"unknown","max_hp":85,"monsters":[],"room_type":"event"},"decision_id":"1790010312:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":5,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"MORPHIC_GROVE.pages.INITIAL.options.LONER.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"raw":true,"run_id":"1790010312","schema":"sts2.decision/1","source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":175,"hp":17,"map_point":6,"map_point_type":"monster","max_hp":85,"monsters":["LEAF_SLIME_M","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1790010312:act0:pt6:card_reward","fight":{"damage_taken":22,"gold_gained":13,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":7,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"SETUP_STRIKE","picked":false},{"floor_added":null,"id":"VICIOUS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":175,"hp":42,"map_point":7,"map_point_type":"rest_site","max_hp":85,"monsters":[],"room_type":"rest_site"},"decision_id":"1790010312:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":25,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"STOMP","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":189,"hp":26,"map_point":8,"map_point_type":"monster","max_hp":85,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","LEAF_SLIME_S","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790010312:act0:pt8:card_reward","fight":{"damage_taken":22,"gold_gained":14,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":9,"id":"STOMP","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"BULLY","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":189,"hp":26,"map_point":8,"map_point_type":"monster","max_hp":85,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","LEAF_SLIME_S","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790010312:act0:pt8:potion_reward","fight":{"damage_taken":22,"gold_gained":14,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":234,"hp":26,"map_point":9,"map_point_type":"treasure","max_hp":85,"monsters":[],"room_type":"treasure"},"decision_id":"1790010312:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"DEFEND_IRONCLAD","context":{"act":0,"encounter":null,"gold":234,"hp":26,"map_point":9,"map_point_type":"treasure","max_hp":85,"monsters":[],"room_type":"treasure"},"decision_id":"1790010312:act0:pt9:upgrade","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"DEFEND_IRONCLAD"},{"id":"ARMAMENTS"}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":248,"hp":14,"map_point":10,"map_point_type":"monster","max_hp":85,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1790010312:act0:pt10:card_reward","fight":{"damage_taken":18,"gold_gained":14,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":null,"id":"UPPERCUT","picked":false},{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"IRON_WAVE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":248,"hp":14,"map_point":10,"map_point_type":"monster","max_hp":85,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1790010312:act0:pt10:potion_reward","fight":{"damage_taken":18,"gold_gained":14,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYRDONIS_ELITE","run_map_points":12,"run_win":false},"run_id":"1790010312","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010312.run","kind":"game_run_history"}}
{"chosen":"BLUDGEON","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010778:act0:pt0:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":1,"id":"BLUDGEON","picked":true},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010778:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010778:act0:pt0:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010778:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LOST_COFFER.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"raw":true,"run_id":"1790010778","schema":"sts2.decision/1","source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010778:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LOST_COFFER","title":{"key":"LOST_COFFER.title","table":"relics"},"was_chosen":true},{"TextKey":"LEAD_PAPERWEIGHT","title":{"key":"LEAD_PAPERWEIGHT.title","table":"relics"},"was_chosen":false},{"TextKey":"NEOWS_BONES","title":{"key":"NEOWS_BONES.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"raw":true,"run_id":"1790010778","schema":"sts2.decision/1","source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":109,"hp":74,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790010778:act0:pt1:card_reward","fight":{"damage_taken":12,"gold_gained":10,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":2,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"DOMINATE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"INFERNAL_BLADE","context":{"act":0,"encounter":"SLIMES_WEAK","gold":123,"hp":77,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790010778:act0:pt2:card_reward","fight":{"damage_taken":3,"gold_gained":14,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"INFERNAL_BLADE","picked":true},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":37,"hp":77,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790010778:act0:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"DISMANTLE","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"HAND_OF_GREED","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":37,"hp":77,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790010778:act0:pt3:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":37,"hp":77,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790010778:act0:pt3:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":37,"hp":77,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790010778:act0:pt3:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"CARD.ULTIMATE_DEFEND","kind":"bought_colorless"}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"raw":true,"run_id":"1790010778","schema":"sts2.decision/1","source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":47,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790010778:act0:pt4:card_reward","fight":{"damage_taken":0,"gold_gained":10,"hp_healed":3,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":5,"id":"INFLAME","picked":true},{"floor_added":null,"id":"RAGE","picked":false},{"floor_added":null,"id":"HELLRAISER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":47,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790010778:act0:pt4:potion_reward","fight":{"damage_taken":0,"gold_gained":10,"hp_healed":3,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":59,"hp":50,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790010778:act0:pt5:card_reward","fight":{"damage_taken":36,"gold_gained":12,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":6,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false},{"floor_added":null,"id":"SETUP_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":59,"hp":50,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790010778:act0:pt5:potion_reward","fight":{"damage_taken":36,"gold_gained":12,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"DISMANTLE","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":72,"hp":34,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1790010778:act0:pt6:card_reward","fight":{"damage_taken":22,"gold_gained":13,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":7,"id":"DISMANTLE","picked":true},{"floor_added":null,"id":"EXPECT_A_FIGHT","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":72,"hp":34,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1790010778:act0:pt6:potion_reward","fight":{"damage_taken":22,"gold_gained":13,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":90,"hp":24,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1790010778:act0:pt7:card_reward","fight":{"damage_taken":16,"gold_gained":18,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":8,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"BLUDGEON","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":90,"hp":24,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1790010778:act0:pt7:potion_reward","fight":{"damage_taken":16,"gold_gained":18,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.WELLSPRING","gold":90,"hp":24,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010778:act0:pt8:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WELLSPRING","gold":90,"hp":24,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790010778:act0:pt8:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WELLSPRING.pages.INITIAL.options.BOTTLE.title","table":"events"},"variables":{"BatheCurses":{"bool_value":false,"decimal_value":1,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"raw":true,"run_id":"1790010778","schema":"sts2.decision/1","source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":132,"hp":24,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790010778:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":42,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"FOGMOG_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790010778","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790010778.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790011069:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790011069:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"GOLDEN_PEARL.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790011069:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"SCROLL_BOXES","title":{"key":"SCROLL_BOXES.title","table":"relics"},"was_chosen":false},{"TextKey":"GOLDEN_PEARL","title":{"key":"GOLDEN_PEARL.title","table":"relics"},"was_chosen":true},{"TextKey":"PRECARIOUS_SHEARS","title":{"key":"PRECARIOUS_SHEARS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":267,"hp":76,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790011069:act0:pt1:card_reward","fight":{"damage_taken":10,"gold_gained":18,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"HOWL_FROM_BEYOND","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":267,"hp":76,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790011069:act0:pt1:potion_reward","fight":{"damage_taken":10,"gold_gained":18,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"SLIMES_WEAK","gold":280,"hp":73,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790011069:act0:pt2:card_reward","fight":{"damage_taken":9,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":3,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"DISMANTLE","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":280,"hp":73,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790011069:act0:pt2:potion_reward","fight":{"damage_taken":9,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"BLUDGEON","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":297,"hp":61,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790011069:act0:pt3:card_reward","fight":{"damage_taken":18,"gold_gained":17,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":4,"id":"BLUDGEON","picked":true},{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"FLAME_BARRIER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":297,"hp":61,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790011069:act0:pt3:potion_reward","fight":{"damage_taken":18,"gold_gained":17,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":308,"hp":47,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","LEAF_SLIME_S","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790011069:act0:pt4:card_reward","fight":{"damage_taken":20,"gold_gained":11,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":5,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"HELLRAISER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":28,"hp":47,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790011069:act0:pt5:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"FISTICUFFS","picked":false},{"floor_added":null,"id":"HAND_OF_GREED","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":28,"hp":47,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790011069:act0:pt5:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":28,"hp":47,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790011069:act0:pt5:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":28,"hp":47,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790011069:act0:pt5:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.HAPPY_FLOWER","kind":"bought_relics"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":70,"hp":28,"map_point":6,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1790011069:act0:pt6:card_reward","fight":{"damage_taken":25,"gold_gained":42,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":7,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"PILLAGE","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":70,"hp":28,"map_point":6,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1790011069:act0:pt6:relic_reward","fight":{"damage_taken":25,"gold_gained":42,"hp_healed":6,"turns_taken":4},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SLIPPERY_BRIDGE","gold":70,"hp":28,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790011069:act0:pt7:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SLIPPERY_BRIDGE.pages.INITIAL.options.OVERCOME.title","table":"events"},"variables":{"HpLoss":{"bool_value":false,"decimal_value":3,"string_value":null,"type":"BaseDynamic"},"RandomCard":{"bool_value":false,"decimal_value":0,"string_value":"Perfected Strike","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"{'floor_added_to_deck': 6, 'id': 'CARD.PERFECTED_STRIKE'}","context":{"act":0,"encounter":"EVENT.SLIPPERY_BRIDGE","gold":70,"hp":28,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790011069:act0:pt7:remove","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"remove","options":[{"id":"{'floor_added_to_deck': 6, 'id': 'CARD.PERFECTED_STRIKE'}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":70,"hp":52,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790011069:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":117,"hp":52,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790011069:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":47,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":117,"hp":52,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790011069:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":null,"gold":117,"hp":52,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790011069:act0:pt10:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"FEEL_NO_PAIN","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":174,"hp":17,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790011069:act0:pt11:card_reward","fight":{"damage_taken":43,"gold_gained":57,"hp_healed":8,"turns_taken":10},"kind":"card_reward","options":[{"floor_added":12,"id":"FEEL_NO_PAIN","picked":true},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false},{"floor_added":null,"id":"UPPERCUT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":174,"hp":17,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790011069:act0:pt11:relic_reward","fight":{"damage_taken":43,"gold_gained":57,"hp_healed":8,"turns_taken":10},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":174,"hp":17,"map_point":11,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790011069:act0:pt11:potion_reward","fight":{"damage_taken":43,"gold_gained":57,"hp_healed":8,"turns_taken":10},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":174,"hp":41,"map_point":12,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790011069:act0:pt12:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.TABLET_OF_TRUTH","gold":174,"hp":61,"map_point":13,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790011069:act0:pt13:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":20,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"TABLET_OF_TRUTH.pages.INITIAL.options.SMASH.title","table":"events"},"variables":{"DecipherMaxHpLoss":{"bool_value":false,"decimal_value":3,"string_value":null,"type":"BaseDynamic"},"SmashHPGain":{"bool_value":false,"decimal_value":20,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":221,"hp":61,"map_point":14,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790011069:act0:pt14:relic_reward","fight":{"damage_taken":0,"gold_gained":47,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":221,"hp":61,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790011069:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":null,"gold":221,"hp":61,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790011069:act0:pt15:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"SHRUG_IT_OFF"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790011069","schema":"sts2.decision/1","source":{"file":"1790011069.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790012788:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790012788:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SCROLL_BOXES.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790012788","schema":"sts2.decision/1","source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790012788:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"SCROLL_BOXES","title":{"key":"SCROLL_BOXES.title","table":"relics"},"was_chosen":true},{"TextKey":"PRECISE_SCISSORS","title":{"key":"PRECISE_SCISSORS.title","table":"relics"},"was_chosen":false},{"TextKey":"LARGE_CAPSULE","title":{"key":"LARGE_CAPSULE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790012788","schema":"sts2.decision/1","source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"SLIMES_WEAK","gold":112,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","LEAF_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790012788:act0:pt1:card_reward","fight":{"damage_taken":3,"gold_gained":13,"hp_healed":3,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":112,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","LEAF_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790012788:act0:pt1:potion_reward","fight":{"damage_taken":3,"gold_gained":13,"hp_healed":3,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":123,"hp":73,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790012788:act0:pt2:card_reward","fight":{"damage_taken":13,"gold_gained":11,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"ASHEN_STRIKE","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"CINDER","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":143,"hp":79,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790012788:act0:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":20,"hp_healed":6,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":4,"id":"CINDER","picked":true},{"floor_added":null,"id":"BRAND","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":143,"hp":79,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790012788:act0:pt3:potion_reward","fight":{"damage_taken":0,"gold_gained":20,"hp_healed":6,"turns_taken":2},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":92,"hp":79,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790012788:act0:pt4:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"STONE_ARMOR","picked":false},{"floor_added":null,"id":"DRAMATIC_ENTRANCE","picked":false},{"floor_added":null,"id":"BOLAS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":92,"hp":79,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790012788:act0:pt4:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":92,"hp":79,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790012788:act0:pt4:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":104,"hp":77,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1790012788:act0:pt5:card_reward","fight":{"damage_taken":8,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":6,"id":"INFLAME","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"STONE_ARMOR","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":104,"hp":77,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790012788:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":null,"gold":104,"hp":77,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790012788:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":123,"hp":59,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1790012788:act0:pt7:card_reward","fight":{"damage_taken":24,"gold_gained":19,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":8,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"SPITE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":123,"hp":59,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790012788:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":null,"gold":123,"hp":59,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790012788:act0:pt8:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"INFLAME"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":171,"hp":59,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790012788:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":48,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"PRIMAL_FORCE","context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":185,"hp":38,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790012788:act0:pt10:card_reward","fight":{"damage_taken":27,"gold_gained":14,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":11,"id":"PRIMAL_FORCE","picked":true},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":108,"hp":38,"map_point":11,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790012788:act0:pt11:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"OFFERING","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"SHOCKWAVE","picked":false},{"floor_added":null,"id":"GOLD_AXE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":108,"hp":38,"map_point":11,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790012788:act0:pt11:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":108,"hp":38,"map_point":11,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790012788:act0:pt11:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":108,"hp":62,"map_point":12,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790012788:act0:pt12:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"ONE_TWO_PUNCH","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":126,"hp":46,"map_point":13,"map_point_type":"unknown","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","TWIG_SLIME_S","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790012788:act0:pt13:card_reward","fight":{"damage_taken":22,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":14,"id":"ONE_TWO_PUNCH","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"BULLY","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":126,"hp":46,"map_point":13,"map_point_type":"unknown","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","TWIG_SLIME_S","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790012788:act0:pt13:potion_reward","fight":{"damage_taken":22,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THE_LEGENDS_WERE_TRUE","gold":126,"hp":46,"map_point":14,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790012788:act0:pt14:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THE_LEGENDS_WERE_TRUE.pages.INITIAL.options.NAB_THE_MAP.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790012788","schema":"sts2.decision/1","source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":126,"hp":70,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790012788:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790012788","schema":"sts2.decision/1","source":{"file":"1790012788.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790013317:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790013317:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LARGE_CAPSULE.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790013317","schema":"sts2.decision/1","source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"DEFEND_IRONCLAD","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790013317:act0:pt0:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"upgrade","options":[{"id":"DEFEND_IRONCLAD"},{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790013317:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LEAD_PAPERWEIGHT","title":{"key":"LEAD_PAPERWEIGHT.title","table":"relics"},"was_chosen":false},{"TextKey":"PHIAL_HOLSTER","title":{"key":"PHIAL_HOLSTER.title","table":"relics"},"was_chosen":false},{"TextKey":"LARGE_CAPSULE","title":{"key":"LARGE_CAPSULE.title","table":"relics"},"was_chosen":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790013317","schema":"sts2.decision/1","source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"TWIN_STRIKE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":116,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790013317:act0:pt1:card_reward","fight":{"damage_taken":4,"gold_gained":17,"hp_healed":4,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"TWIN_STRIKE","picked":true},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":129,"hp":78,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790013317:act0:pt2:card_reward","fight":{"damage_taken":8,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":3,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"ARMAMENTS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":129,"hp":78,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790013317:act0:pt2:potion_reward","fight":{"damage_taken":8,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.THIS_OR_THAT","gold":129,"hp":78,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790013317:act0:pt3:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THIS_OR_THAT","gold":129,"hp":78,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790013317:act0:pt3:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THIS_OR_THAT.pages.INITIAL.options.ORNATE.title","table":"events"},"variables":{"Curse":{"bool_value":false,"decimal_value":0,"string_value":"Clumsy","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790013317","schema":"sts2.decision/1","source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"THUNDERCLAP","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":139,"hp":77,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790013317:act0:pt4:card_reward","fight":{"damage_taken":7,"gold_gained":10,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":5,"id":"THUNDERCLAP","picked":true},{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"BULLY","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"MOLTEN_FIST","context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":153,"hp":62,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790013317:act0:pt5:card_reward","fight":{"damage_taken":21,"gold_gained":14,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":6,"id":"MOLTEN_FIST","picked":true},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":153,"hp":62,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790013317:act0:pt5:potion_reward","fight":{"damage_taken":21,"gold_gained":14,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":192,"hp":9,"map_point":6,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790013317:act0:pt6:card_reward","fight":{"damage_taken":59,"gold_gained":39,"hp_healed":6,"turns_taken":11},"kind":"card_reward","options":[{"floor_added":7,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":192,"hp":9,"map_point":6,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790013317:act0:pt6:relic_reward","fight":{"damage_taken":59,"gold_gained":39,"hp_healed":6,"turns_taken":11},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":192,"hp":9,"map_point":6,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790013317:act0:pt6:potion_reward","fight":{"damage_taken":59,"gold_gained":39,"hp_healed":6,"turns_taken":11},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.ROOM_FULL_OF_CHEESE","gold":192,"hp":9,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790013317:act0:pt7:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"ROOM_FULL_OF_CHEESE.pages.INITIAL.options.GORGE.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790013317","schema":"sts2.decision/1","source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.WELLSPRING","gold":192,"hp":9,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790013317:act0:pt8:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WELLSPRING","gold":192,"hp":9,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790013317:act0:pt8:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WELLSPRING.pages.INITIAL.options.BOTTLE.title","table":"events"},"variables":{"BatheCurses":{"bool_value":false,"decimal_value":1,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790013317","schema":"sts2.decision/1","source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":237,"hp":9,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790013317:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":52,"hp":9,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790013317:act0:pt10:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BULLY","picked":false},{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"EXPECT_A_FIGHT","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"CRUELTY","picked":false},{"floor_added":null,"id":"PANACHE","picked":false},{"floor_added":null,"id":"SECRET_TECHNIQUE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":52,"hp":9,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790013317:act0:pt10:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":52,"hp":9,"map_point":10,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790013317:act0:pt10:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"DISMANTLE","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":69,"hp":21,"map_point":11,"map_point_type":"unknown","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","LEAF_SLIME_S","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790013317:act0:pt11:card_reward","fight":{"damage_taken":18,"gold_gained":17,"hp_healed":30,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":12,"id":"DISMANTLE","picked":true},{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":69,"hp":21,"map_point":11,"map_point_type":"unknown","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","LEAF_SLIME_S","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790013317:act0:pt11:potion_reward","fight":{"damage_taken":18,"gold_gained":17,"hp_healed":30,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"INFLAME","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":84,"hp":15,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1790013317:act0:pt12:card_reward","fight":{"damage_taken":12,"gold_gained":15,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":13,"id":"INFLAME","picked":true},{"floor_added":null,"id":"SETUP_STRIKE","picked":false},{"floor_added":null,"id":"HEMOKINESIS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SNAPPING_JAXFRUIT_NORMAL","gold":84,"hp":15,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","FLYCONID"],"room_type":"monster"},"decision_id":"1790013317:act0:pt12:potion_reward","fight":{"damage_taken":12,"gold_gained":15,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":8,"hp":15,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790013317:act0:pt13:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"FIEND_FIRE","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"STAMPEDE","picked":false},{"floor_added":null,"id":"DARK_SHACKLES","picked":false},{"floor_added":null,"id":"HAND_OF_GREED","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":8,"hp":15,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790013317:act0:pt13:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":8,"hp":15,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790013317:act0:pt13:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":8,"hp":15,"map_point":13,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790013317:act0:pt13:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"POTION.BLESSING_OF_THE_FORGE","kind":"bought_potions"}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790013317","schema":"sts2.decision/1","source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"EXPECT_A_FIGHT","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":19,"hp":11,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1790013317:act0:pt14:card_reward","fight":{"damage_taken":10,"gold_gained":11,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":15,"id":"EXPECT_A_FIGHT","picked":true},{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"BLOODLETTING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":19,"hp":11,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1790013317:act0:pt14:potion_reward","fight":{"damage_taken":10,"gold_gained":11,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":19,"hp":35,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790013317:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790013317","schema":"sts2.decision/1","source":{"file":"1790013317.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014417:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790014417","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014417:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"GOLDEN_PEARL.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"raw":true,"run_id":"1790014417","schema":"sts2.decision/1","source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014417:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"GOLDEN_PEARL","title":{"key":"GOLDEN_PEARL.title","table":"relics"},"was_chosen":true},{"TextKey":"BOOMING_CONCH","title":{"key":"BOOMING_CONCH.title","table":"relics"},"was_chosen":false},{"TextKey":"SILVER_CRUCIBLE","title":{"key":"SILVER_CRUCIBLE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"raw":true,"run_id":"1790014417","schema":"sts2.decision/1","source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":265,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790014417:act0:pt1:card_reward","fight":{"damage_taken":6,"gold_gained":16,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"FEEL_NO_PAIN","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790014417","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":"WHIRLWIND","context":{"act":0,"encounter":"SLIMES_WEAK","gold":281,"hp":78,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790014417:act0:pt2:card_reward","fight":{"damage_taken":8,"gold_gained":16,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":3,"id":"WHIRLWIND","picked":true},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"VICIOUS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790014417","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":281,"hp":78,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790014417:act0:pt2:potion_reward","fight":{"damage_taken":8,"gold_gained":16,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790014417","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":299,"hp":74,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790014417:act0:pt3:card_reward","fight":{"damage_taken":10,"gold_gained":18,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":4,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"BULLY","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790014417","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":299,"hp":74,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790014417:act0:pt3:potion_reward","fight":{"damage_taken":10,"gold_gained":18,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790014417","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SAPPHIRE_SEED","gold":299,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014417:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":6,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SAPPHIRE_SEED.pages.INITIAL.options.EAT.title","table":"events"},"variables":{"Enchantment":{"bool_value":false,"decimal_value":0,"string_value":"Sown","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"raw":true,"run_id":"1790014417","schema":"sts2.decision/1","source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":"EVENT.SAPPHIRE_SEED","gold":299,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014417:act0:pt4:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":6,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790014417","schema":"sts2.decision/1","source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":"IRON_WAVE","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":315,"hp":61,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1790014417:act0:pt5:card_reward","fight":{"damage_taken":25,"gold_gained":16,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":6,"id":"IRON_WAVE","picked":true},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790014417","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":315,"hp":61,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1790014417:act0:pt5:potion_reward","fight":{"damage_taken":25,"gold_gained":16,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790014417","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014417.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"BOOMING_CONCH.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"raw":true,"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"NEW_LEAF","title":{"key":"NEW_LEAF.title","table":"relics"},"was_chosen":false},{"TextKey":"BOOMING_CONCH","title":{"key":"BOOMING_CONCH.title","table":"relics"},"was_chosen":true},{"TextKey":"HEFTY_TABLET","title":{"key":"HEFTY_TABLET.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"raw":true,"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"HEADBUTT","context":{"act":0,"encounter":"SLIMES_WEAK","gold":109,"hp":76,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","TWIG_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790014771:act0:pt1:card_reward","fight":{"damage_taken":10,"gold_gained":10,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"HEADBUTT","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":109,"hp":76,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","TWIG_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790014771:act0:pt1:potion_reward","fight":{"damage_taken":10,"gold_gained":10,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":128,"hp":75,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790014771:act0:pt2:card_reward","fight":{"damage_taken":7,"gold_gained":19,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":3,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"FIGHT_ME","picked":false},{"floor_added":null,"id":"EVIL_EYE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"CINDER","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":141,"hp":80,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790014771:act0:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":13,"hp_healed":5,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":4,"id":"CINDER","picked":true},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.TABLET_OF_TRUTH","gold":141,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"TABLET_OF_TRUTH.pages.INITIAL.options.SMASH.title","table":"events"},"variables":{"DecipherMaxHpLoss":{"bool_value":false,"decimal_value":3,"string_value":null,"type":"BaseDynamic"},"SmashHPGain":{"bool_value":false,"decimal_value":20,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"raw":true,"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.WELLSPRING","gold":141,"hp":80,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act0:pt5:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WELLSPRING","gold":141,"hp":80,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WELLSPRING.pages.INITIAL.options.BOTTLE.title","table":"events"},"variables":{"BatheCurses":{"bool_value":false,"decimal_value":1,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"raw":true,"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"BURNING_PACT","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":156,"hp":72,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","TWIG_SLIME_S","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790014771:act0:pt6:card_reward","fight":{"damage_taken":14,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":7,"id":"BURNING_PACT","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_NORMAL","gold":156,"hp":72,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","LEAF_SLIME_M","TWIG_SLIME_S","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790014771:act0:pt6:potion_reward","fight":{"damage_taken":14,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":156,"hp":72,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790014771:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":null,"gold":156,"hp":72,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790014771:act0:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"POMMEL_STRIKE"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":6,"hp":72,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790014771:act0:pt8:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"SETUP_STRIKE","picked":false},{"floor_added":null,"id":"FEED","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"STONE_ARMOR","picked":false},{"floor_added":null,"id":"PROLONG","picked":false},{"floor_added":null,"id":"MASTER_OF_STRATEGY","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":6,"hp":72,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790014771:act0:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":6,"hp":72,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790014771:act0:pt8:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":6,"hp":72,"map_point":8,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790014771:act0:pt8:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.STRIKE_DUMMY","kind":"bought_relics"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"raw":true,"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":51,"hp":72,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790014771:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":45,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":51,"hp":72,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790014771:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"BASH","context":{"act":0,"encounter":null,"gold":51,"hp":72,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790014771:act0:pt10:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"BASH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"MOLTEN_FIST","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":66,"hp":67,"map_point":11,"map_point_type":"monster","max_hp":80,"monsters":["SNAPPING_JAXFRUIT","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1790014771:act0:pt11:card_reward","fight":{"damage_taken":11,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":12,"id":"MOLTEN_FIST","picked":true},{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":66,"hp":67,"map_point":12,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790014771:act0:pt12:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"DEFEND_IRONCLAD","context":{"act":0,"encounter":null,"gold":66,"hp":67,"map_point":12,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790014771:act0:pt12:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":104,"hp":45,"map_point":13,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1790014771:act0:pt13:card_reward","fight":{"damage_taken":28,"gold_gained":38,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":14,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"WHIRLWIND","picked":false},{"floor_added":null,"id":"TWIN_STRIKE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":104,"hp":45,"map_point":13,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1790014771:act0:pt13:relic_reward","fight":{"damage_taken":28,"gold_gained":38,"hp_healed":6,"turns_taken":4},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":104,"hp":45,"map_point":13,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1790014771:act0:pt13:potion_reward","fight":{"damage_taken":28,"gold_gained":38,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":114,"hp":39,"map_point":14,"map_point_type":"unknown","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790014771:act0:pt14:card_reward","fight":{"damage_taken":12,"gold_gained":10,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":15,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"CRIMSON_MANTLE","picked":false},{"floor_added":null,"id":"FEEL_NO_PAIN","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":114,"hp":39,"map_point":14,"map_point_type":"unknown","max_hp":80,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790014771:act0:pt14:potion_reward","fight":{"damage_taken":12,"gold_gained":10,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":114,"hp":63,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790014771:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"PYRE","context":{"act":0,"encounter":"VANTOM_BOSS","gold":214,"hp":14,"map_point":16,"map_point_type":"boss","max_hp":80,"monsters":["VANTOM"],"room_type":"boss"},"decision_id":"1790014771:act0:pt16:card_reward","fight":{"damage_taken":55,"gold_gained":100,"hp_healed":6,"turns_taken":10},"kind":"card_reward","options":[{"floor_added":17,"id":"PYRE","picked":true},{"floor_added":null,"id":"MANGLE","picked":false},{"floor_added":null,"id":"CONFLAGRATION","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"VANTOM_BOSS","gold":214,"hp":14,"map_point":16,"map_point_type":"boss","max_hp":80,"monsters":["VANTOM"],"room_type":"boss"},"decision_id":"1790014771:act0:pt16:potion_reward","fight":{"damage_taken":55,"gold_gained":100,"hp_healed":6,"turns_taken":10},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EVENT.PAEL","gold":214,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act1:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":66,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":214,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act1:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":66,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"PAELS_TOOTH.title","table":"relics"}}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"raw":true,"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}","context":{"act":1,"encounter":"EVENT.PAEL","gold":214,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act1:pt0:remove","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":66,"turns_taken":0},"kind":"remove","options":[{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"},{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"},{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"},{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"},{"id":"{'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.PAEL","gold":214,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act1:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":66,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"PAELS_HORN","title":{"key":"PAELS_HORN.title","table":"relics"},"was_chosen":false},{"TextKey":"PAELS_TOOTH","title":{"key":"PAELS_TOOTH.title","table":"relics"},"was_chosen":true},{"TextKey":"PAELS_EYE","title":{"key":"PAELS_EYE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"raw":true,"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"TWIN_STRIKE","context":{"act":1,"encounter":"BOWLBUGS_WEAK","gold":233,"hp":47,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["BOWLBUG_ROCK","BOWLBUG_NECTAR"],"room_type":"monster"},"decision_id":"1790014771:act1:pt1:card_reward","fight":{"damage_taken":39,"gold_gained":19,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":19,"id":"TWIN_STRIKE","picked":true},{"floor_added":null,"id":"ARMAMENTS","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"BOWLBUGS_WEAK","gold":233,"hp":47,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["BOWLBUG_ROCK","BOWLBUG_NECTAR"],"room_type":"monster"},"decision_id":"1790014771:act1:pt1:potion_reward","fight":{"damage_taken":39,"gold_gained":19,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":"EVENT.SYMBIOTE","gold":233,"hp":47,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act1:pt2:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SYMBIOTE.pages.INITIAL.options.APPROACH.title","table":"events"},"variables":{"Enchantment":{"bool_value":false,"decimal_value":0,"string_value":"Corrupted","type":"DynamicString"}}}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"raw":true,"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.CORRUPTED'}, 'floor_added_to_deck': 2, 'id': 'CARD.HEADBUTT'}, 'enchantment': 'ENCHANTMENT.CORRUPTED'}","context":{"act":1,"encounter":"EVENT.SYMBIOTE","gold":233,"hp":47,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790014771:act1:pt2:enchant","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"enchant","options":[{"id":"{'card': {'enchantment': {'amount': 1, 'id': 'ENCHANTMENT.CORRUPTED'}, 'floor_added_to_deck': 2, 'id': 'CARD.HEADBUTT'}, 'enchantment': 'ENCHANTMENT.CORRUPTED'}"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"UNRELENTING","context":{"act":1,"encounter":"EXOSKELETONS_WEAK","gold":246,"hp":45,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1790014771:act1:pt3:card_reward","fight":{"damage_taken":8,"gold_gained":13,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":21,"id":"UNRELENTING","picked":true},{"floor_added":null,"id":"DISMANTLE","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"EXOSKELETONS_WEAK","gold":246,"hp":45,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["EXOSKELETON","EXOSKELETON","EXOSKELETON"],"room_type":"monster"},"decision_id":"1790014771:act1:pt3:potion_reward","fight":{"damage_taken":8,"gold_gained":13,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":28,"hp":45,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790014771:act1:pt4:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BLUDGEON","picked":false},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"VICIOUS","picked":false},{"floor_added":null,"id":"VOLLEY","picked":false},{"floor_added":null,"id":"HAND_OF_GREED","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":null,"gold":28,"hp":45,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790014771:act1:pt4:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":28,"hp":45,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790014771:act1:pt4:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":1,"encounter":null,"gold":28,"hp":45,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790014771:act1:pt4:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.PEN_NIB","kind":"bought_relics"}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"raw":true,"run_id":"1790014771","schema":"sts2.decision/1","source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"WHIRLWIND","context":{"act":1,"encounter":"HUNTER_KILLER_NORMAL","gold":42,"hp":11,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["HUNTER_KILLER"],"room_type":"monster"},"decision_id":"1790014771:act1:pt5:card_reward","fight":{"damage_taken":40,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":23,"id":"WHIRLWIND","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":1,"encounter":"HUNTER_KILLER_NORMAL","gold":42,"hp":11,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["HUNTER_KILLER"],"room_type":"monster"},"decision_id":"1790014771:act1:pt5:potion_reward","fight":{"damage_taken":40,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":2,"run_killed_by":"LOUSE_PROGENITOR_NORMAL","run_map_points":24,"run_win":false},"run_id":"1790014771","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790014771.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790015527:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790015527:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SCROLL_BOXES.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790015527:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"SCROLL_BOXES","title":{"key":"SCROLL_BOXES.title","table":"relics"},"was_chosen":true},{"TextKey":"SMALL_CAPSULE","title":{"key":"SMALL_CAPSULE.title","table":"relics"},"was_chosen":false},{"TextKey":"PRECARIOUS_SHEARS","title":{"key":"PRECARIOUS_SHEARS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"BREAKTHROUGH","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":111,"hp":73,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790015527:act0:pt1:card_reward","fight":{"damage_taken":13,"gold_gained":12,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"BREAKTHROUGH","picked":true},{"floor_added":null,"id":"SECOND_WIND","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":111,"hp":73,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790015527:act0:pt1:potion_reward","fight":{"damage_taken":13,"gold_gained":12,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THE_LEGENDS_WERE_TRUE","gold":111,"hp":73,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790015527:act0:pt2:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THE_LEGENDS_WERE_TRUE.pages.INITIAL.options.NAB_THE_MAP.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"FEEL_NO_PAIN","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":129,"hp":72,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790015527:act0:pt3:card_reward","fight":{"damage_taken":7,"gold_gained":18,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":4,"id":"FEEL_NO_PAIN","picked":true},{"floor_added":null,"id":"SPITE","picked":false},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"ANGER","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":145,"hp":78,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790015527:act0:pt4:card_reward","fight":{"damage_taken":0,"gold_gained":16,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":5,"id":"ANGER","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"INKLETS_NORMAL","gold":162,"hp":58,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1790015527:act0:pt5:card_reward","fight":{"damage_taken":26,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"HOWL_FROM_BEYOND","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":162,"hp":58,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1790015527:act0:pt5:potion_reward","fight":{"damage_taken":26,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":162,"hp":58,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790015527:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":null,"gold":162,"hp":58,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790015527:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.WHISPERING_HOLLOW","gold":127,"hp":58,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790015527:act0:pt7:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WHISPERING_HOLLOW","gold":127,"hp":58,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790015527:act0:pt7:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WHISPERING_HOLLOW.pages.INITIAL.options.GOLD.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":127,"hp":58,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790015527:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":null,"gold":127,"hp":58,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790015527:act0:pt8:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":178,"hp":58,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790015527:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":51,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":178,"hp":58,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790015527:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"BASH","context":{"act":0,"encounter":null,"gold":178,"hp":58,"map_point":10,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790015527:act0:pt10:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"BASH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"DISMANTLE","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":188,"hp":51,"map_point":11,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1790015527:act0:pt11:card_reward","fight":{"damage_taken":13,"gold_gained":10,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":12,"id":"DISMANTLE","picked":true},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":204,"hp":48,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_S","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1790015527:act0:pt12:card_reward","fight":{"damage_taken":9,"gold_gained":16,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"POMMEL_STRIKE","picked":false},{"floor_added":null,"id":"NOT_YET","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":204,"hp":48,"map_point":12,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","TWIG_SLIME_S","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1790015527:act0:pt12:potion_reward","fight":{"damage_taken":9,"gold_gained":16,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":242,"hp":37,"map_point":13,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1790015527:act0:pt13:card_reward","fight":{"damage_taken":17,"gold_gained":38,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":14,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":242,"hp":37,"map_point":13,"map_point_type":"elite","max_hp":80,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1790015527:act0:pt13:relic_reward","fight":{"damage_taken":17,"gold_gained":38,"hp_healed":6,"turns_taken":4},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":261,"hp":20,"map_point":14,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790015527:act0:pt14:card_reward","fight":{"damage_taken":23,"gold_gained":19,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":null,"id":"STAMPEDE","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"SWORD_BOOMERANG","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":261,"hp":44,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790015527:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"THE_KIN_BOSS","run_map_points":17,"run_win":false},"run_id":"1790015527","schema":"sts2.decision/1","source":{"file":"1790015527.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790016034:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790016034:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"NEOWS_TALISMAN.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"raw":true,"run_id":"1790016034","schema":"sts2.decision/1","source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790016034:act0:pt0:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"},{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790016034:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"SCROLL_BOXES","title":{"key":"SCROLL_BOXES.title","table":"relics"},"was_chosen":false},{"TextKey":"NEOWS_TALISMAN","title":{"key":"NEOWS_TALISMAN.title","table":"relics"},"was_chosen":true},{"TextKey":"SILKEN_TRESS","title":{"key":"SILKEN_TRESS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"raw":true,"run_id":"1790016034","schema":"sts2.decision/1","source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"SLIMES_WEAK","gold":110,"hp":78,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["TWIG_SLIME_S","LEAF_SLIME_M","LEAF_SLIME_S"],"room_type":"monster"},"decision_id":"1790016034:act0:pt1:card_reward","fight":{"damage_taken":8,"gold_gained":11,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"UPPERCUT","picked":false},{"floor_added":null,"id":"HEMOKINESIS","picked":false},{"floor_added":null,"id":"DISMANTLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":78,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790016034:act0:pt2:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"HOWL_FROM_BEYOND","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"PANIC_BUTTON","picked":false},{"floor_added":null,"id":"SALVO","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":78,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790016034:act0:pt2:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":11,"hp":78,"map_point":2,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790016034:act0:pt2:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"NIBBITS_WEAK","gold":24,"hp":78,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790016034:act0:pt3:card_reward","fight":{"damage_taken":6,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"WHIRLWIND","picked":false},{"floor_added":null,"id":"VICIOUS","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":24,"hp":78,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790016034:act0:pt3:potion_reward","fight":{"damage_taken":6,"gold_gained":13,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":42,"hp":77,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790016034:act0:pt4:card_reward","fight":{"damage_taken":7,"gold_gained":18,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":5,"id":"RAGE","picked":true},{"floor_added":null,"id":"ASHEN_STRIKE","picked":false},{"floor_added":null,"id":"TWIN_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":53,"hp":13,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1790016034:act0:pt5:card_reward","fight":{"damage_taken":75,"gold_gained":11,"hp_healed":11,"turns_taken":14},"kind":"card_reward","options":[{"floor_added":6,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"BATTLE_TRANCE","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":53,"hp":13,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1790016034:act0:pt5:potion_reward","fight":{"damage_taken":75,"gold_gained":11,"hp_healed":11,"turns_taken":14},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.AROMA_OF_CHAOS","gold":53,"hp":13,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790016034:act0:pt6:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"AROMA_OF_CHAOS.pages.INITIAL.options.LET_GO.title","table":"events"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"raw":true,"run_id":"1790016034","schema":"sts2.decision/1","source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":"{'final_card': {'floor_added_to_deck': 7, 'id': 'CARD.UNMOVABLE'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}","context":{"act":0,"encounter":"EVENT.AROMA_OF_CHAOS","gold":53,"hp":13,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790016034:act0:pt6:transform","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"transform","options":[{"id":"{'final_card': {'floor_added_to_deck': 7, 'id': 'CARD.UNMOVABLE'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":8,"run_win":false},"run_id":"1790016034","schema":"sts2.decision/1","source":{"file":"1790016034.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":91,"map_point":0,"map_point_type":"ancient","max_hp":91,"monsters":[],"room_type":"event"},"decision_id":"1790016435:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":91,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":91,"map_point":0,"map_point_type":"ancient","max_hp":91,"monsters":[],"room_type":"event"},"decision_id":"1790016435:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":91,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"NUTRITIOUS_OYSTER.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":91,"map_point":0,"map_point_type":"ancient","max_hp":91,"monsters":[],"room_type":"event"},"decision_id":"1790016435:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":91,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"NUTRITIOUS_OYSTER","title":{"key":"NUTRITIOUS_OYSTER.title","table":"relics"},"was_chosen":true},{"TextKey":"NEOWS_TORMENT","title":{"key":"NEOWS_TORMENT.title","table":"relics"},"was_chosen":false},{"TextKey":"CURSED_PEARL","title":{"key":"CURSED_PEARL.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":111,"hp":82,"map_point":1,"map_point_type":"monster","max_hp":91,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790016435:act0:pt1:card_reward","fight":{"damage_taken":15,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"NIBBITS_WEAK","gold":123,"hp":80,"map_point":2,"map_point_type":"monster","max_hp":91,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790016435:act0:pt2:card_reward","fight":{"damage_taken":8,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"HOWL_FROM_BEYOND","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":123,"hp":80,"map_point":2,"map_point_type":"monster","max_hp":91,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790016435:act0:pt2:potion_reward","fight":{"damage_taken":8,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"STONE_ARMOR","context":{"act":0,"encounter":"SLIMES_WEAK","gold":143,"hp":74,"map_point":3,"map_point_type":"monster","max_hp":91,"monsters":["LEAF_SLIME_S","LEAF_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790016435:act0:pt3:card_reward","fight":{"damage_taken":12,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":4,"id":"STONE_ARMOR","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":143,"hp":74,"map_point":3,"map_point_type":"monster","max_hp":91,"monsters":["LEAF_SLIME_S","LEAF_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790016435:act0:pt3:potion_reward","fight":{"damage_taken":12,"gold_gained":20,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":159,"hp":39,"map_point":4,"map_point_type":"monster","max_hp":91,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790016435:act0:pt4:card_reward","fight":{"damage_taken":41,"gold_gained":16,"hp_healed":6,"turns_taken":8},"kind":"card_reward","options":[{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"HEADBUTT","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_NORMAL","gold":159,"hp":39,"map_point":4,"map_point_type":"monster","max_hp":91,"monsters":["NIBBIT","NIBBIT"],"room_type":"monster"},"decision_id":"1790016435:act0:pt4:potion_reward","fight":{"damage_taken":41,"gold_gained":16,"hp_healed":6,"turns_taken":8},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SELF_HELP_BOOK","gold":159,"hp":39,"map_point":5,"map_point_type":"unknown","max_hp":91,"monsters":[],"room_type":"event"},"decision_id":"1790016435:act0:pt5:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SELF_HELP_BOOK.pages.INITIAL.options.READ_THE_BACK.title","table":"events"},"variables":{"Enchantment1":{"bool_value":false,"decimal_value":0,"string_value":"Sharp","type":"DynamicString"},"Enchantment2":{"bool_value":false,"decimal_value":0,"string_value":"Nimble","type":"DynamicString"},"Enchantment3":{"bool_value":false,"decimal_value":0,"string_value":"Swift","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"{'card': {'enchantment': {'amount': 2, 'id': 'ENCHANTMENT.SHARP'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.SHARP'}","context":{"act":0,"encounter":"EVENT.SELF_HELP_BOOK","gold":159,"hp":39,"map_point":5,"map_point_type":"unknown","max_hp":91,"monsters":[],"room_type":"event"},"decision_id":"1790016435:act0:pt5:enchant","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"enchant","options":[{"id":"{'card': {'enchantment': {'amount': 2, 'id': 'ENCHANTMENT.SHARP'}, 'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}, 'enchantment': 'ENCHANTMENT.SHARP'}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THE_LEGENDS_WERE_TRUE","gold":159,"hp":39,"map_point":6,"map_point_type":"unknown","max_hp":91,"monsters":[],"room_type":"event"},"decision_id":"1790016435:act0:pt6:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THE_LEGENDS_WERE_TRUE.pages.INITIAL.options.NAB_THE_MAP.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":159,"hp":66,"map_point":7,"map_point_type":"rest_site","max_hp":91,"monsters":[],"room_type":"rest_site"},"decision_id":"1790016435:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":27,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":197,"hp":18,"map_point":8,"map_point_type":"elite","max_hp":91,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1790016435:act0:pt8:card_reward","fight":{"damage_taken":54,"gold_gained":38,"hp_healed":6,"turns_taken":9},"kind":"card_reward","options":[{"floor_added":9,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYGONE_EFFIGY_ELITE","gold":197,"hp":18,"map_point":8,"map_point_type":"elite","max_hp":91,"monsters":["BYGONE_EFFIGY"],"room_type":"elite"},"decision_id":"1790016435:act0:pt8:relic_reward","fight":{"damage_taken":54,"gold_gained":38,"hp_healed":6,"turns_taken":9},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":248,"hp":18,"map_point":9,"map_point_type":"treasure","max_hp":91,"monsters":[],"room_type":"treasure"},"decision_id":"1790016435:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":51,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":248,"hp":45,"map_point":10,"map_point_type":"rest_site","max_hp":91,"monsters":[],"room_type":"rest_site"},"decision_id":"1790016435:act0:pt10:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":27,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"RUBY_RAIDERS_NORMAL","gold":265,"hp":11,"map_point":11,"map_point_type":"monster","max_hp":91,"monsters":["AXE_RUBY_RAIDER","ASSASSIN_RUBY_RAIDER","BRUTE_RUBY_RAIDER"],"room_type":"monster"},"decision_id":"1790016435:act0:pt11:card_reward","fight":{"damage_taken":40,"gold_gained":17,"hp_healed":6,"turns_taken":8},"kind":"card_reward","options":[{"floor_added":null,"id":"STOMP","picked":false},{"floor_added":null,"id":"SPITE","picked":false},{"floor_added":null,"id":"ASHEN_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"RUBY_RAIDERS_NORMAL","gold":265,"hp":11,"map_point":11,"map_point_type":"monster","max_hp":91,"monsters":["AXE_RUBY_RAIDER","ASSASSIN_RUBY_RAIDER","BRUTE_RUBY_RAIDER"],"room_type":"monster"},"decision_id":"1790016435:act0:pt11:potion_reward","fight":{"damage_taken":40,"gold_gained":17,"hp_healed":6,"turns_taken":8},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":265,"hp":38,"map_point":12,"map_point_type":"rest_site","max_hp":91,"monsters":[],"room_type":"rest_site"},"decision_id":"1790016435:act0:pt12:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":27,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.ROOM_FULL_OF_CHEESE","gold":265,"hp":38,"map_point":13,"map_point_type":"unknown","max_hp":91,"monsters":[],"room_type":"event"},"decision_id":"1790016435:act0:pt13:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"ROOM_FULL_OF_CHEESE.pages.INITIAL.options.GORGE.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":280,"hp":10,"map_point":14,"map_point_type":"monster","max_hp":91,"monsters":["TWIG_SLIME_M","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1790016435:act0:pt14:card_reward","fight":{"damage_taken":34,"gold_gained":15,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":null,"id":"CASCADE","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"UPPERCUT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLITHERING_STRANGLER_NORMAL","gold":280,"hp":10,"map_point":14,"map_point_type":"monster","max_hp":91,"monsters":["TWIG_SLIME_M","SLITHERING_STRANGLER"],"room_type":"monster"},"decision_id":"1790016435:act0:pt14:potion_reward","fight":{"damage_taken":34,"gold_gained":15,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":280,"hp":37,"map_point":15,"map_point_type":"rest_site","max_hp":91,"monsters":[],"room_type":"rest_site"},"decision_id":"1790016435:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":27,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"CEREMONIAL_BEAST_BOSS","run_map_points":17,"run_win":false},"run_id":"1790016435","schema":"sts2.decision/1","source":{"file":"1790016435.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790017115:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790017115:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"NEOWS_TALISMAN.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"raw":true,"run_id":"1790017115","schema":"sts2.decision/1","source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790017115:act0:pt0:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"},{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790017115:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"STONE_HUMIDIFIER","title":{"key":"STONE_HUMIDIFIER.title","table":"relics"},"was_chosen":false},{"TextKey":"NEOWS_TALISMAN","title":{"key":"NEOWS_TALISMAN.title","table":"relics"},"was_chosen":true},{"TextKey":"CURSED_PEARL","title":{"key":"CURSED_PEARL.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"raw":true,"run_id":"1790017115","schema":"sts2.decision/1","source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":109,"hp":75,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790017115:act0:pt1:card_reward","fight":{"damage_taken":11,"gold_gained":10,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"TAUNT","picked":false},{"floor_added":null,"id":"BODY_SLAM","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.THIS_OR_THAT","gold":109,"hp":75,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790017115:act0:pt2:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.THIS_OR_THAT","gold":109,"hp":75,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790017115:act0:pt2:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"THIS_OR_THAT.pages.INITIAL.options.ORNATE.title","table":"events"},"variables":{"Curse":{"bool_value":false,"decimal_value":0,"string_value":"Clumsy","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"raw":true,"run_id":"1790017115","schema":"sts2.decision/1","source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"EVIL_EYE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":124,"hp":80,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790017115:act0:pt3:card_reward","fight":{"damage_taken":0,"gold_gained":15,"hp_healed":5,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":4,"id":"EVIL_EYE","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"IRON_WAVE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"NIBBITS_WEAK","gold":139,"hp":80,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790017115:act0:pt4:card_reward","fight":{"damage_taken":6,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"BURNING_PACT","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"BLUDGEON","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":156,"hp":70,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1790017115:act0:pt5:card_reward","fight":{"damage_taken":16,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":6,"id":"BLUDGEON","picked":true},{"floor_added":null,"id":"INFERNAL_BLADE","picked":false},{"floor_added":null,"id":"FLAME_BARRIER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"INKLETS_NORMAL","gold":156,"hp":70,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["INKLET","INKLET","INKLET"],"room_type":"monster"},"decision_id":"1790017115:act0:pt5:potion_reward","fight":{"damage_taken":16,"gold_gained":17,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":196,"hp":41,"map_point":6,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790017115:act0:pt6:card_reward","fight":{"damage_taken":35,"gold_gained":40,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":7,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"FIEND_FIRE","picked":false},{"floor_added":null,"id":"SECOND_WIND","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":196,"hp":41,"map_point":6,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790017115:act0:pt6:relic_reward","fight":{"damage_taken":35,"gold_gained":40,"hp_healed":6,"turns_taken":7},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":196,"hp":41,"map_point":6,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790017115:act0:pt6:potion_reward","fight":{"damage_taken":35,"gold_gained":40,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.BRAIN_LEECH","gold":196,"hp":41,"map_point":7,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790017115:act0:pt7:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"BRAIN_LEECH.pages.INITIAL.options.SHARE_KNOWLEDGE.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"raw":true,"run_id":"1790017115","schema":"sts2.decision/1","source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"HEAL","context":{"act":0,"encounter":null,"gold":196,"hp":65,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790017115:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":24,"turns_taken":0},"kind":"rest_site","options":[{"id":"HEAL"}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":242,"hp":65,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790017115:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":46,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"MOLTEN_FIST","context":{"act":0,"encounter":"OVERGROWTH_CRAWLERS","gold":256,"hp":67,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE","FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790017115:act0:pt10:card_reward","fight":{"damage_taken":4,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":11,"id":"MOLTEN_FIST","picked":true},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"INFERNAL_BLADE","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":272,"hp":54,"map_point":11,"map_point_type":"unknown","max_hp":80,"monsters":["LEAF_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1790017115:act0:pt11:card_reward","fight":{"damage_taken":19,"gold_gained":16,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":12,"id":"INFERNAL_BLADE","picked":true},{"floor_added":null,"id":"BODY_SLAM","picked":false},{"floor_added":null,"id":"BREAKTHROUGH","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":26,"hp":54,"map_point":12,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790017115:act0:pt12:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"BULLY","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"COLOSSUS","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false},{"floor_added":null,"id":"PURITY","picked":false},{"floor_added":null,"id":"SECRET_TECHNIQUE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":26,"hp":54,"map_point":12,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790017115:act0:pt12:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":26,"hp":54,"map_point":12,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790017115:act0:pt12:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":26,"hp":54,"map_point":12,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790017115:act0:pt12:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.TOOLBOX","kind":"bought_relics"}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"raw":true,"run_id":"1790017115","schema":"sts2.decision/1","source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":45,"hp":25,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1790017115:act0:pt13:card_reward","fight":{"damage_taken":35,"gold_gained":19,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":14,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"FOGMOG_NORMAL","gold":45,"hp":25,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["FOGMOG","EYE_WITH_TEETH"],"room_type":"monster"},"decision_id":"1790017115:act0:pt13:potion_reward","fight":{"damage_taken":35,"gold_gained":19,"hp_healed":6,"turns_taken":7},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"BYGONE_EFFIGY_ELITE","run_map_points":15,"run_win":false},"run_id":"1790017115","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790017115.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790019954:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790019954","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790019954:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"NEOWS_TALISMAN.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"raw":true,"run_id":"1790019954","schema":"sts2.decision/1","source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790019954:act0:pt0:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"},{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790019954","schema":"sts2.decision/1","source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790019954:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"NEOWS_TORMENT","title":{"key":"NEOWS_TORMENT.title","table":"relics"},"was_chosen":false},{"TextKey":"NEOWS_TALISMAN","title":{"key":"NEOWS_TALISMAN.title","table":"relics"},"was_chosen":true},{"TextKey":"PRECARIOUS_SHEARS","title":{"key":"PRECARIOUS_SHEARS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"raw":true,"run_id":"1790019954","schema":"sts2.decision/1","source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":113,"hp":74,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790019954:act0:pt1:card_reward","fight":{"damage_taken":12,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":2,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"ANGER","picked":false},{"floor_added":null,"id":"JUGGLING","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790019954","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":113,"hp":74,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790019954:act0:pt1:potion_reward","fight":{"damage_taken":12,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790019954","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.TABLET_OF_TRUTH","gold":113,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790019954:act0:pt2:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":6,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"TABLET_OF_TRUTH.pages.INITIAL.options.SMASH.title","table":"events"},"variables":{"DecipherMaxHpLoss":{"bool_value":false,"decimal_value":3,"string_value":null,"type":"BaseDynamic"},"SmashHPGain":{"bool_value":false,"decimal_value":20,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"raw":true,"run_id":"1790019954","schema":"sts2.decision/1","source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":"JUGGLING","context":{"act":0,"encounter":"SLIMES_WEAK","gold":124,"hp":78,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","TWIG_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790019954:act0:pt3:card_reward","fight":{"damage_taken":8,"gold_gained":11,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":4,"id":"JUGGLING","picked":true},{"floor_added":null,"id":"FIGHT_ME","picked":false},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790019954","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":124,"hp":78,"map_point":3,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","TWIG_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790019954:act0:pt3:potion_reward","fight":{"damage_taken":8,"gold_gained":11,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790019954","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":98,"hp":78,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790019954:act0:pt4:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"PILLAGE","picked":false},{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"FLASH_OF_STEEL","picked":false},{"floor_added":null,"id":"ROLLING_BOULDER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790019954","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":98,"hp":78,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790019954:act0:pt4:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790019954","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":98,"hp":78,"map_point":4,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790019954:act0:pt4:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"run_id":"1790019954","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.DENSE_VEGETATION","gold":188,"hp":72,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790019954:act0:pt5:event","fight":{"damage_taken":8,"gold_gained":90,"hp_healed":2,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.REST.title","table":"events"},"variables":{}},{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.TRUDGE_ON.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":7,"run_win":false},"raw":true,"run_id":"1790019954","schema":"sts2.decision/1","source":{"file":"1790019954.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt0:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"ULTIMATE_DEFEND","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LEAD_PAPERWEIGHT.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LEAD_PAPERWEIGHT","title":{"key":"LEAD_PAPERWEIGHT.title","table":"relics"},"was_chosen":true},{"TextKey":"STONE_HUMIDIFIER","title":{"key":"STONE_HUMIDIFIER.title","table":"relics"},"was_chosen":false},{"TextKey":"LEAFY_POULTICE","title":{"key":"LEAFY_POULTICE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"MOLTEN_FIST","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":109,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790020174:act0:pt1:card_reward","fight":{"damage_taken":0,"gold_gained":10,"hp_healed":0,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"MOLTEN_FIST","picked":true},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"FIGHT_ME","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":123,"hp":78,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790020174:act0:pt2:card_reward","fight":{"damage_taken":8,"gold_gained":14,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":3,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"HEMOKINESIS","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.JUNGLE_MAZE_ADVENTURE","gold":161,"hp":78,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt3:event","fight":{"damage_taken":0,"gold_gained":38,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"JUNGLE_MAZE_ADVENTURE.pages.INITIAL.options.JOIN_FORCES.title","table":"events"},"variables":{"JoinForcesGold":{"bool_value":false,"decimal_value":38.37592,"string_value":null,"type":"BaseDynamic"},"SoloGold":{"bool_value":false,"decimal_value":152.387726,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":161,"hp":78,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt4:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"WOOD_CARVINGS.pages.INITIAL.options.TORUS.title","table":"events"},"variables":{"BirdCard":{"bool_value":false,"decimal_value":0,"string_value":"Peck","type":"DynamicString"},"SnakeEnchantment":{"bool_value":false,"decimal_value":0,"string_value":"Slither","type":"DynamicString"},"ToricCard":{"bool_value":false,"decimal_value":0,"string_value":"Toric Toughness","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"{'final_card': {'floor_added_to_deck': 5, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}","context":{"act":0,"encounter":"EVENT.WOOD_CARVINGS","gold":161,"hp":78,"map_point":4,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt4:transform","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"transform","options":[{"id":"{'final_card': {'floor_added_to_deck': 5, 'id': 'CARD.TORIC_TOUGHNESS'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":171,"hp":80,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790020174:act0:pt5:card_reward","fight":{"damage_taken":0,"gold_gained":10,"hp_healed":2,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":6,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"BLOODLETTING","picked":false},{"floor_added":null,"id":"FORGOTTEN_RITUAL","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.ROOM_FULL_OF_CHEESE","gold":171,"hp":80,"map_point":6,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt6:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"ROOM_FULL_OF_CHEESE.pages.INITIAL.options.GORGE.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":171,"hp":80,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020174:act0:pt7:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"BASH","context":{"act":0,"encounter":null,"gold":171,"hp":80,"map_point":7,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020174:act0:pt7:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"BASH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":121,"hp":80,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790020174:act0:pt8:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"WHIRLWIND","picked":false},{"floor_added":null,"id":"MOLTEN_FIST","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"FINESSE","picked":false},{"floor_added":null,"id":"HAND_OF_GREED","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":121,"hp":80,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790020174:act0:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":121,"hp":80,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790020174:act0:pt8:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":false},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":169,"hp":80,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790020174:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":48,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"HELLRAISER","context":{"act":0,"encounter":"RUBY_RAIDERS_NORMAL","gold":189,"hp":70,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["CROSSBOW_RUBY_RAIDER","AXE_RUBY_RAIDER","BRUTE_RUBY_RAIDER"],"room_type":"monster"},"decision_id":"1790020174:act0:pt10:card_reward","fight":{"damage_taken":16,"gold_gained":20,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":11,"id":"HELLRAISER","picked":true},{"floor_added":null,"id":"BREAKTHROUGH","picked":false},{"floor_added":null,"id":"TWIN_STRIKE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"RUBY_RAIDERS_NORMAL","gold":189,"hp":70,"map_point":10,"map_point_type":"monster","max_hp":80,"monsters":["CROSSBOW_RUBY_RAIDER","AXE_RUBY_RAIDER","BRUTE_RUBY_RAIDER"],"room_type":"monster"},"decision_id":"1790020174:act0:pt10:potion_reward","fight":{"damage_taken":16,"gold_gained":20,"hp_healed":6,"turns_taken":5},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.LUMINOUS_CHOIR","gold":63,"hp":70,"map_point":11,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt11:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.LUMINOUS_CHOIR","gold":63,"hp":70,"map_point":11,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020174:act0:pt11:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LUMINOUS_CHOIR.pages.INITIAL.options.OFFER_TRIBUTE.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"raw":true,"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":63,"hp":70,"map_point":12,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020174:act0:pt12:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":null,"gold":63,"hp":70,"map_point":12,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020174:act0:pt12:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"SETUP_STRIKE","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":78,"hp":66,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1790020174:act0:pt13:card_reward","fight":{"damage_taken":10,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":14,"id":"SETUP_STRIKE","picked":true},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false},{"floor_added":null,"id":"DOMINATE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"VINE_SHAMBLER_NORMAL","gold":78,"hp":66,"map_point":13,"map_point_type":"monster","max_hp":80,"monsters":["VINE_SHAMBLER"],"room_type":"monster"},"decision_id":"1790020174:act0:pt13:potion_reward","fight":{"damage_taken":10,"gold_gained":15,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"UNMOVABLE","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":118,"hp":57,"map_point":14,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790020174:act0:pt14:card_reward","fight":{"damage_taken":15,"gold_gained":40,"hp_healed":6,"turns_taken":7},"kind":"card_reward","options":[{"floor_added":15,"id":"UNMOVABLE","picked":true},{"floor_added":null,"id":"BULLY","picked":false},{"floor_added":null,"id":"FLAME_BARRIER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"PHROG_PARASITE_ELITE","gold":118,"hp":57,"map_point":14,"map_point_type":"elite","max_hp":80,"monsters":["PHROG_PARASITE","WRIGGLER"],"room_type":"elite"},"decision_id":"1790020174:act0:pt14:relic_reward","fight":{"damage_taken":15,"gold_gained":40,"hp_healed":6,"turns_taken":7},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":118,"hp":57,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020174:act0:pt15:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":null,"gold":118,"hp":57,"map_point":15,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020174:act0:pt15:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"VANTOM_BOSS","run_map_points":17,"run_win":false},"run_id":"1790020174","schema":"sts2.decision/1","source":{"file":"1790020174.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020585:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020585:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LAVA_ROCK.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"raw":true,"run_id":"1790020585","schema":"sts2.decision/1","source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020585:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LAVA_ROCK","title":{"key":"LAVA_ROCK.title","table":"relics"},"was_chosen":true},{"TextKey":"POMANDER","title":{"key":"POMANDER.title","table":"relics"},"was_chosen":false},{"TextKey":"PRECARIOUS_SHEARS","title":{"key":"PRECARIOUS_SHEARS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"raw":true,"run_id":"1790020585","schema":"sts2.decision/1","source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"UNRELENTING","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":113,"hp":73,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790020585:act0:pt1:card_reward","fight":{"damage_taken":13,"gold_gained":14,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":2,"id":"UNRELENTING","picked":true},{"floor_added":null,"id":"TWIN_STRIKE","picked":false},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"FLAME_BARRIER","context":{"act":0,"encounter":"SLIMES_WEAK","gold":125,"hp":76,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","LEAF_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790020585:act0:pt2:card_reward","fight":{"damage_taken":3,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":3,"id":"FLAME_BARRIER","picked":true},{"floor_added":null,"id":"SHRUG_IT_OFF","picked":false},{"floor_added":null,"id":"ARMAMENTS","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"SLIMES_WEAK","gold":125,"hp":76,"map_point":2,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_S","LEAF_SLIME_M","TWIG_SLIME_S"],"room_type":"monster"},"decision_id":"1790020585:act0:pt2:potion_reward","fight":{"damage_taken":3,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.DENSE_VEGETATION","gold":209,"hp":72,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020585:act0:pt3:event","fight":{"damage_taken":8,"gold_gained":84,"hp_healed":4,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.REST.title","table":"events"},"variables":{}},{"title":{"key":"DENSE_VEGETATION.pages.INITIAL.options.TRUDGE_ON.title","table":"events"},"variables":{}}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"raw":true,"run_id":"1790020585","schema":"sts2.decision/1","source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"POMMEL_STRIKE","context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":221,"hp":63,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790020585:act0:pt4:card_reward","fight":{"damage_taken":15,"gold_gained":12,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":5,"id":"POMMEL_STRIKE","picked":true},{"floor_added":null,"id":"FLAME_BARRIER","picked":false},{"floor_added":null,"id":"DOMINATE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"SHRUG_IT_OFF","context":{"act":0,"encounter":"FLYCONID_NORMAL","gold":241,"hp":50,"map_point":5,"map_point_type":"monster","max_hp":80,"monsters":["LEAF_SLIME_M","FLYCONID"],"room_type":"monster"},"decision_id":"1790020585:act0:pt5:card_reward","fight":{"damage_taken":19,"gold_gained":20,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":6,"id":"SHRUG_IT_OFF","picked":true},{"floor_added":null,"id":"RUPTURE","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"STOMP","context":{"act":0,"encounter":"MAWLER_NORMAL","gold":256,"hp":43,"map_point":6,"map_point_type":"monster","max_hp":80,"monsters":["MAWLER"],"room_type":"monster"},"decision_id":"1790020585:act0:pt6:card_reward","fight":{"damage_taken":13,"gold_gained":15,"hp_healed":6,"turns_taken":5},"kind":"card_reward","options":[{"floor_added":7,"id":"STOMP","picked":true},{"floor_added":null,"id":"IRON_WAVE","picked":false},{"floor_added":null,"id":"HAVOC","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"ARMAMENTS","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":274,"hp":14,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1790020585:act0:pt7:card_reward","fight":{"damage_taken":35,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"card_reward","options":[{"floor_added":8,"id":"ARMAMENTS","picked":true},{"floor_added":null,"id":"TREMBLE","picked":false},{"floor_added":null,"id":"SPITE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"CUBEX_CONSTRUCT_NORMAL","gold":274,"hp":14,"map_point":7,"map_point_type":"monster","max_hp":80,"monsters":["CUBEX_CONSTRUCT"],"room_type":"monster"},"decision_id":"1790020585:act0:pt7:potion_reward","fight":{"damage_taken":35,"gold_gained":18,"hp_healed":6,"turns_taken":6},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":2,"hp":14,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790020585:act0:pt8:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":null,"id":"MANGLE","picked":false},{"floor_added":null,"id":"POMMEL_STRIKE","picked":false},{"floor_added":null,"id":"SECOND_WIND","picked":false},{"floor_added":null,"id":"EXPECT_A_FIGHT","picked":false},{"floor_added":null,"id":"STONE_ARMOR","picked":false},{"floor_added":null,"id":"PANIC_BUTTON","picked":false},{"floor_added":null,"id":"SECRET_TECHNIQUE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":2,"hp":14,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790020585:act0:pt8:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":2,"hp":14,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790020585:act0:pt8:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true},{"id":"","picked":false},{"id":"","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":null,"gold":2,"hp":14,"map_point":8,"map_point_type":"shop","max_hp":80,"monsters":[],"room_type":"shop"},"decision_id":"1790020585:act0:pt8:shop_purchase","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"shop_purchase","options":[{"item":"RELIC.MYSTIC_LIGHTER","kind":"bought_relics"},{"item":"POTION.STRENGTH_POTION","kind":"bought_potions"}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"raw":true,"run_id":"1790020585","schema":"sts2.decision/1","source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":49,"hp":14,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790020585:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":47,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"DEFEND_IRONCLAD","context":{"act":0,"encounter":null,"gold":49,"hp":14,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790020585:act0:pt9:upgrade","fight":{"damage_taken":0,"gold_gained":47,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"DEFEND_IRONCLAD"},{"id":"DEFEND_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"SNAPPING_JAXFRUIT_NORMAL","run_map_points":11,"run_win":false},"run_id":"1790020585","schema":"sts2.decision/1","source":{"file":"1790020585.run","kind":"game_run_history"}}
{"chosen":"DISMANTLE","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt0:card_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"card_reward","options":[{"floor_added":1,"id":"DISMANTLE","picked":true},{"floor_added":null,"id":"THUNDERCLAP","picked":false},{"floor_added":null,"id":"TREMBLE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt0:potion_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"LOST_COFFER.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"raw":true,"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":99,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"LOST_COFFER","title":{"key":"LOST_COFFER.title","table":"relics"},"was_chosen":true},{"TextKey":"LEAD_PAPERWEIGHT","title":{"key":"LEAD_PAPERWEIGHT.title","table":"relics"},"was_chosen":false},{"TextKey":"LEAFY_POULTICE","title":{"key":"LEAFY_POULTICE.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"raw":true,"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":"SHRINKER_BEETLE_WEAK","gold":115,"hp":80,"map_point":1,"map_point_type":"monster","max_hp":80,"monsters":["SHRINKER_BEETLE"],"room_type":"monster"},"decision_id":"1790020941:act0:pt1:card_reward","fight":{"damage_taken":0,"gold_gained":16,"hp_healed":0,"turns_taken":2},"kind":"card_reward","options":[{"floor_added":2,"id":"PERFECTED_STRIKE","picked":true},{"floor_added":null,"id":"HAVOC","picked":false},{"floor_added":null,"id":"EVIL_EYE","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.AROMA_OF_CHAOS","gold":115,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt2:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"AROMA_OF_CHAOS.pages.INITIAL.options.LET_GO.title","table":"events"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"raw":true,"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"{'final_card': {'floor_added_to_deck': 3, 'id': 'CARD.HAVOC'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}","context":{"act":0,"encounter":"EVENT.AROMA_OF_CHAOS","gold":115,"hp":80,"map_point":2,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt2:transform","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"transform","options":[{"id":"{'final_card': {'floor_added_to_deck': 3, 'id': 'CARD.HAVOC'}, 'original_card': {'floor_added_to_deck': 1, 'id': 'CARD.STRIKE_IRONCLAD'}}"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.JUNGLE_MAZE_ADVENTURE","gold":168,"hp":80,"map_point":3,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt3:event","fight":{"damage_taken":0,"gold_gained":53,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"JUNGLE_MAZE_ADVENTURE.pages.INITIAL.options.JOIN_FORCES.title","table":"events"},"variables":{"JoinForcesGold":{"bool_value":false,"decimal_value":53.599913,"string_value":null,"type":"BaseDynamic"},"SoloGold":{"bool_value":false,"decimal_value":145.415633,"string_value":null,"type":"BaseDynamic"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"raw":true,"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"FUZZY_WURM_CRAWLER_WEAK","gold":182,"hp":80,"map_point":4,"map_point_type":"monster","max_hp":80,"monsters":["FUZZY_WURM_CRAWLER"],"room_type":"monster"},"decision_id":"1790020941:act0:pt4:card_reward","fight":{"damage_taken":4,"gold_gained":14,"hp_healed":4,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":null,"id":"CINDER","picked":false},{"floor_added":null,"id":"HOWL_FROM_BEYOND","picked":false},{"floor_added":null,"id":"ANGER","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"RAGE","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":196,"hp":78,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790020941:act0:pt5:card_reward","fight":{"damage_taken":8,"gold_gained":14,"hp_healed":6,"turns_taken":3},"kind":"card_reward","options":[{"floor_added":6,"id":"RAGE","picked":true},{"floor_added":null,"id":"FIGHT_ME","picked":false},{"floor_added":null,"id":"THUNDERCLAP","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"NIBBITS_WEAK","gold":196,"hp":78,"map_point":5,"map_point_type":"unknown","max_hp":80,"monsters":["NIBBIT"],"room_type":"monster"},"decision_id":"1790020941:act0:pt5:potion_reward","fight":{"damage_taken":8,"gold_gained":14,"hp_healed":6,"turns_taken":3},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":196,"hp":78,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020941:act0:pt6:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"PERFECTED_STRIKE","context":{"act":0,"encounter":null,"gold":196,"hp":78,"map_point":6,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020941:act0:pt6:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"PERFECTED_STRIKE"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":235,"hp":51,"map_point":7,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1790020941:act0:pt7:card_reward","fight":{"damage_taken":33,"gold_gained":39,"hp_healed":6,"turns_taken":4},"kind":"card_reward","options":[{"floor_added":null,"id":"INFERNAL_BLADE","picked":false},{"floor_added":null,"id":"SPITE","picked":false},{"floor_added":null,"id":"TRUE_GRIT","picked":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":true,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":235,"hp":51,"map_point":7,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1790020941:act0:pt7:relic_reward","fight":{"damage_taken":33,"gold_gained":39,"hp_healed":6,"turns_taken":4},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"BYRDONIS_ELITE","gold":235,"hp":51,"map_point":7,"map_point_type":"elite","max_hp":80,"monsters":["BYRDONIS"],"room_type":"elite"},"decision_id":"1790020941:act0:pt7:potion_reward","fight":{"damage_taken":33,"gold_gained":39,"hp_healed":6,"turns_taken":4},"kind":"potion_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":235,"hp":51,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020941:act0:pt8:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":null,"gold":235,"hp":51,"map_point":8,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020941:act0:pt8:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":null,"gold":283,"hp":51,"map_point":9,"map_point_type":"treasure","max_hp":80,"monsters":[],"room_type":"treasure"},"decision_id":"1790020941:act0:pt9:relic_reward","fight":{"damage_taken":0,"gold_gained":48,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.SUNKEN_STATUE","gold":283,"hp":51,"map_point":10,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt10:relic_reward","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.SUNKEN_STATUE","gold":283,"hp":51,"map_point":10,"map_point_type":"unknown","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790020941:act0:pt10:event","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"SUNKEN_STATUE.pages.INITIAL.options.GRAB_SWORD.title","table":"events"},"variables":{"HpLoss":{"bool_value":false,"decimal_value":7,"string_value":null,"type":"BaseDynamic"},"Relic":{"bool_value":false,"decimal_value":0,"string_value":"Sword of Stone","type":"DynamicString"}}}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"raw":true,"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"SMITH","context":{"act":0,"encounter":null,"gold":283,"hp":51,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020941:act0:pt11:rest_site","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"rest_site","options":[{"id":"SMITH"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"STRIKE_IRONCLAD","context":{"act":0,"encounter":null,"gold":283,"hp":51,"map_point":11,"map_point_type":"rest_site","max_hp":80,"monsters":[],"room_type":"rest_site"},"decision_id":"1790020941:act0:pt11:upgrade","fight":{"damage_taken":0,"gold_gained":0,"hp_healed":0,"turns_taken":0},"kind":"upgrade","options":[{"id":"STRIKE_IRONCLAD"}],"outcome":{"run_acts_entered":1,"run_killed_by":"PHROG_PARASITE_ELITE","run_map_points":13,"run_win":false},"run_id":"1790020941","schema":"sts2.decision/1","source":{"file":"1790020941.run","kind":"game_run_history"}}
{"chosen":"","context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790021331:act0:pt0:relic_reward","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"relic_reward","options":[{"id":"","picked":true}],"outcome":{"run_acts_entered":1,"run_killed_by":"SLIMES_WEAK","run_map_points":2,"run_win":false},"run_id":"1790021331","schema":"sts2.decision/1","skipped":false,"source":{"file":"1790021331.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790021331:act0:pt0:event","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"event","note":"event option shape varies; stored unparsed","options":[{"title":{"key":"GOLDEN_PEARL.title","table":"relics"}}],"outcome":{"run_acts_entered":1,"run_killed_by":"SLIMES_WEAK","run_map_points":2,"run_win":false},"raw":true,"run_id":"1790021331","schema":"sts2.decision/1","source":{"file":"1790021331.run","kind":"game_run_history"}}
{"chosen":null,"context":{"act":0,"encounter":"EVENT.NEOW","gold":249,"hp":80,"map_point":0,"map_point_type":"ancient","max_hp":80,"monsters":[],"room_type":"event"},"decision_id":"1790021331:act0:pt0:ancient","fight":{"damage_taken":0,"gold_gained":150,"hp_healed":80,"turns_taken":0},"kind":"ancient","options":[{"TextKey":"SCROLL_BOXES","title":{"key":"SCROLL_BOXES.title","table":"relics"},"was_chosen":false},{"TextKey":"GOLDEN_PEARL","title":{"key":"GOLDEN_PEARL.title","table":"relics"},"was_chosen":true},{"TextKey":"SILKEN_TRESS","title":{"key":"SILKEN_TRESS.title","table":"relics"},"was_chosen":false}],"outcome":{"run_acts_entered":1,"run_killed_by":"SLIMES_WEAK","run_map_points":2,"run_win":false},"raw":true,"run_id":"1790021331","schema":"sts2.decision/1","source":{"file":"1790021331.run","kind":"game_run_history"}}