diff options
| author | historia <[not public]> | 2026-07-07 21:22:39 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-07 21:22:39 -0400 |
| commit | 74803657d587b1f93b739c1ee25bb8d62df95413 (patch) | |
| tree | 0166974468c452bb13454d37d4b83d2e681446c0 /data/courses/vent_shaft.yaml | |
| parent | bae42946d24bd533cdbc1b271ce14acd752689d0 (diff) | |
| download | thehouseoficarus-74803657d587b1f93b739c1ee25bb8d62df95413.tar.gz | |
fix: agility course creation fixed and improved in admin web gui
Diffstat (limited to 'data/courses/vent_shaft.yaml')
| -rw-r--r-- | data/courses/vent_shaft.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/courses/vent_shaft.yaml b/data/courses/vent_shaft.yaml index 766a961..69ca2d2 100644 --- a/data/courses/vent_shaft.yaml +++ b/data/courses/vent_shaft.yaml @@ -8,6 +8,7 @@ obstacles: ticks_per_phase: 2 xp: 8 fail_damage: [1, 2] + exit_dir: north messages: - "You approach the corroded ventilation wall..." - "You find footholds in the rusted panels and begin to climb..." @@ -17,6 +18,7 @@ obstacles: ticks_per_phase: 2 xp: 8 fail_damage: [1, 2] + exit_dir: north messages: - "You step onto the narrow coolant pipe..." - "Arms outstretched, you carefully place one foot in front of the other..." @@ -26,6 +28,7 @@ obstacles: ticks_per_phase: 2 xp: 7 fail_damage: [1, 2] + exit_dir: north messages: - "You peer across the dark gap in the shaft floor..." - "You take a few steps back, then sprint toward the edge..." @@ -35,6 +38,7 @@ obstacles: ticks_per_phase: 3 xp: 7 fail_damage: [1, 1] + exit_dir: north messages: - "You drop to your hands and knees at the narrow vent opening..." - "You squeeze through the tight passage, metal scraping against your back..." @@ -44,6 +48,7 @@ obstacles: ticks_per_phase: 2 xp: 10 fail_damage: [1, 2] + exit_dir: north messages: - "You sit at the top of the emergency chute..." - "You push off and accelerate down the smooth metal surface..." |
