From 9d4b799db4868bcab291b83599ff088763cd4ed6 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 24 Jun 2026 20:58:25 -0400 Subject: feat: new type of non-violent 'combat': work --- data/courses/reactor.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'data/courses/reactor.yaml') diff --git a/data/courses/reactor.yaml b/data/courses/reactor.yaml index fcf2824..22d1a2b 100644 --- a/data/courses/reactor.yaml +++ b/data/courses/reactor.yaml @@ -1,10 +1,10 @@ id: "reactor" name: "Reactor Course" required_level: 50 -start_room: 200 +start_room: 99999200 completion_xp: 350 obstacles: - - room_id: 220 + - room_id: 99999220 verb: climb ticks_per_phase: 3 xp: 40 @@ -13,7 +13,7 @@ obstacles: - "You grip the reactor scaffolding and begin your ascent..." - "The metal groans under your weight as you climb higher, heat radiating from below..." - "You pull yourself onto the upper platform, the reactor humming beneath you!" - - room_id: 221 + - room_id: 99999221 verb: swing ticks_per_phase: 3 xp: 45 @@ -22,7 +22,7 @@ obstacles: - "You seize the heavy coolant chain dangling above the reactor pit..." - "You swing out over the glowing core, heat blasting your face..." - "You release and land hard on the maintenance gantry, chain clanging behind you!" - - room_id: 222 + - room_id: 99999222 verb: balance ticks_per_phase: 3 xp: 50 @@ -31,7 +31,7 @@ obstacles: - "You step onto the massive steam pipe spanning the reactor chamber..." - "Steam jets hiss from valves on either side as you shuffle along the pipe..." - "You reach the junction platform and hop off the pipe with relief!" - - room_id: 223 + - room_id: 99999223 verb: jump ticks_per_phase: 2 xp: 45 @@ -40,7 +40,7 @@ obstacles: - "A section of the reactor platform is missing, leaving a gaping void..." - "You back up, sprint, and leap with everything you've got..." - "You slam into the far platform and roll to safety!" - - room_id: 224 + - room_id: 99999224 verb: crawl ticks_per_phase: 3 xp: 40 @@ -49,7 +49,7 @@ obstacles: - "You squeeze into the narrow service conduit, radiation warnings plastered on every surface..." - "You drag yourself through on your elbows, sparks showering from damaged wiring above..." - "You tumble out the far end and gulp down clean air!" - - room_id: 225 + - room_id: 99999225 verb: vault ticks_per_phase: 2 xp: 50 @@ -58,7 +58,7 @@ obstacles: - "A radiation containment barrier blocks the path, humming with energy..." - "You time the pulse cycle, sprint at the barrier, and throw yourself over it..." - "You clear the barrier and land on the other side, heart pounding!" - - room_id: 226 + - room_id: 99999226 verb: leap ticks_per_phase: 3 xp: 55 -- cgit v1.2.3