From 52a3ce6a4b4a254dc5d3067979a09e93c060fa20 Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 03:57:06 -0400 Subject: feat: shops and rough assassin skill --- data/rooms/1.yaml | 1 + data/rooms/100.yaml | 7 ------- data/rooms/101.yaml | 8 -------- data/rooms/102.yaml | 8 -------- data/rooms/103.yaml | 8 -------- data/rooms/104.yaml | 7 ------- data/rooms/105.yaml | 8 -------- data/rooms/106.yaml | 7 ------- data/rooms/107.yaml | 8 -------- data/rooms/108.yaml | 7 ------- data/rooms/109.yaml | 7 ------- data/rooms/110.yaml | 8 -------- data/rooms/111.yaml | 9 --------- data/rooms/112.yaml | 9 --------- data/rooms/113.yaml | 7 ------- data/rooms/115.yaml | 7 ------- data/rooms/116.yaml | 8 -------- data/rooms/117.yaml | 9 --------- data/rooms/118.yaml | 8 -------- data/rooms/119.yaml | 8 -------- data/rooms/12.yaml | 2 ++ data/rooms/120.yaml | 8 -------- data/rooms/121.yaml | 9 --------- data/rooms/122.yaml | 7 ------- data/rooms/126.yaml | 8 -------- data/rooms/127.yaml | 9 --------- data/rooms/128.yaml | 9 --------- data/rooms/129.yaml | 7 ------- data/rooms/130.yaml | 8 -------- data/rooms/131.yaml | 8 -------- data/rooms/136.yaml | 8 -------- data/rooms/137.yaml | 9 --------- data/rooms/138.yaml | 9 --------- data/rooms/139.yaml | 6 ------ data/rooms/140.yaml | 7 ------- data/rooms/141.yaml | 8 -------- data/rooms/142.yaml | 7 ------- data/rooms/143.yaml | 6 ------ data/rooms/145.yaml | 6 ------ data/rooms/146.yaml | 8 -------- data/rooms/147.yaml | 8 -------- data/rooms/148.yaml | 8 -------- data/rooms/149.yaml | 8 -------- data/rooms/150.yaml | 8 -------- data/rooms/151.yaml | 8 -------- data/rooms/152.yaml | 8 -------- data/rooms/153.yaml | 8 -------- data/rooms/154.yaml | 7 ------- data/rooms/155.yaml | 7 ------- data/rooms/156.yaml | 7 ------- data/rooms/157.yaml | 7 ------- data/rooms/158.yaml | 7 ------- data/rooms/159.yaml | 7 ------- data/rooms/160.yaml | 17 +++++++++++++++++ data/rooms/161.yaml | 13 +++++++++++++ data/rooms/162.yaml | 6 ++++++ data/rooms/31.yaml | 1 + data/rooms/50.yaml | 7 +++++++ data/rooms/51.yaml | 10 ++++++++++ data/rooms/52.yaml | 9 +++++++++ data/rooms/53.yaml | 9 +++++++++ data/rooms/54.yaml | 8 ++++++++ 62 files changed, 83 insertions(+), 393 deletions(-) delete mode 100644 data/rooms/100.yaml delete mode 100644 data/rooms/101.yaml delete mode 100644 data/rooms/102.yaml delete mode 100644 data/rooms/103.yaml delete mode 100644 data/rooms/104.yaml delete mode 100644 data/rooms/105.yaml delete mode 100644 data/rooms/106.yaml delete mode 100644 data/rooms/107.yaml delete mode 100644 data/rooms/108.yaml delete mode 100644 data/rooms/109.yaml delete mode 100644 data/rooms/110.yaml delete mode 100644 data/rooms/111.yaml delete mode 100644 data/rooms/112.yaml delete mode 100644 data/rooms/113.yaml delete mode 100644 data/rooms/115.yaml delete mode 100644 data/rooms/116.yaml delete mode 100644 data/rooms/117.yaml delete mode 100644 data/rooms/118.yaml delete mode 100644 data/rooms/119.yaml delete mode 100644 data/rooms/120.yaml delete mode 100644 data/rooms/121.yaml delete mode 100644 data/rooms/122.yaml delete mode 100644 data/rooms/126.yaml delete mode 100644 data/rooms/127.yaml delete mode 100644 data/rooms/128.yaml delete mode 100644 data/rooms/129.yaml delete mode 100644 data/rooms/130.yaml delete mode 100644 data/rooms/131.yaml delete mode 100644 data/rooms/136.yaml delete mode 100644 data/rooms/137.yaml delete mode 100644 data/rooms/138.yaml delete mode 100644 data/rooms/139.yaml delete mode 100644 data/rooms/140.yaml delete mode 100644 data/rooms/141.yaml delete mode 100644 data/rooms/142.yaml delete mode 100644 data/rooms/143.yaml delete mode 100644 data/rooms/145.yaml delete mode 100644 data/rooms/146.yaml delete mode 100644 data/rooms/147.yaml delete mode 100644 data/rooms/148.yaml delete mode 100644 data/rooms/149.yaml delete mode 100644 data/rooms/150.yaml delete mode 100644 data/rooms/151.yaml delete mode 100644 data/rooms/152.yaml delete mode 100644 data/rooms/153.yaml delete mode 100644 data/rooms/154.yaml delete mode 100644 data/rooms/155.yaml delete mode 100644 data/rooms/156.yaml delete mode 100644 data/rooms/157.yaml delete mode 100644 data/rooms/158.yaml delete mode 100644 data/rooms/159.yaml create mode 100644 data/rooms/160.yaml create mode 100644 data/rooms/161.yaml create mode 100644 data/rooms/162.yaml create mode 100644 data/rooms/50.yaml create mode 100644 data/rooms/51.yaml create mode 100644 data/rooms/52.yaml create mode 100644 data/rooms/53.yaml create mode 100644 data/rooms/54.yaml (limited to 'data/rooms') diff --git a/data/rooms/1.yaml b/data/rooms/1.yaml index 6fe6518..fa3fb9b 100644 --- a/data/rooms/1.yaml +++ b/data/rooms/1.yaml @@ -12,6 +12,7 @@ objects: - id: charging_station mobs: - "newbie_trainer" + - "general_store_clerk" spawns: - item_id: cape_of_agility quantity: 1 diff --git a/data/rooms/100.yaml b/data/rooms/100.yaml deleted file mode 100644 index b8b0f1e..0000000 --- a/data/rooms/100.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 100 -name: "Grand Concourse" -description: "The expansive white platform of Station X1's main thoroughfare. Neon strips pulse along the ceiling, reflecting off polished permacrete floors. Citizens and synthetics stream past in a constant dance of commerce and purpose." -map_symbol: "+" -exits: - east: 101 - north: 110 diff --git a/data/rooms/101.yaml b/data/rooms/101.yaml deleted file mode 100644 index fa5af97..0000000 --- a/data/rooms/101.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 101 -name: "Customs & Immigration" -description: "A long hall lined with automated kiosks. Holographic scanners bathe travelers in cool blue light as bio-signatures are verified. The air smells of ozone and recycled stationery." -map_symbol: "#" -exits: - west: 100 - east: 102 - north: 111 diff --git a/data/rooms/102.yaml b/data/rooms/102.yaml deleted file mode 100644 index 1bc8573..0000000 --- a/data/rooms/102.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 102 -name: "Port Authority Office" -description: "Cluttered desks float in low gravity, terminals displaying shipping manifests and docking schedules. A large viewscreen shows the constant traffic of orbital freighters beyond the station." -map_symbol: "P" -exits: - west: 101 - east: 103 - north: 112 diff --git a/data/rooms/103.yaml b/data/rooms/103.yaml deleted file mode 100644 index f216fc4..0000000 --- a/data/rooms/103.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 103 -name: "Interstellar Cargo Bay 3" -description: "Massive crates stamped with corporate logos are stacked to the ceiling. Loading clamps hum with magnetic tension. Echoes of distant announcements reverberate through the spacious bay." -map_symbol: "C" -exits: - west: 102 - east: 104 - north: 113 diff --git a/data/rooms/104.yaml b/data/rooms/104.yaml deleted file mode 100644 index c7821c1..0000000 --- a/data/rooms/104.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 104 -name: "Freight Elevator Lobby" -description: "A utilitarian chamber where cargo lifters descend into the station's underbelly. Indicator lights blink in sequence as massive elevator doors cycle open and closed with hydraulic sighs." -map_symbol: "E" -exits: - west: 103 - east: 105 diff --git a/data/rooms/105.yaml b/data/rooms/105.yaml deleted file mode 100644 index f07c8aa..0000000 --- a/data/rooms/105.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 105 -name: "Hydroponic Distribution Hub" -description: "Towering racks of fresh produce await sorting. Leafy greens spill from aeroponic towers as workers in sterile suits package the station's food supply for distribution." -map_symbol: "H" -exits: - west: 104 - east: 106 - north: 115 diff --git a/data/rooms/106.yaml b/data/rooms/106.yaml deleted file mode 100644 index a264b01..0000000 --- a/data/rooms/106.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 106 -name: "Recycled Water Processing" -description: "The air is humid and warm. Pipes of all sizes crisscross the ceiling, carrying reclaimed water through filtration stages. The low rumble of pumps is a constant companion." -map_symbol: "W" -exits: - west: 105 - east: 107 diff --git a/data/rooms/107.yaml b/data/rooms/107.yaml deleted file mode 100644 index 34401bc..0000000 --- a/data/rooms/107.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 107 -name: "Atmospheric Scrubber Array" -description: "Wall-mounted scrubbers cycle station air through banks of moss and activated carbon. Green LED strips indicate optimal CO2 absorption. The room breathes like a mechanical lung." -map_symbol: "S" -exits: - west: 106 - east: 108 - north: 117 diff --git a/data/rooms/108.yaml b/data/rooms/108.yaml deleted file mode 100644 index 3f6914a..0000000 --- a/data/rooms/108.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 108 -name: "Power Relay Station Gamma" -description: "Crackling conduits channel raw solar energy from the exterior arrays. Warning signs in three languages adorn every surface. The hum is powerful enough to feel in your chest." -map_symbol: "G" -exits: - west: 107 - east: 109 diff --git a/data/rooms/109.yaml b/data/rooms/109.yaml deleted file mode 100644 index c22b9d0..0000000 --- a/data/rooms/109.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 109 -name: "Solar Array Access Corridor" -description: "A narrow passage leading to the station's exterior skin. Small viewports reveal the blindingly bright solar panels stretching into the void, harvesting the star's energy." -map_symbol: "A" -exits: - west: 108 - north: 119 diff --git a/data/rooms/110.yaml b/data/rooms/110.yaml deleted file mode 100644 index fd9c061..0000000 --- a/data/rooms/110.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 110 -name: "Cryo-Sleep Recovery Ward" -description: "Pale blue light fills this sterile room. Recovery pods line the walls, their occupants slowly reacclimating to standard gravity after decades in suspended animation." -map_symbol: "R" -exits: - south: 100 - east: 111 - north: 120 diff --git a/data/rooms/111.yaml b/data/rooms/111.yaml deleted file mode 100644 index d3a5a2a..0000000 --- a/data/rooms/111.yaml +++ /dev/null @@ -1,9 +0,0 @@ -id: 111 -name: "Medical Bay Alpha" -description: "State-of-the-art diagnostic bays with hovering holographic displays. Automated medbots glide silently between stations. The scent of antiseptic gel lingers in the recycled air." -map_symbol: "+" -exits: - south: 101 - west: 110 - east: 112 - north: 121 diff --git a/data/rooms/112.yaml b/data/rooms/112.yaml deleted file mode 100644 index d5d46c0..0000000 --- a/data/rooms/112.yaml +++ /dev/null @@ -1,9 +0,0 @@ -id: 112 -name: "Pharmacy & Genetek" -description: "Racks of color-coded pharmaceuticals glow under UV-protected lighting. A geneprinter in the corner hums as it synthesizes custom therapies and genetic patches on demand." -map_symbol: "G" -exits: - south: 102 - west: 111 - east: 113 - north: 122 diff --git a/data/rooms/113.yaml b/data/rooms/113.yaml deleted file mode 100644 index 4a3333e..0000000 --- a/data/rooms/113.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 113 -name: "Café Synthesizer" -description: "A cozy establishment where food printers whir and steam. Patrons sit at floating tables sipping replicated coffee that is surprisingly close to the real thing." -map_symbol: "c" -exits: - west: 112 - south: 103 diff --git a/data/rooms/115.yaml b/data/rooms/115.yaml deleted file mode 100644 index b0c9a4f..0000000 --- a/data/rooms/115.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 115 -name: "Community Garden Atrium" -description: "Sunlight-mimicking lamps nourish a lush indoor forest of ferns, flowering vines, and small fruit trees. A path of stepping stones winds through the greenery. Birds chirp from hidden perches." -map_symbol: "G" -exits: - south: 105 - east: 116 diff --git a/data/rooms/116.yaml b/data/rooms/116.yaml deleted file mode 100644 index 9c6c258..0000000 --- a/data/rooms/116.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 116 -name: "School of Zero-G Arts" -description: "Students float in a vast open chamber, practicing zero-gravity dance and sculpture. Paint droplets hang suspended mid-air, forming impromptu art installations that drift lazily." -map_symbol: "Z" -exits: - west: 115 - east: 117 - north: 126 diff --git a/data/rooms/117.yaml b/data/rooms/117.yaml deleted file mode 100644 index 5a1ecf0..0000000 --- a/data/rooms/117.yaml +++ /dev/null @@ -1,9 +0,0 @@ -id: 117 -name: "Library of Forgotten Code" -description: "Data crystals line the walls from floor to ceiling. Vintage terminals allow access to archived knowledge from before the Collapse. The soft click of crystal readers fills the reverent silence." -map_symbol: "L" -exits: - west: 116 - east: 118 - south: 107 - north: 127 diff --git a/data/rooms/118.yaml b/data/rooms/118.yaml deleted file mode 100644 index 95a4a1f..0000000 --- a/data/rooms/118.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 118 -name: "Quiet Meditation Spire" -description: "A narrow tower lined with sound-dampening panels. Cushions arranged in concentric circles face a central fountain that flows upward into a recycling grate. No words are spoken here." -map_symbol: "M" -exits: - west: 117 - east: 119 - north: 128 diff --git a/data/rooms/119.yaml b/data/rooms/119.yaml deleted file mode 100644 index dbe9402..0000000 --- a/data/rooms/119.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 119 -name: "Sleep Pod Cluster 7" -description: "Hundreds of stacked sleep pods line the corridor, their occupants visible through frosted transparencies. A few are open, revealing neatly made bunks with personal hologram projections." -map_symbol: "p" -exits: - west: 118 - south: 109 - north: 129 diff --git a/data/rooms/12.yaml b/data/rooms/12.yaml index d8850eb..0c4443b 100644 --- a/data/rooms/12.yaml +++ b/data/rooms/12.yaml @@ -4,6 +4,8 @@ description: "A blazing forge and anvil dominate this smoky workshop. The heat f exits: east: 13 west: 11 +mobs: + - "weapons_smith" objects: - id: furnace - id: anvil diff --git a/data/rooms/120.yaml b/data/rooms/120.yaml deleted file mode 100644 index a03d2f2..0000000 --- a/data/rooms/120.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 120 -name: "The Neon Drake Tavern" -description: "Neon dragons coil across the ceiling in animated loops. The bar serves synthesized spirits that pack a surprising punch. A jukebox plays synthwave classics from the pre-Collapse era." -map_symbol: "T" -exits: - south: 110 - east: 121 - north: 130 diff --git a/data/rooms/121.yaml b/data/rooms/121.yaml deleted file mode 100644 index 8adf8c3..0000000 --- a/data/rooms/121.yaml +++ /dev/null @@ -1,9 +0,0 @@ -id: 121 -name: "Dance Floor Theta-9" -description: "The floor pulses with reactive LED tiles that shift color with every step. A spherical DJ booth hovers in the center, surrounded by a crowd of moving silhouettes lost in the beat." -map_symbol: "D" -exits: - west: 120 - east: 122 - south: 111 - north: 131 diff --git a/data/rooms/122.yaml b/data/rooms/122.yaml deleted file mode 100644 index d4ec067..0000000 --- a/data/rooms/122.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 122 -name: "VR Combat Arena" -description: "Rows of neural-interface pods line the walls. Spectators watch live feeds of digital battles where players fight with light and code in simulated zero-G deathmatches." -map_symbol: "V" -exits: - west: 121 - south: 112 diff --git a/data/rooms/126.yaml b/data/rooms/126.yaml deleted file mode 100644 index a76b7d1..0000000 --- a/data/rooms/126.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 126 -name: "Holographic Tattoo Parlor" -description: "Clients float in zero-g chairs while artists etch animated holograms onto their skin. A woman displays a sleeve of swimming koi that ripple and dart as she moves her arm." -map_symbol: "t" -exits: - south: 116 - east: 127 - north: 136 diff --git a/data/rooms/127.yaml b/data/rooms/127.yaml deleted file mode 100644 index f7565c8..0000000 --- a/data/rooms/127.yaml +++ /dev/null @@ -1,9 +0,0 @@ -id: 127 -name: "Underground Fight Club" -description: "In a repurposed cargo container, bare-knuckle brawls draw crowds of gamblers. The ring is marked by glow tape. A hulking enforcer named Jax watches the crowd with narrowed eyes." -map_symbol: "F" -exits: - west: 126 - east: 128 - south: 117 - north: 137 diff --git a/data/rooms/128.yaml b/data/rooms/128.yaml deleted file mode 100644 index 93abe6c..0000000 --- a/data/rooms/128.yaml +++ /dev/null @@ -1,9 +0,0 @@ -id: 128 -name: "Ration Exchange Trade Post" -description: "Bulletin boards display trading offers for ration cards, spare parts, and favors. A grumpy quartermaster oversees the exchange from behind a counter of reinforced polyglass." -map_symbol: "X" -exits: - west: 127 - east: 129 - south: 118 - north: 138 diff --git a/data/rooms/129.yaml b/data/rooms/129.yaml deleted file mode 100644 index 35a5087..0000000 --- a/data/rooms/129.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 129 -name: "Viewing Platform Nebula Vista" -description: "A panoramic window overlooks the Crab Nebula in all its colorful glory. Telescopes mounted on tracks allow close-up viewing of distant stars and planets. Benches face the void." -map_symbol: "V" -exits: - west: 128 - south: 119 diff --git a/data/rooms/130.yaml b/data/rooms/130.yaml deleted file mode 100644 index 35c0b35..0000000 --- a/data/rooms/130.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 130 -name: "Reactor Core Access" -description: "Warning lights pulse a deep amber. The massive blast door is reinforced with thermal shielding. A placard reads 'Authorized Personnel Only — Class 3 Radiation Zone.'" -map_symbol: "R" -exits: - south: 120 - east: 131 - north: 140 diff --git a/data/rooms/131.yaml b/data/rooms/131.yaml deleted file mode 100644 index 2825c15..0000000 --- a/data/rooms/131.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 131 -name: "Engineering Bay 4" -description: "Tools hang on magnetic strips along every wall. Schematic blueprints float in holographic displays. Engineers in grease-stained jumpsuits argumentatively debate power allocation." -map_symbol: "E" -exits: - west: 130 - south: 121 - north: 141 diff --git a/data/rooms/136.yaml b/data/rooms/136.yaml deleted file mode 100644 index a5a87ae..0000000 --- a/data/rooms/136.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 136 -name: "Research Lab Xenobotany" -description: "Terrariums contain alien flora from a dozen star systems. A pulsating purple fungus emits a low-frequency hum. The lead researcher takes meticulous notes on bioluminescent patterns." -map_symbol: "L" -exits: - south: 126 - east: 137 - north: 146 diff --git a/data/rooms/137.yaml b/data/rooms/137.yaml deleted file mode 100644 index a14651b..0000000 --- a/data/rooms/137.yaml +++ /dev/null @@ -1,9 +0,0 @@ -id: 137 -name: "Zero-G Forge" -description: "Molten metal floats in perfect spheres as magnetic fields shape it into precision components. A welder in a full environmental suit guides the process with practiced hand gestures." -map_symbol: "F" -exits: - west: 136 - east: 138 - south: 127 - north: 147 diff --git a/data/rooms/138.yaml b/data/rooms/138.yaml deleted file mode 100644 index c00d30d..0000000 --- a/data/rooms/138.yaml +++ /dev/null @@ -1,9 +0,0 @@ -id: 138 -name: "Tool Locker Fabrication" -description: "Walls covered with every tool imaginable, from micro-screwdrivers to plasma cutters. A 3D fabricator in the corner hums quietly, ready to print custom tool heads on demand." -map_symbol: "T" -exits: - west: 137 - east: 139 - south: 128 - north: 148 diff --git a/data/rooms/139.yaml b/data/rooms/139.yaml deleted file mode 100644 index a8226fa..0000000 --- a/data/rooms/139.yaml +++ /dev/null @@ -1,6 +0,0 @@ -id: 139 -name: "Maintenance Tunnel 9" -description: "A narrow, cramped tunnel lined with exposed conduit and crawling with maintenance drones. The flickering fluorescent light makes the shadows dance along the curved walls." -map_symbol: "M" -exits: - west: 138 diff --git a/data/rooms/140.yaml b/data/rooms/140.yaml deleted file mode 100644 index c4d7db3..0000000 --- a/data/rooms/140.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 140 -name: "Captain's Quarter Balcony" -description: "A private balcony overlooking the grand concourse below. Potted orchids thrive in the artificial light. The captain's telescope is aimed at a distant binary star system." -map_symbol: "K" -exits: - south: 130 - east: 141 diff --git a/data/rooms/141.yaml b/data/rooms/141.yaml deleted file mode 100644 index d1ba9bf..0000000 --- a/data/rooms/141.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 141 -name: "Executive Lounge Nebula" -description: "Chrome and glass furniture floats in arranged clusters. A fully stocked bar offers genuine Earth spirits at exorbitant prices. The view of the nebula through the window is breathtaking." -map_symbol: "E" -exits: - west: 140 - east: 142 - south: 131 diff --git a/data/rooms/142.yaml b/data/rooms/142.yaml deleted file mode 100644 index e903d24..0000000 --- a/data/rooms/142.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 142 -name: "Board Room Round Table" -description: "A circular table dominates the room, its surface a holographic display of the sector map. Chairs hover at precise intervals. Decisions that affect thousands are made around this table." -map_symbol: "B" -exits: - west: 141 - east: 143 diff --git a/data/rooms/143.yaml b/data/rooms/143.yaml deleted file mode 100644 index 7e16905..0000000 --- a/data/rooms/143.yaml +++ /dev/null @@ -1,6 +0,0 @@ -id: 143 -name: "Observation Dome" -description: "The entire ceiling is a transparent dome offering an unobstructed view of deep space. Stars wheel slowly overhead as the station rotates. A gentle chime marks each passing hour." -map_symbol: "O" -exits: - west: 142 diff --git a/data/rooms/145.yaml b/data/rooms/145.yaml deleted file mode 100644 index fc8948e..0000000 --- a/data/rooms/145.yaml +++ /dev/null @@ -1,6 +0,0 @@ -id: 145 -name: "AI Core Chamber" -description: "A massive crystalline structure pulses with internal light. The station's artificial intelligence, AURA, processes billions of operations per second. A respectful silence is observed here." -map_symbol: "A" -exits: - east: 146 diff --git a/data/rooms/146.yaml b/data/rooms/146.yaml deleted file mode 100644 index b3512b4..0000000 --- a/data/rooms/146.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 146 -name: "Master Timekeeper's Office" -description: "Clocks of every conceivable design cover the walls — analog, digital, atomic, celestial. The Master Timekeeper ensures all station systems are synchronized to the galactic standard." -map_symbol: "T" -exits: - west: 145 - east: 147 - south: 136 diff --git a/data/rooms/147.yaml b/data/rooms/147.yaml deleted file mode 100644 index 4c89429..0000000 --- a/data/rooms/147.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 147 -name: "Archives of Station Law" -description: "A solemn chamber where the station's founding charter is displayed in a sealed crys-glass case. Legal precedents and arbitration records line the walls in data-slate form." -map_symbol: "A" -exits: - west: 146 - east: 148 - south: 137 diff --git a/data/rooms/148.yaml b/data/rooms/148.yaml deleted file mode 100644 index 603536d..0000000 --- a/data/rooms/148.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 148 -name: "Comm Spire Antenna Array" -description: "A vertical shaft rises into a transparent dome bristling with antennae and dishes. Signal boosters amplify transmissions across the sector. The air crackles with silent communication." -map_symbol: "C" -exits: - west: 147 - east: 149 - south: 138 diff --git a/data/rooms/149.yaml b/data/rooms/149.yaml deleted file mode 100644 index a5bb1d9..0000000 --- a/data/rooms/149.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 149 -name: "Escape Pod Bay 0" -description: "A circular chamber lined with escape pods, their hatches open for inspection. A sign reminds all personnel to familiarize themselves with emergency procedures before departure." -map_symbol: "E" -exits: - west: 148 -mobs: - - id: iron_sentinel diff --git a/data/rooms/150.yaml b/data/rooms/150.yaml deleted file mode 100644 index ba13c81..0000000 --- a/data/rooms/150.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 150 -name: "Solar Altar Chamber" -description: "A circular chamber bathed in warm {220}golden light{/}. At its center stands a humming {220 bold}solar altar{/}, its surface etched with fractal circuit patterns that glow softly." -exits: - south: 9 - east: 156 -objects: - - id: solar_altar diff --git a/data/rooms/151.yaml b/data/rooms/151.yaml deleted file mode 100644 index 8d79273..0000000 --- a/data/rooms/151.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 151 -name: "Hydro Altar Chamber" -description: "Condensation drips from the ceiling of this cool, blue-lit chamber. A {39 bold}hydro altar{/} dominates the room, its crystalline surface rippling with patterns like flowing water." -exits: - north: 9 - east: 157 -objects: - - id: hydro_altar diff --git a/data/rooms/152.yaml b/data/rooms/152.yaml deleted file mode 100644 index 26523a4..0000000 --- a/data/rooms/152.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 152 -name: "Eco Altar Chamber" -description: "Bioluminescent moss covers the walls of this overgrown chamber. An {34 bold}eco altar{/} rises from the floor, entwined with living circuitry that pulses with green light." -exits: - southwest: 9 - north: 158 -objects: - - id: eco_altar diff --git a/data/rooms/153.yaml b/data/rooms/153.yaml deleted file mode 100644 index 36ef05c..0000000 --- a/data/rooms/153.yaml +++ /dev/null @@ -1,8 +0,0 @@ -id: 153 -name: "Bio Altar Chamber" -description: "The air here is thick and warm. A {196 bold}bio altar{/} throbs at the center of the room, its surface covered in red organic membranes threaded with copper wire." -exits: - northwest: 9 - north: 159 -objects: - - id: bio_altar diff --git a/data/rooms/154.yaml b/data/rooms/154.yaml deleted file mode 100644 index b86be53..0000000 --- a/data/rooms/154.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 154 -name: "Chaos Altar Chamber" -description: "The air crackles with {226 bold}unstable energy{/} in this chamber. A {226 bold}chaos altar{/} of twisting metal and sparking wires stands at the center, humming with discordant frequencies." -exits: - southeast: 9 -objects: - - id: chaos_altar diff --git a/data/rooms/155.yaml b/data/rooms/155.yaml deleted file mode 100644 index c333836..0000000 --- a/data/rooms/155.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 155 -name: "Death Altar Chamber" -description: "Shadows pool in the corners of this cold, silent chamber. A {52 bold}death altar{/} of polished obsidian dominates the room, absorbing all light that touches it." -exits: - northeast: 9 -objects: - - id: death_altar diff --git a/data/rooms/156.yaml b/data/rooms/156.yaml deleted file mode 100644 index d77f1e5..0000000 --- a/data/rooms/156.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 156 -name: "Blood Altar Chamber" -description: "The walls of this chamber are veined with dark crimson lines that pulse rhythmically. A {124 bold}blood altar{/} of deep red crystal stands at the center, radiating gentle warmth." -exits: - west: 150 -objects: - - id: blood_altar diff --git a/data/rooms/157.yaml b/data/rooms/157.yaml deleted file mode 100644 index 40f6b5b..0000000 --- a/data/rooms/157.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 157 -name: "Law Altar Chamber" -description: "Orderly lines of blue light trace geometric patterns across every surface of this pristine chamber. A {27 bold}law altar{/} of perfect blue stone rises from the floor, its surface engraved with precise mathematical formulas." -exits: - west: 151 -objects: - - id: law_altar diff --git a/data/rooms/158.yaml b/data/rooms/158.yaml deleted file mode 100644 index ec0f760..0000000 --- a/data/rooms/158.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 158 -name: "Cosmic Altar Chamber" -description: "Darkness envelops this chamber save for thousands of {201}twinkling lights{/} that float like stars. A {201 bold}cosmic altar{/} of translucent pink crystal hovers above the floor, surrounded by orbiting motes of light." -exits: - south: 152 -objects: - - id: cosmic_altar diff --git a/data/rooms/159.yaml b/data/rooms/159.yaml deleted file mode 100644 index ac65867..0000000 --- a/data/rooms/159.yaml +++ /dev/null @@ -1,7 +0,0 @@ -id: 159 -name: "Nature Altar Chamber" -description: "Vines and flowering moss carpet every surface of this verdant chamber. A {46 bold}nature altar{/} of living green stone rises from the floor, entwined with blooming plants that turn toward you as you enter." -exits: - south: 153 -objects: - - id: nature_altar diff --git a/data/rooms/160.yaml b/data/rooms/160.yaml new file mode 100644 index 0000000..dea9d00 --- /dev/null +++ b/data/rooms/160.yaml @@ -0,0 +1,17 @@ +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." +map_symbol: "M" +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/161.yaml b/data/rooms/161.yaml new file mode 100644 index 0000000..c887347 --- /dev/null +++ b/data/rooms/161.yaml @@ -0,0 +1,13 @@ +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." +map_symbol: "F" +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/162.yaml b/data/rooms/162.yaml new file mode 100644 index 0000000..a8333d8 --- /dev/null +++ b/data/rooms/162.yaml @@ -0,0 +1,6 @@ +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." +map_symbol: "J" +exits: + north: 1 \ No newline at end of file diff --git a/data/rooms/31.yaml b/data/rooms/31.yaml index fc57b2d..3d010df 100644 --- a/data/rooms/31.yaml +++ b/data/rooms/31.yaml @@ -4,3 +4,4 @@ description: "The central square of Lumbridge. A fountain gurgles peacefully in map_symbol: "b" exits: up: 1 + down: 50 diff --git a/data/rooms/50.yaml b/data/rooms/50.yaml new file mode 100644 index 0000000..0c9ebf2 --- /dev/null +++ b/data/rooms/50.yaml @@ -0,0 +1,7 @@ +id: 50 +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: 31 +mobs: + - "client" diff --git a/data/rooms/51.yaml b/data/rooms/51.yaml new file mode 100644 index 0000000..74a97ef --- /dev/null +++ b/data/rooms/51.yaml @@ -0,0 +1,10 @@ +id: 51 +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: 50 + south: 52 +mobs: + - "slug" + - "slug" + - "slug" diff --git a/data/rooms/52.yaml b/data/rooms/52.yaml new file mode 100644 index 0000000..2f90abd --- /dev/null +++ b/data/rooms/52.yaml @@ -0,0 +1,9 @@ +id: 52 +name: "Abandoned Sector" +description: "A decommissioned sector of the asteroid's infrastructure. Broken monitors flicker and exposed wiring {214}sparks{/} dangerously." +exits: + north: 51 + south: 53 +mobs: + - "drone" + - "drone" diff --git a/data/rooms/53.yaml b/data/rooms/53.yaml new file mode 100644 index 0000000..126719b --- /dev/null +++ b/data/rooms/53.yaml @@ -0,0 +1,9 @@ +id: 53 +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: 52 + south: 54 +mobs: + - "crawler" + - "crawler" diff --git a/data/rooms/54.yaml b/data/rooms/54.yaml new file mode 100644 index 0000000..5bb6a1d --- /dev/null +++ b/data/rooms/54.yaml @@ -0,0 +1,8 @@ +id: 54 +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: 53 +mobs: + - "phantom" + - "phantom" -- cgit v1.2.3