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/vent_shaft.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data/courses/vent_shaft.yaml') diff --git a/data/courses/vent_shaft.yaml b/data/courses/vent_shaft.yaml index a59a16c..643b39f 100644 --- a/data/courses/vent_shaft.yaml +++ b/data/courses/vent_shaft.yaml @@ -1,10 +1,10 @@ id: "vent_shaft" name: "Ventilation Shaft Course" required_level: 1 -start_room: 200 +start_room: 99999200 completion_xp: 40 obstacles: - - room_id: 201 + - room_id: 99999201 verb: scramble ticks_per_phase: 2 xp: 8 @@ -13,7 +13,7 @@ obstacles: - "You approach the corroded ventilation wall..." - "You find footholds in the rusted panels and begin to climb..." - "You scramble up the wall and haul yourself onto the ledge!" - - room_id: 202 + - room_id: 99999202 verb: balance ticks_per_phase: 2 xp: 8 @@ -22,7 +22,7 @@ obstacles: - "You step onto the narrow coolant pipe..." - "Arms outstretched, you carefully place one foot in front of the other..." - "You reach the other side of the pipe and step onto solid ground!" - - room_id: 203 + - room_id: 99999203 verb: jump ticks_per_phase: 2 xp: 7 @@ -31,7 +31,7 @@ obstacles: - "You peer across the dark gap in the shaft floor..." - "You take a few steps back, then sprint toward the edge..." - "You leap across the gap and land safely on the other side!" - - room_id: 204 + - room_id: 99999204 verb: crawl ticks_per_phase: 3 xp: 7 @@ -40,7 +40,7 @@ obstacles: - "You drop to your hands and knees at the narrow vent opening..." - "You squeeze through the tight passage, metal scraping against your back..." - "You emerge from the vent and stand up, brushing dust from your clothes!" - - room_id: 205 + - room_id: 99999205 verb: slide ticks_per_phase: 2 xp: 10 -- cgit v1.2.3