diff options
| author | historia <[not public]> | 2026-06-24 20:58:25 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-24 20:58:25 -0400 |
| commit | 9d4b799db4868bcab291b83599ff088763cd4ed6 (patch) | |
| tree | 252f0fcc779acf35243983d643d6399ee2e0cd0b /data/rooms/example | |
| parent | d25638d98fe63efdeab570ef77e6a6a97f2d7a60 (diff) | |
| download | thehouseoficarus-9d4b799db4868bcab291b83599ff088763cd4ed6.tar.gz | |
feat: new type of non-violent 'combat': work
Diffstat (limited to 'data/rooms/example')
80 files changed, 898 insertions, 0 deletions
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: "" diff --git a/data/rooms/example/player_housing/99999300.yaml b/data/rooms/example/player_housing/99999300.yaml new file mode 100644 index 0000000..124b278 --- /dev/null +++ b/data/rooms/example/player_housing/99999300.yaml @@ -0,0 +1,8 @@ +id: 99999300 +name: "Player House: Entrance Hall" +description: "A cozy entrance hall with polished floors and warm lighting. A welcome mat greets visitors at the door." +exits: + south: 99999170 + north: 99999301 +objects: + - id: charging_station diff --git a/data/rooms/example/player_housing/99999301.yaml b/data/rooms/example/player_housing/99999301.yaml new file mode 100644 index 0000000..ebaba3d --- /dev/null +++ b/data/rooms/example/player_housing/99999301.yaml @@ -0,0 +1,8 @@ +id: 99999301 +name: "Player House: Workshop" +description: "A well-lit workshop with a sturdy workbench covered in tools and blueprints. Wood shavings litter the floor around the bench." +exits: + south: 99999300 +objects: + - id: workbench + - id: bank_booth diff --git a/data/rooms/example/town/999991.yaml b/data/rooms/example/town/999991.yaml new file mode 100644 index 0000000..0231940 --- /dev/null +++ b/data/rooms/example/town/999991.yaml @@ -0,0 +1,80 @@ +id: 999991 +name: "Town Square" +description: "The central square of Lumbridge. A fountain gurgles peacefully in the center. Paths lead west toward the gathering grounds and east toward the production district." +exits: + east: 999992 + west: 9999922 + up: 9999930 + down: 9999931 +objects: + - id: lumby_fountain + - id: charging_station + - id: bank_booth + - id: aps_tower +mobs: + - "newbie_trainer" + - "general_store_clerk" +item_spawns: + - id: cape_of_agility + quantity: 1 + respawn_ticks: 60 + - id: graceful_hat + quantity: 1 + respawn_ticks: 60 + - id: graceful_torso + quantity: 1 + respawn_ticks: 60 + - id: graceful_legs + quantity: 1 + respawn_ticks: 60 + - id: graceful_gloves + quantity: 1 + respawn_ticks: 60 + - id: graceful_boots + quantity: 1 + respawn_ticks: 60 + - id: graceful_cape + quantity: 1 + respawn_ticks: 60 + - id: basic_deck + quantity: 1 + respawn_ticks: 60 + - id: solar_identifier + quantity: 1 + respawn_ticks: 60 + - id: hydro_identifier + quantity: 1 + respawn_ticks: 60 + - id: cosmic_identifier + quantity: 1 + respawn_ticks: 60 + - id: eco_identifier + quantity: 1 + respawn_ticks: 60 + - id: chaos_identifier + quantity: 1 + respawn_ticks: 60 + - id: bio_identifier + quantity: 1 + respawn_ticks: 60 + - id: nature_identifier + quantity: 1 + respawn_ticks: 60 + - id: law_identifier + quantity: 1 + respawn_ticks: 60 + - id: death_identifier + quantity: 1 + respawn_ticks: 60 + - id: blood_identifier + quantity: 1 + respawn_ticks: 60 + - id: grimy_guam + quantity: 5 + respawn_ticks: 60 + - id: vial_of_water + quantity: 5 + respawn_ticks: 60 + - id: eye_of_newt + quantity: 5 + respawn_ticks: 60 diff --git a/data/rooms/example/town/9999910.yaml b/data/rooms/example/town/9999910.yaml new file mode 100644 index 0000000..7dcbc2e --- /dev/null +++ b/data/rooms/example/town/9999910.yaml @@ -0,0 +1,10 @@ +id: 9999910 +name: "Farming Plot" +description: "A small patch of tilled soil behind a weathered fence. This area is not yet accessible." +exits: + west: 999999 + east: 9999911 +mobs: + - id: skeleton + - id: skeleton + - id: mutant_rat diff --git a/data/rooms/example/town/9999911.yaml b/data/rooms/example/town/9999911.yaml new file mode 100644 index 0000000..72b5337 --- /dev/null +++ b/data/rooms/example/town/9999911.yaml @@ -0,0 +1,17 @@ +id: 9999911 +name: "Kitchen" +description: "A warm kitchen with a stone hearth and wooden counters. A large iron cooking range dominates one wall, and shelves are stocked with ingredients." +exits: + east: 9999912 + west: 9999910 +objects: + - id: cooking_range +mobs: + - id: zombie +item_spawns: + - id: bucket_of_water + quantity: 1 + respawn_ticks: 200 + - id: pot_of_flour + quantity: 1 + respawn_ticks: 200 diff --git a/data/rooms/example/town/9999912.yaml b/data/rooms/example/town/9999912.yaml new file mode 100644 index 0000000..eee3aeb --- /dev/null +++ b/data/rooms/example/town/9999912.yaml @@ -0,0 +1,28 @@ +id: 9999912 +name: "Forge" +description: "A blazing forge and anvil dominate this smoky workshop. The heat from the furnace is intense." +exits: + east: 9999913 + west: 9999911 +mobs: + - "weapons_smith" +objects: + - id: furnace + - id: anvil + - id: bank_booth +item_spawns: + - id: copper_ore + quantity: 3 + respawn_ticks: 30 + - id: tin_ore + quantity: 3 + respawn_ticks: 30 + - id: iron_ore + quantity: 3 + respawn_ticks: 30 + - id: coal + quantity: 5 + respawn_ticks: 30 + - id: hammer + quantity: 1 + respawn_ticks: 30 diff --git a/data/rooms/example/town/9999913.yaml b/data/rooms/example/town/9999913.yaml new file mode 100644 index 0000000..369fb66 --- /dev/null +++ b/data/rooms/example/town/9999913.yaml @@ -0,0 +1,46 @@ +id: 9999913 +name: "Crafting Workshop" +description: "A bustling workshop filled with crafting stations. A {130}spinning wheel{/} sits in one corner, a {173}pottery wheel{/} and {196}pottery oven{/} in another. Racks of tools and raw materials line the walls. The forge is just to the west." +exits: + east: 9999914 + west: 9999912 +objects: + - id: spinning_wheel + - id: pottery_wheel + - id: pottery_oven + - id: sheep + - id: clay_rock + - id: clay_rock +mobs: + - id: tanner + - id: cow + - id: cow + - id: cow +item_spawns: + - id: flax + quantity: 5 + respawn_ticks: 60 + - id: thread + quantity: 10 + respawn_ticks: 60 + - id: shears + quantity: 1 + respawn_ticks: 60 + - id: needle + quantity: 1 + respawn_ticks: 60 + - id: chisel + quantity: 1 + respawn_ticks: 60 + - id: ring_mould + quantity: 1 + respawn_ticks: 60 + - id: necklace_mould + quantity: 1 + respawn_ticks: 60 + - id: amulet_mould + quantity: 1 + respawn_ticks: 60 + - id: bracelet_mould + quantity: 1 + respawn_ticks: 60 diff --git a/data/rooms/example/town/9999914.yaml b/data/rooms/example/town/9999914.yaml new file mode 100644 index 0000000..c003cf7 --- /dev/null +++ b/data/rooms/example/town/9999914.yaml @@ -0,0 +1,18 @@ +id: 9999914 +name: "Fletching Bench" +description: "A workbench covered in wood shavings, feathers, and arrowheads. Racks of unfinished bows line the walls, and a pile of bowstrings sits in the corner." +exits: + east: 9999915 + west: 9999913 +mobs: + - id: moss_giant +item_spawns: + - id: bowstring + quantity: 5 + respawn_ticks: 50 + - id: knife + quantity: 1 + respawn_ticks: 50 + - id: chisel + quantity: 1 + respawn_ticks: 50 diff --git a/data/rooms/example/town/9999915.yaml b/data/rooms/example/town/9999915.yaml new file mode 100644 index 0000000..f632f3e --- /dev/null +++ b/data/rooms/example/town/9999915.yaml @@ -0,0 +1,10 @@ +id: 9999915 +name: "Pharmacy Lab" +description: "Shelves lined with glass vials, dried herbs, and bubbling cauldrons. This area is not yet accessible." +exits: + east: 9999916 + west: 9999914 + south: 99999150 +mobs: + - id: lesser_drone + - id: lesser_drone diff --git a/data/rooms/example/town/9999916.yaml b/data/rooms/example/town/9999916.yaml new file mode 100644 index 0000000..0a8fb95 --- /dev/null +++ b/data/rooms/example/town/9999916.yaml @@ -0,0 +1,12 @@ +id: 9999916 +name: "Construction Site" +description: "A half-built structure surrounded by planks, nails, and blueprints. A workbench stands ready for crafting. Signs point north toward the Local Neighborhood and east toward the lumberyard." +exits: + east: 99999171 + west: 9999915 + north: 99999170 +objects: + - id: workbench +mobs: + - id: greater_drone + - id: estate_broker diff --git a/data/rooms/example/town/9999917.yaml b/data/rooms/example/town/9999917.yaml new file mode 100644 index 0000000..82ff07d --- /dev/null +++ b/data/rooms/example/town/9999917.yaml @@ -0,0 +1,10 @@ +id: 9999917 +name: "Bonfire" +description: "A ring of stones surrounds a bed of ash. A few unlit logs wait nearby. A narrow passage leads north toward what sounds like echoing footsteps and clanging metal." +exits: + east: 9999918 + west: 9999916 + north: 99999200 +mobs: + - id: scrap_bot + - id: scrap_bot diff --git a/data/rooms/example/town/9999918.yaml b/data/rooms/example/town/9999918.yaml new file mode 100644 index 0000000..baa21f4 --- /dev/null +++ b/data/rooms/example/town/9999918.yaml @@ -0,0 +1,6 @@ +id: 9999918 +name: "Thieves' Den" +description: "A shadowy hideout with lockpicks, dark cloaks, and wanted posters on the walls. This area is not yet accessible." +exits: + east: 9999919 + west: 9999917 diff --git a/data/rooms/example/town/9999919.yaml b/data/rooms/example/town/9999919.yaml new file mode 100644 index 0000000..2fd5c5d --- /dev/null +++ b/data/rooms/example/town/9999919.yaml @@ -0,0 +1,6 @@ +id: 9999919 +name: "Agility Course" +description: "A training ground with balance beams, monkey bars, and climbing nets. This area is not yet accessible." +exits: + east: 9999920 + west: 9999918 diff --git a/data/rooms/example/town/999992.yaml b/data/rooms/example/town/999992.yaml new file mode 100644 index 0000000..90bacac --- /dev/null +++ b/data/rooms/example/town/999992.yaml @@ -0,0 +1,16 @@ +id: 999992 +name: "Fishing Spot" +description: "A quiet spot along the riverbank. The water is clear and fish can be seen swimming beneath the surface. You can cast a line here with a fishing rod and bait." +exits: + east: 999994 + north: 999993 + west: 999991 +objects: + - id: bait_fishing_spot +item_spawns: + - id: fishing_rod + quantity: 1 + respawn_ticks: 30 + - id: fishing_bait + quantity: 20 + respawn_ticks: 60 diff --git a/data/rooms/example/town/9999920.yaml b/data/rooms/example/town/9999920.yaml new file mode 100644 index 0000000..88a2e3c --- /dev/null +++ b/data/rooms/example/town/9999920.yaml @@ -0,0 +1,6 @@ +id: 9999920 +name: "Assassin's Bureau" +description: "A discreet office with job postings pinned to a corkboard. This area is not yet accessible." +exits: + east: 9999921 + west: 9999919 diff --git a/data/rooms/example/town/9999921.yaml b/data/rooms/example/town/9999921.yaml new file mode 100644 index 0000000..8c399fe --- /dev/null +++ b/data/rooms/example/town/9999921.yaml @@ -0,0 +1,12 @@ +id: 9999921 +name: "Combat Arena" +description: "A sandy training ground with practice dummies and sparring rings. Several men wander here looking for a fight." +exits: + west: 9999920 +mobs: + - id: man + wander_interval: 10 + - id: man + wander_interval: 12 + - id: man + wander_interval: 15 diff --git a/data/rooms/example/town/9999922.yaml b/data/rooms/example/town/9999922.yaml new file mode 100644 index 0000000..fb2fe9f --- /dev/null +++ b/data/rooms/example/town/9999922.yaml @@ -0,0 +1,6 @@ +id: 9999922 +name: "West of Town Square" +description: "" +exits: + east: 999991 + west: 9999923 diff --git a/data/rooms/example/town/9999923.yaml b/data/rooms/example/town/9999923.yaml new file mode 100644 index 0000000..6160f00 --- /dev/null +++ b/data/rooms/example/town/9999923.yaml @@ -0,0 +1,6 @@ +id: 9999923 +name: "West of West of Town Square" +description: "Here is a description of where we are!" +exits: + east: 9999922 + south: 9999924 diff --git a/data/rooms/example/town/9999924.yaml b/data/rooms/example/town/9999924.yaml new file mode 100644 index 0000000..4c4592f --- /dev/null +++ b/data/rooms/example/town/9999924.yaml @@ -0,0 +1,6 @@ +id: 9999924 +name: "South of West of West of Town Square" +description: "Here is a description of where we are!" +exits: + north: 9999923 + east: 9999925 diff --git a/data/rooms/example/town/9999925.yaml b/data/rooms/example/town/9999925.yaml new file mode 100644 index 0000000..b9ad750 --- /dev/null +++ b/data/rooms/example/town/9999925.yaml @@ -0,0 +1,6 @@ +id: 9999925 +name: "East of South of West of West of Town Square" +description: "Here is a description of where we are!" +exits: + west: 9999924 + east: 9999926 diff --git a/data/rooms/example/town/9999926.yaml b/data/rooms/example/town/9999926.yaml new file mode 100644 index 0000000..f776337 --- /dev/null +++ b/data/rooms/example/town/9999926.yaml @@ -0,0 +1,6 @@ +id: 9999926 +name: "East of South of West of West of Town Square" +description: "Here is a description of where we are!" +exits: + west: 9999925 + south: 9999927 diff --git a/data/rooms/example/town/9999927.yaml b/data/rooms/example/town/9999927.yaml new file mode 100644 index 0000000..1c108e6 --- /dev/null +++ b/data/rooms/example/town/9999927.yaml @@ -0,0 +1,6 @@ +id: 9999927 +name: "East of South of West of West of Town Square" +description: "Here is a description of where we are!" +exits: + west: 9999928 + north: 9999926 diff --git a/data/rooms/example/town/9999928.yaml b/data/rooms/example/town/9999928.yaml new file mode 100644 index 0000000..79917f1 --- /dev/null +++ b/data/rooms/example/town/9999928.yaml @@ -0,0 +1,5 @@ +id: 9999928 +name: "East of South of West of West of Town Square" +description: "Here is a description of where we are!" +exits: + east: 9999927 diff --git a/data/rooms/example/town/999993.yaml b/data/rooms/example/town/999993.yaml new file mode 100644 index 0000000..078da89 --- /dev/null +++ b/data/rooms/example/town/999993.yaml @@ -0,0 +1,14 @@ +id: 999993 +name: "Fly Fishing Pool" +description: "A calm pool where insects hover over the water. Perfect for fly fishing." +exits: + south: 999992 +objects: + - id: fly_fishing_spot +item_spawns: + - id: fly_fishing_rod + quantity: 1 + respawn_ticks: 30 + - id: feather + quantity: 15 + respawn_ticks: 60 diff --git a/data/rooms/example/town/9999930.yaml b/data/rooms/example/town/9999930.yaml new file mode 100644 index 0000000..6e8a4c2 --- /dev/null +++ b/data/rooms/example/town/9999930.yaml @@ -0,0 +1,5 @@ +id: 9999930 +name: "Above Town Square" +description: "The central square of Lumbridge. A fountain gurgles peacefully in the center. Paths lead west toward the gathering grounds and east toward the production district." +exits: + down: 999991 diff --git a/data/rooms/example/town/9999931.yaml b/data/rooms/example/town/9999931.yaml new file mode 100644 index 0000000..9a93023 --- /dev/null +++ b/data/rooms/example/town/9999931.yaml @@ -0,0 +1,6 @@ +id: 9999931 +name: "Below Town Square" +description: "The central square of Lumbridge. A fountain gurgles peacefully in the center. Paths lead west toward the gathering grounds and east toward the production district." +exits: + up: 999991 + down: 9999950 diff --git a/data/rooms/example/town/999994.yaml b/data/rooms/example/town/999994.yaml new file mode 100644 index 0000000..e8c3453 --- /dev/null +++ b/data/rooms/example/town/999994.yaml @@ -0,0 +1,36 @@ +id: 999994 +name: "Woodcutting Glade" +description: "A sunny glade at the edge of the forest. A sturdy tree stands here, perfect for practicing woodcutting. A solid rock formation near the edge of the glade looks like it could provide cover." +exits: + east: 999996 + north: 999995 + west: 999992 +objects: + - id: tree + - id: tree + - id: tree + - id: tree + - id: simple_rock + - id: tutorial_lever +mobs: + - id: rat + - id: rat +item_spawns: + - id: bronze_axe + quantity: 1 + respawn_ticks: 60 + - id: matches + quantity: 100 + respawn_ticks: 120 + - id: firesteel + quantity: 1 + respawn_ticks: 120 + - id: lighter + quantity: 1 + respawn_ticks: 120 + - id: shortbow + quantity: 1 + respawn_ticks: 60 + - id: bronze_arrow + quantity: 100 + respawn_ticks: 60 diff --git a/data/rooms/example/town/999995.yaml b/data/rooms/example/town/999995.yaml new file mode 100644 index 0000000..767fe73 --- /dev/null +++ b/data/rooms/example/town/999995.yaml @@ -0,0 +1,11 @@ +id: 999995 +name: "Oak Grove" +description: "A stand of young oak trees. The wood here is tougher but more valuable." +exits: + south: 999994 +objects: + - id: oak_tree +item_spawns: + - id: iron_axe + quantity: 1 + respawn_ticks: 60 diff --git a/data/rooms/example/town/999996.yaml b/data/rooms/example/town/999996.yaml new file mode 100644 index 0000000..86b1b26 --- /dev/null +++ b/data/rooms/example/town/999996.yaml @@ -0,0 +1,15 @@ +id: 999996 +name: "Mining Pit" +description: "A small mining pit. The rocky walls glint with veins of copper ore." +exits: + east: 999998 + north: 999997 + west: 999994 +objects: + - id: copper_rock + - id: copper_rock + - id: copper_rock +item_spawns: + - id: bronze_pickaxe + quantity: 1 + respawn_ticks: 30 diff --git a/data/rooms/example/town/999997.yaml b/data/rooms/example/town/999997.yaml new file mode 100644 index 0000000..847da5c --- /dev/null +++ b/data/rooms/example/town/999997.yaml @@ -0,0 +1,9 @@ +id: 999997 +name: "Deep Mine" +description: "A deeper mine shaft. Higher quality ores can be found here. This area is not yet accessible." +exits: + south: 999996 +mobs: + - id: goblin + - id: goblin + - id: bandit diff --git a/data/rooms/example/town/999998.yaml b/data/rooms/example/town/999998.yaml new file mode 100644 index 0000000..6700e9a --- /dev/null +++ b/data/rooms/example/town/999998.yaml @@ -0,0 +1,11 @@ +id: 999998 +name: "Hacking Lab" +description: "A dimly lit room filled with old terminals and flickering screens. Cables dangle from the ceiling, some still sparking. The air smells of ozone and burnt circuitry. A {40}basic terminal{/} against the far wall still has power." +exits: + east: 999999 + west: 999996 +objects: + - id: terminal_basic + - id: terminal_advanced + - id: terminal_secure + - id: netrunner diff --git a/data/rooms/example/town/999999.yaml b/data/rooms/example/town/999999.yaml new file mode 100644 index 0000000..71b7f5f --- /dev/null +++ b/data/rooms/example/town/999999.yaml @@ -0,0 +1,13 @@ +id: 999999 +name: "Scavenging Post" +description: "A cluttered yard full of {243}scrap{/} and discarded technology. Piles of salvageable debris are scattered across the ground. The air smells of ozone and rust." +exits: + east: 9999910 + west: 999998 + north: 99999150 + south: 99999151 +objects: + - id: scrap_pile + - id: scrap_pile + - id: scrap_pile + - id: solar_altar diff --git a/data/rooms/example/underground/9999950.yaml b/data/rooms/example/underground/9999950.yaml new file mode 100644 index 0000000..adbad79 --- /dev/null +++ b/data/rooms/example/underground/9999950.yaml @@ -0,0 +1,7 @@ +id: 9999950 +name: "The Assassin's Den" +description: "A dimly lit basement accessible through a trapdoor. Tactical maps and bounty posters line the walls. The air smells of gun oil and burnt ozone. {141}The Client{/} sits behind a reinforced desk." +exits: + up: 9999931 +mobs: + - "client" diff --git a/data/rooms/example/underground/9999951.yaml b/data/rooms/example/underground/9999951.yaml new file mode 100644 index 0000000..4dbd966 --- /dev/null +++ b/data/rooms/example/underground/9999951.yaml @@ -0,0 +1,10 @@ +id: 9999951 +name: "Sewer Tunnels" +description: "Dark, damp tunnels beneath the settlement. The floor is slick with moisture and something {82}slimy{/}. The smell is indescribable." +exits: + north: 9999950 + south: 9999952 +mobs: + - "slug" + - "slug" + - "slug" diff --git a/data/rooms/example/underground/9999952.yaml b/data/rooms/example/underground/9999952.yaml new file mode 100644 index 0000000..7c8d871 --- /dev/null +++ b/data/rooms/example/underground/9999952.yaml @@ -0,0 +1,9 @@ +id: 9999952 +name: "Abandoned Sector" +description: "A decommissioned sector of the asteroid's infrastructure. Broken monitors flicker and exposed wiring {214}sparks{/} dangerously." +exits: + north: 9999951 + south: 9999953 +mobs: + - "drone" + - "drone" diff --git a/data/rooms/example/underground/9999953.yaml b/data/rooms/example/underground/9999953.yaml new file mode 100644 index 0000000..bad2d27 --- /dev/null +++ b/data/rooms/example/underground/9999953.yaml @@ -0,0 +1,9 @@ +id: 9999953 +name: "Deep Tunnels" +description: "The tunnels descend deeper into the asteroid's core. Strange chitinous scraping echoes from the darkness. The walls are scarred with {130}claw marks{/}." +exits: + north: 9999952 + south: 9999954 +mobs: + - "crawler" + - "crawler" diff --git a/data/rooms/example/underground/9999954.yaml b/data/rooms/example/underground/9999954.yaml new file mode 100644 index 0000000..315a831 --- /dev/null +++ b/data/rooms/example/underground/9999954.yaml @@ -0,0 +1,9 @@ +id: 9999954 +name: "The Void Chamber" +description: "A vast cavern where reality seems to thin. The air shimmers with {141}spectral energy{/} and strange whispers fill your mind." +exits: + north: 9999953 + down: 9999955 +mobs: + - "phantom" + - "phantom" diff --git a/data/rooms/example/underground/9999955.yaml b/data/rooms/example/underground/9999955.yaml new file mode 100644 index 0000000..63f9dbd --- /dev/null +++ b/data/rooms/example/underground/9999955.yaml @@ -0,0 +1,12 @@ +id: 9999955 +name: "The Deeper Tunnels" +description: "A junction deep beneath the void chamber. The walls here are reinforced with pre-regression alloys. Several passages branch off into the darkness, and you can hear the sounds of machinery echoing from all directions. A steep shaft descends further into the depths." +exits: + up: 9999954 + north: 9999956 + east: 9999957 + south: 9999958 + west: 9999960 + down: 9999962 +mobs: + - id: security_turret diff --git a/data/rooms/example/underground/9999956.yaml b/data/rooms/example/underground/9999956.yaml new file mode 100644 index 0000000..74b75a9 --- /dev/null +++ b/data/rooms/example/underground/9999956.yaml @@ -0,0 +1,9 @@ +id: 9999956 +name: "Irradiated Sector" +description: "Warning symbols cover every surface, their paint long since faded. A faint green glow emanates from cracks in the walls. The air is thick with the taste of old radiation." +exits: + south: 9999955 +mobs: + - id: ghoul + - id: ghoul + - id: corrupted_scientist diff --git a/data/rooms/example/underground/9999957.yaml b/data/rooms/example/underground/9999957.yaml new file mode 100644 index 0000000..b32c7aa --- /dev/null +++ b/data/rooms/example/underground/9999957.yaml @@ -0,0 +1,8 @@ +id: 9999957 +name: "Drone Assembly" +description: "A long-abandoned drone manufacturing bay. Conveyor belts lie still, and half-assembled drone chassis hang from the ceiling. A few of them still twitch with residual power." +exits: + west: 9999955 +mobs: + - id: war_drone + - id: war_drone diff --git a/data/rooms/example/underground/9999958.yaml b/data/rooms/example/underground/9999958.yaml new file mode 100644 index 0000000..1834260 --- /dev/null +++ b/data/rooms/example/underground/9999958.yaml @@ -0,0 +1,8 @@ +id: 9999958 +name: "Security Checkpoint" +description: "A fortified security station with blast shields and a decommissioned weapons locker. Scorch marks on the walls tell the story of a last stand." +exits: + north: 9999955 + south: 9999959 +mobs: + - id: enforcer_bot diff --git a/data/rooms/example/underground/9999959.yaml b/data/rooms/example/underground/9999959.yaml new file mode 100644 index 0000000..21f526b --- /dev/null +++ b/data/rooms/example/underground/9999959.yaml @@ -0,0 +1,9 @@ +id: 9999959 +name: "Plasma Core" +description: "A massive plasma containment chamber with cracked magnetic coils lining the walls. Streams of superheated gas leak from the containment vessel, forming shimmering wraith-like shapes in the air." +exits: + north: 9999958 +mobs: + - id: plasma_wraith + - id: plasma_wraith + - id: feral_cyborg diff --git a/data/rooms/example/underground/9999960.yaml b/data/rooms/example/underground/9999960.yaml new file mode 100644 index 0000000..9a45e32 --- /dev/null +++ b/data/rooms/example/underground/9999960.yaml @@ -0,0 +1,8 @@ +id: 9999960 +name: "Heavy Mech Bay" +description: "An enormous maintenance bay built to house assault mechs. A gantry crane hangs overhead, and hydraulic lifts dot the floor. The bay's occupant is still active — and it has noticed you." +exits: + east: 9999955 + west: 9999961 +mobs: + - id: heavy_mech diff --git a/data/rooms/example/underground/9999961.yaml b/data/rooms/example/underground/9999961.yaml new file mode 100644 index 0000000..caf4eab --- /dev/null +++ b/data/rooms/example/underground/9999961.yaml @@ -0,0 +1,7 @@ +id: 9999961 +name: "Synth Lab" +description: "A sterile laboratory where combat androids were designed and assembled. White panels line the walls, some splattered with old coolant stains. Diagnostic screens flicker with corrupted data." +exits: + east: 9999960 +mobs: + - id: elite_synth diff --git a/data/rooms/example/underground/9999962.yaml b/data/rooms/example/underground/9999962.yaml new file mode 100644 index 0000000..531ead1 --- /dev/null +++ b/data/rooms/example/underground/9999962.yaml @@ -0,0 +1,8 @@ +id: 9999962 +name: "Abandoned Bunker" +description: "A fortified bunker from some forgotten conflict. Sandbags are piled in the corners and spent shell casings litter the floor. A solitary figure stands watch over the remains." +exits: + up: 9999955 + down: 9999963 +mobs: + - id: veteran_merc diff --git a/data/rooms/example/underground/9999963.yaml b/data/rooms/example/underground/9999963.yaml new file mode 100644 index 0000000..99b8f90 --- /dev/null +++ b/data/rooms/example/underground/9999963.yaml @@ -0,0 +1,8 @@ +id: 9999963 +name: "Magma Conduit" +description: "A geothermal vent has been tapped and routed through industrial conduits. The heat is oppressive, and molten rivulets course through channels in the floor. Something moves within the glowing flow." +exits: + up: 9999962 + down: 9999964 +mobs: + - id: molten_elemental diff --git a/data/rooms/example/underground/9999964.yaml b/data/rooms/example/underground/9999964.yaml new file mode 100644 index 0000000..6bac466 --- /dev/null +++ b/data/rooms/example/underground/9999964.yaml @@ -0,0 +1,8 @@ +id: 9999964 +name: "The Foundry" +description: "A vast smelting facility where sentinels were once forged. Massive crucibles hang from chains, and rivers of cooled slag form a maze-like floor. A single iron sentinel stands guard over the dormant machinery." +exits: + up: 9999963 + down: 9999965 +mobs: + - id: iron_sentinel diff --git a/data/rooms/example/underground/9999965.yaml b/data/rooms/example/underground/9999965.yaml new file mode 100644 index 0000000..47aed6b --- /dev/null +++ b/data/rooms/example/underground/9999965.yaml @@ -0,0 +1,8 @@ +id: 65 +name: "Titan's Rest" +description: "A colossal vault built to house something immense. The ceiling vanishes into darkness above, and the walls are etched with maintenance schematics for a machine of staggering proportions. At the center, a titan sentinel awakens." +exits: + up: 64 + down: 66 +mobs: + - id: titan_sentinel diff --git a/data/rooms/example/underground/9999966.yaml b/data/rooms/example/underground/9999966.yaml new file mode 100644 index 0000000..755d5e2 --- /dev/null +++ b/data/rooms/example/underground/9999966.yaml @@ -0,0 +1,8 @@ +id: 66 +name: "Psionic Nexus" +description: "Reality grows thin here. The walls are covered in strange geometric patterns that hurt to look at directly. A low hum vibrates through your skull, and the air seems to bend around a central point of unseen pressure." +exits: + up: 65 + down: 67 +mobs: + - id: psionic_entity diff --git a/data/rooms/example/underground/9999967.yaml b/data/rooms/example/underground/9999967.yaml new file mode 100644 index 0000000..6b8d663 --- /dev/null +++ b/data/rooms/example/underground/9999967.yaml @@ -0,0 +1,8 @@ +id: 67 +name: "Ancient Chamber" +description: "A perfectly spherical room carved from an unknown black metal. Glowing runes spiral across every surface in patterns that predate the asteroid itself. At the center, an ancient construct stirs from its eons-long vigil." +exits: + up: 66 + down: 68 +mobs: + - id: ancient_construct diff --git a/data/rooms/example/underground/9999968.yaml b/data/rooms/example/underground/9999968.yaml new file mode 100644 index 0000000..f631981 --- /dev/null +++ b/data/rooms/example/underground/9999968.yaml @@ -0,0 +1,7 @@ +id: 68 +name: "The Void" +description: "The bottom of the world. Light itself seems to hesitate before entering this place. The floor is unnaturally smooth black glass, and the only sound is the beating of your own heart. Something waits in the darkness — something that was here before the asteroid, before the colony, before anything." +exits: + up: 67 +mobs: + - id: void_reaper diff --git a/data/rooms/example/wilderness/99999150.yaml b/data/rooms/example/wilderness/99999150.yaml new file mode 100644 index 0000000..3e74da2 --- /dev/null +++ b/data/rooms/example/wilderness/99999150.yaml @@ -0,0 +1,31 @@ +id: 150 +name: "Hydroponics Bay" +description: "A large enclosed area with climate-controlled growing stations. {34}Lush green patches{/} of soil are laid out in neat rows under artificial UV lamps. A {94}tool shed{/} stands near the entrance. Exits lead to specialized growing areas." +exits: + north: 15 + east: 151 + south: 152 +objects: + - id: tool_shed +item_spawns: + - id: rake + quantity: 1 + respawn_ticks: 120 + - id: spade + quantity: 1 + respawn_ticks: 120 + - id: watering_can + quantity: 1 + respawn_ticks: 120 + - id: plant_cure + quantity: 3 + respawn_ticks: 200 + - id: guam_seed + quantity: 5 + respawn_ticks: 300 + - id: potato_seed + quantity: 10 + respawn_ticks: 300 + - id: onion_seed + quantity: 10 + respawn_ticks: 300 diff --git a/data/rooms/example/wilderness/99999151.yaml b/data/rooms/example/wilderness/99999151.yaml new file mode 100644 index 0000000..4242270 --- /dev/null +++ b/data/rooms/example/wilderness/99999151.yaml @@ -0,0 +1,10 @@ +id: 151 +name: "Herb Garden" +description: "A dedicated section of the hydroponics bay for growing herbs. {28}Herb patches{/} are arranged in two rows under specialized grow lights. The air here smells faintly of fresh vegetation." +exits: + west: 150 +objects: + - id: herb_patch + - id: herb_patch + - id: herb_patch + - id: herb_patch diff --git a/data/rooms/example/wilderness/99999152.yaml b/data/rooms/example/wilderness/99999152.yaml new file mode 100644 index 0000000..787bbbd --- /dev/null +++ b/data/rooms/example/wilderness/99999152.yaml @@ -0,0 +1,10 @@ +id: 152 +name: "Allotment Field" +description: "A section with larger soil beds for growing vegetables. {94}Allotment patches{/} stretch across the floor under warm overhead lamps. A single {213}flower patch{/} sits in the corner." +exits: + north: 150 +objects: + - id: allotment_patch + - id: allotment_patch + - id: allotment_patch + - id: flower_patch diff --git a/data/rooms/example/wilderness/99999160.yaml b/data/rooms/example/wilderness/99999160.yaml new file mode 100644 index 0000000..7f30c34 --- /dev/null +++ b/data/rooms/example/wilderness/99999160.yaml @@ -0,0 +1,16 @@ +id: 160 +name: "Market Square" +description: "A noisy open-air market wedged between crumbling hab-blocks. Vendors hawk salvaged tech and reconstituted food from makeshift stalls. A {220 bold}Guard{/} watches over the area with a stern expression." +exits: + north: 1 + east: 161 +objects: + - id: market_stall +mobs: + - id: man + wander_interval: 15 + - id: man + wander_interval: 18 + - id: man + wander_interval: 20 + - id: guard
\ No newline at end of file diff --git a/data/rooms/example/wilderness/99999161.yaml b/data/rooms/example/wilderness/99999161.yaml new file mode 100644 index 0000000..7c2c140 --- /dev/null +++ b/data/rooms/example/wilderness/99999161.yaml @@ -0,0 +1,12 @@ +id: 161 +name: "Farm Outpost" +description: "A cluster of hydroponic grow-pods on the asteroid's surface, shielded by a flickering atmospheric dome. Rows of bio-luminescent crops stretch into the distance." +exits: + west: 160 +mobs: + - id: farmer + wander_rooms: [161] + - id: farmer + wander_rooms: [161] + - id: bioengineer + wander_rooms: [161]
\ No newline at end of file diff --git a/data/rooms/example/wilderness/99999162.yaml b/data/rooms/example/wilderness/99999162.yaml new file mode 100644 index 0000000..6aab585 --- /dev/null +++ b/data/rooms/example/wilderness/99999162.yaml @@ -0,0 +1,5 @@ +id: 162 +name: "Detention Cell" +description: "A small, grimy holding cell. The walls are scratched with tally marks from previous occupants. A heavy door bars the only exit." +exits: + north: 1
\ No newline at end of file diff --git a/data/rooms/example/wilderness/99999170.yaml b/data/rooms/example/wilderness/99999170.yaml new file mode 100644 index 0000000..35d539f --- /dev/null +++ b/data/rooms/example/wilderness/99999170.yaml @@ -0,0 +1,7 @@ +id: 170 +name: "Local Neighborhood" +description: "A quiet cul-de-sac of modest homes, each with a small garden plot. An estate directory terminal glows in the center, listing residents and property information." +exits: + south: 16 +objects: + - id: estate_directory diff --git a/data/rooms/example/wilderness/99999171.yaml b/data/rooms/example/wilderness/99999171.yaml new file mode 100644 index 0000000..552ccd4 --- /dev/null +++ b/data/rooms/example/wilderness/99999171.yaml @@ -0,0 +1,7 @@ +id: 171 +name: "Lumberyard" +description: "Stacks of fresh-cut timber fill the air with the scent of pine. A massive industrial sawmill hums in the background, operated by a burly worker." +exits: + west: 16 +mobs: + - id: sawmill_operator diff --git a/data/rooms/example/wilderness/99999180.yaml b/data/rooms/example/wilderness/99999180.yaml new file mode 100644 index 0000000..866d658 --- /dev/null +++ b/data/rooms/example/wilderness/99999180.yaml @@ -0,0 +1,5 @@ +id: 99999180 +name: "Construction Yard Entrance" +description: "A fenced staging area at the edge of the terraforming works. Crates of brackets and coils of cable are stacked under a sturdy section of atmospheric dome. To the {220}north{/} the dome shielding gives out and the open solar array field begins." +exits: + north: 99999181 diff --git a/data/rooms/example/wilderness/99999181.yaml b/data/rooms/example/wilderness/99999181.yaml new file mode 100644 index 0000000..aae861b --- /dev/null +++ b/data/rooms/example/wilderness/99999181.yaml @@ -0,0 +1,11 @@ +id: 99999181 +name: "Exposed Solar Array" +description: "A wide field of steel frames stretches under a torn section of the atmospheric dome. Raw sunlight blazes down with nothing to filter it. Half-built {220}solar panel frames{/} wait to be finished. A jagged {248}rock outcrop{/} on the south edge throws a patch of shade. The yard entrance lies back to the {34}south{/}." +hazard: solar_radiation +exits: + south: 99999180 +objects: + - id: rock_outcrop +mobs: + - solar_panel_frame + - solar_panel_frame |
