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/rooms/example/agility/99999200.yaml | 8 ++++++++ data/rooms/example/agility/99999201.yaml | 9 +++++++++ data/rooms/example/agility/99999202.yaml | 9 +++++++++ data/rooms/example/agility/99999203.yaml | 9 +++++++++ data/rooms/example/agility/99999204.yaml | 9 +++++++++ data/rooms/example/agility/99999205.yaml | 9 +++++++++ data/rooms/example/agility/99999210.yaml | 9 +++++++++ data/rooms/example/agility/99999211.yaml | 9 +++++++++ data/rooms/example/agility/99999212.yaml | 9 +++++++++ data/rooms/example/agility/99999213.yaml | 9 +++++++++ data/rooms/example/agility/99999214.yaml | 9 +++++++++ data/rooms/example/agility/99999215.yaml | 9 +++++++++ data/rooms/example/agility/99999220.yaml | 9 +++++++++ data/rooms/example/agility/99999221.yaml | 9 +++++++++ data/rooms/example/agility/99999222.yaml | 9 +++++++++ data/rooms/example/agility/99999223.yaml | 9 +++++++++ data/rooms/example/agility/99999224.yaml | 9 +++++++++ data/rooms/example/agility/99999225.yaml | 9 +++++++++ data/rooms/example/agility/99999226.yaml | 9 +++++++++ 19 files changed, 170 insertions(+) create mode 100644 data/rooms/example/agility/99999200.yaml create mode 100644 data/rooms/example/agility/99999201.yaml create mode 100644 data/rooms/example/agility/99999202.yaml create mode 100644 data/rooms/example/agility/99999203.yaml create mode 100644 data/rooms/example/agility/99999204.yaml create mode 100644 data/rooms/example/agility/99999205.yaml create mode 100644 data/rooms/example/agility/99999210.yaml create mode 100644 data/rooms/example/agility/99999211.yaml create mode 100644 data/rooms/example/agility/99999212.yaml create mode 100644 data/rooms/example/agility/99999213.yaml create mode 100644 data/rooms/example/agility/99999214.yaml create mode 100644 data/rooms/example/agility/99999215.yaml create mode 100644 data/rooms/example/agility/99999220.yaml create mode 100644 data/rooms/example/agility/99999221.yaml create mode 100644 data/rooms/example/agility/99999222.yaml create mode 100644 data/rooms/example/agility/99999223.yaml create mode 100644 data/rooms/example/agility/99999224.yaml create mode 100644 data/rooms/example/agility/99999225.yaml create mode 100644 data/rooms/example/agility/99999226.yaml (limited to 'data/rooms/example/agility') diff --git a/data/rooms/example/agility/99999200.yaml b/data/rooms/example/agility/99999200.yaml new file mode 100644 index 0000000..c44cb6a --- /dev/null +++ b/data/rooms/example/agility/99999200.yaml @@ -0,0 +1,8 @@ +id: 99999200 +name: "Agility Training Grounds" +description: "A cavernous space beneath the asteroid's surface, repurposed as a training facility. Scaffolding, pipes, and platforms fill the chamber. Signs point to three courses of increasing difficulty: {33}Ventilation Shaft{/} (beginner), {214}Rooftop{/} (intermediate), and {196}Reactor{/} (advanced)." +exits: + south: 9999917 + north: 99999201 + east: 99999210 + west: 99999220 diff --git a/data/rooms/example/agility/99999201.yaml b/data/rooms/example/agility/99999201.yaml new file mode 100644 index 0000000..f551fe1 --- /dev/null +++ b/data/rooms/example/agility/99999201.yaml @@ -0,0 +1,9 @@ +id: 99999201 +name: "Ventilation Shaft - Corroded Wall" +description: "A towering wall of corroded ventilation panels rises before you. Rust-eaten handholds and buckled seams offer a treacherous path upward. The air smells of old metal and recycled atmosphere." +on_enter: + - message: "Type 'scramble' to climb the wall." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999202.yaml b/data/rooms/example/agility/99999202.yaml new file mode 100644 index 0000000..1d33043 --- /dev/null +++ b/data/rooms/example/agility/99999202.yaml @@ -0,0 +1,9 @@ +id: 99999202 +name: "Ventilation Shaft - Coolant Pipe Walkway" +description: "A narrow coolant pipe stretches across a dark chasm. Condensation drips from its surface, making it slick. Far below, you can hear the distant hum of machinery." +on_enter: + - message: "Type 'balance' to cross the pipe." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999203.yaml b/data/rooms/example/agility/99999203.yaml new file mode 100644 index 0000000..529bad6 --- /dev/null +++ b/data/rooms/example/agility/99999203.yaml @@ -0,0 +1,9 @@ +id: 99999203 +name: "Ventilation Shaft - Shaft Gap" +description: "The ventilation shaft floor is missing here -- a jagged gap drops into darkness. The far side is just barely within jumping distance. Exposed wiring sparks intermittently below." +on_enter: + - message: "Type 'jump' to leap across the gap." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999204.yaml b/data/rooms/example/agility/99999204.yaml new file mode 100644 index 0000000..7ddf6a1 --- /dev/null +++ b/data/rooms/example/agility/99999204.yaml @@ -0,0 +1,9 @@ +id: 99999204 +name: "Ventilation Shaft - Narrow Vent" +description: "The passage narrows dramatically here, becoming a tight rectangular vent barely wide enough to fit through. Scratches on the metal walls suggest others have squeezed through before you." +on_enter: + - message: "Type 'crawl' to squeeze through the vent." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999205.yaml b/data/rooms/example/agility/99999205.yaml new file mode 100644 index 0000000..3810925 --- /dev/null +++ b/data/rooms/example/agility/99999205.yaml @@ -0,0 +1,9 @@ +id: 99999205 +name: "Ventilation Shaft - Emergency Chute" +description: "A smooth metal chute angles steeply downward, polished by countless slides. An old emergency evacuation sign hangs crookedly on the wall. This is the final obstacle -- the chute leads back to the training grounds." +on_enter: + - message: "Type 'slide' to descend the chute." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999210.yaml b/data/rooms/example/agility/99999210.yaml new file mode 100644 index 0000000..0ecfb1a --- /dev/null +++ b/data/rooms/example/agility/99999210.yaml @@ -0,0 +1,9 @@ +id: 99999210 +name: "Rooftop Course - Hab Block Wall" +description: "The exterior wall of Hab Block 7 rises three stories above the street. Rough permacrete and maintenance handholds provide a challenging climb. The city spreads out below, neon signs flickering in the perpetual twilight." +on_enter: + - message: "Type 'climb' to scale the wall." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999211.yaml b/data/rooms/example/agility/99999211.yaml new file mode 100644 index 0000000..99497e5 --- /dev/null +++ b/data/rooms/example/agility/99999211.yaml @@ -0,0 +1,9 @@ +id: 99999211 +name: "Rooftop Course - Building Gap" +description: "You stand on the edge of Hab Block 7's roof. Across a three-meter gap, the roof of Hab Block 8 awaits. The street below is a dizzying drop. A few old bootprints mark the takeoff point." +on_enter: + - message: "Type 'jump' to leap to the next building." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999212.yaml b/data/rooms/example/agility/99999212.yaml new file mode 100644 index 0000000..c4bc14d --- /dev/null +++ b/data/rooms/example/agility/99999212.yaml @@ -0,0 +1,9 @@ +id: 99999212 +name: "Rooftop Course - Cable Array" +description: "A tangle of power cables and data lines stretches between two antenna towers. One thick cable hangs low enough to grab. The gap below drops to a dark alleyway between hab blocks." +on_enter: + - message: "Type 'swing' to cross on the cable." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999213.yaml b/data/rooms/example/agility/99999213.yaml new file mode 100644 index 0000000..79da0d2 --- /dev/null +++ b/data/rooms/example/agility/99999213.yaml @@ -0,0 +1,9 @@ +id: 99999213 +name: "Rooftop Course - Narrow Beam" +description: "A structural I-beam extends across the gap between two buildings, no wider than your foot. It sways slightly in the recycled air currents. Someone has scratched tally marks into the near end." +on_enter: + - message: "Type 'balance' to cross the beam." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999214.yaml b/data/rooms/example/agility/99999214.yaml new file mode 100644 index 0000000..8a040cd --- /dev/null +++ b/data/rooms/example/agility/99999214.yaml @@ -0,0 +1,9 @@ +id: 99999214 +name: "Rooftop Course - Maintenance Railing" +description: "A high maintenance railing blocks the path forward, topped with sensor equipment and warning labels. It's too high to step over but the right technique could clear it. Beyond the railing, the course continues." +on_enter: + - message: "Type 'vault' to clear the railing." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999215.yaml b/data/rooms/example/agility/99999215.yaml new file mode 100644 index 0000000..4a740f7 --- /dev/null +++ b/data/rooms/example/agility/99999215.yaml @@ -0,0 +1,9 @@ +id: 99999215 +name: "Rooftop Course - Rooftop Edge" +description: "The final jump. The gap here is wider than any before -- a full four meters of empty air between you and the landing platform. Far below, the streets of the asteroid colony pulse with dim light. This is the last obstacle." +on_enter: + - message: "Type 'leap' to make the final jump." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999220.yaml b/data/rooms/example/agility/99999220.yaml new file mode 100644 index 0000000..f063231 --- /dev/null +++ b/data/rooms/example/agility/99999220.yaml @@ -0,0 +1,9 @@ +id: 99999220 +name: "Reactor Course - Scaffolding" +description: "Massive metal scaffolding surrounds the outer reactor housing. The structure vibrates with the reactor's pulse. Heat radiates from every surface, and warning klaxons sound periodically in the distance." +on_enter: + - message: "Type 'climb' to ascend the scaffolding." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999221.yaml b/data/rooms/example/agility/99999221.yaml new file mode 100644 index 0000000..bebfcf1 --- /dev/null +++ b/data/rooms/example/agility/99999221.yaml @@ -0,0 +1,9 @@ +id: 99999221 +name: "Reactor Course - Coolant Chain" +description: "A heavy chain hangs from an overhead crane, suspended above the reactor cooling pit. The pit glows with an eerie blue-green light. The chain is your only way across -- the gantry ahead is the landing zone." +on_enter: + - message: "Type 'swing' to cross on the chain." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999222.yaml b/data/rooms/example/agility/99999222.yaml new file mode 100644 index 0000000..17d6395 --- /dev/null +++ b/data/rooms/example/agility/99999222.yaml @@ -0,0 +1,9 @@ +id: 99999222 +name: "Reactor Course - Steam Pipe" +description: "An enormous steam pipe, two meters in diameter, stretches across the reactor chamber. Steam vents periodically blast from pressure valves along its length. The pipe's surface is warm but not scalding -- yet." +on_enter: + - message: "Type 'balance' to traverse the pipe." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999223.yaml b/data/rooms/example/agility/99999223.yaml new file mode 100644 index 0000000..b945e7e --- /dev/null +++ b/data/rooms/example/agility/99999223.yaml @@ -0,0 +1,9 @@ +id: 99999223 +name: "Reactor Course - Platform Gap" +description: "A section of the reactor maintenance platform has collapsed into the void below. Emergency barriers block the edges, but someone has moved them aside here. The gap is intimidating but clearable." +on_enter: + - message: "Type 'jump' to clear the gap." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999224.yaml b/data/rooms/example/agility/99999224.yaml new file mode 100644 index 0000000..0c9f2e0 --- /dev/null +++ b/data/rooms/example/agility/99999224.yaml @@ -0,0 +1,9 @@ +id: 99999224 +name: "Reactor Course - Service Conduit" +description: "A narrow service conduit leads through the reactor shielding. Radiation warning symbols are painted on every surface. Damaged wiring hangs from the ceiling, sparking occasionally. It's the only way forward." +on_enter: + - message: "Type 'crawl' to enter the conduit." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999225.yaml b/data/rooms/example/agility/99999225.yaml new file mode 100644 index 0000000..feb32e9 --- /dev/null +++ b/data/rooms/example/agility/99999225.yaml @@ -0,0 +1,9 @@ +id: 99999225 +name: "Reactor Course - Radiation Barrier" +description: "A containment barrier hums with energy, its surface shimmering with a faint purple glow. It pulses on and off in a regular cycle. Beyond it, the final stretch of the course is visible." +on_enter: + - message: "Type 'vault' to clear the barrier." +exits: + down: + room: 99999200 + blocked_message: "" diff --git a/data/rooms/example/agility/99999226.yaml b/data/rooms/example/agility/99999226.yaml new file mode 100644 index 0000000..cd1c979 --- /dev/null +++ b/data/rooms/example/agility/99999226.yaml @@ -0,0 +1,9 @@ +id: 99999226 +name: "Reactor Course - Reactor Chasm" +description: "The final obstacle. A massive chasm separates you from the exit platform, the reactor's coolant pool churning far below in shades of luminous green. A narrow runway of grating leads to the edge. This is the longest leap on the course." +on_enter: + - message: "Type 'leap' to make the final jump." +exits: + down: + room: 99999200 + blocked_message: "" -- cgit v1.2.3