diff options
| author | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
|---|---|---|
| committer | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
| commit | 8ee8982b8759bcae116647cc993867f4c8b0a6ce (patch) | |
| tree | ee01f7b1d745cbc94d9981108a1209527487b3e5 /data/rooms/underground | |
| parent | 2bec24859af8f03c80a0a58e3240519942450167 (diff) | |
| download | thehouseoficarus-8ee8982b8759bcae116647cc993867f4c8b0a6ce.tar.gz | |
reorganized items, objects, and rooms in directories. oranized module names. added startup checks.
Diffstat (limited to 'data/rooms/underground')
| -rw-r--r-- | data/rooms/underground/50.yaml | 7 | ||||
| -rw-r--r-- | data/rooms/underground/51.yaml | 10 | ||||
| -rw-r--r-- | data/rooms/underground/52.yaml | 9 | ||||
| -rw-r--r-- | data/rooms/underground/53.yaml | 9 | ||||
| -rw-r--r-- | data/rooms/underground/54.yaml | 9 | ||||
| -rw-r--r-- | data/rooms/underground/55.yaml | 12 | ||||
| -rw-r--r-- | data/rooms/underground/56.yaml | 9 | ||||
| -rw-r--r-- | data/rooms/underground/57.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/underground/58.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/underground/59.yaml | 9 | ||||
| -rw-r--r-- | data/rooms/underground/60.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/underground/61.yaml | 7 | ||||
| -rw-r--r-- | data/rooms/underground/62.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/underground/63.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/underground/64.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/underground/65.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/underground/66.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/underground/67.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/underground/68.yaml | 7 |
19 files changed, 160 insertions, 0 deletions
diff --git a/data/rooms/underground/50.yaml b/data/rooms/underground/50.yaml new file mode 100644 index 0000000..0c9ebf2 --- /dev/null +++ b/data/rooms/underground/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/underground/51.yaml b/data/rooms/underground/51.yaml new file mode 100644 index 0000000..74a97ef --- /dev/null +++ b/data/rooms/underground/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/underground/52.yaml b/data/rooms/underground/52.yaml new file mode 100644 index 0000000..2f90abd --- /dev/null +++ b/data/rooms/underground/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/underground/53.yaml b/data/rooms/underground/53.yaml new file mode 100644 index 0000000..126719b --- /dev/null +++ b/data/rooms/underground/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/underground/54.yaml b/data/rooms/underground/54.yaml new file mode 100644 index 0000000..e86e5b7 --- /dev/null +++ b/data/rooms/underground/54.yaml @@ -0,0 +1,9 @@ +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 + down: 55 +mobs: + - "phantom" + - "phantom" diff --git a/data/rooms/underground/55.yaml b/data/rooms/underground/55.yaml new file mode 100644 index 0000000..8000170 --- /dev/null +++ b/data/rooms/underground/55.yaml @@ -0,0 +1,12 @@ +id: 55 +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: 54 + north: 56 + east: 57 + south: 58 + west: 60 + down: 62 +mobs: + - id: security_turret diff --git a/data/rooms/underground/56.yaml b/data/rooms/underground/56.yaml new file mode 100644 index 0000000..375696d --- /dev/null +++ b/data/rooms/underground/56.yaml @@ -0,0 +1,9 @@ +id: 56 +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: 55 +mobs: + - id: ghoul + - id: ghoul + - id: corrupted_scientist diff --git a/data/rooms/underground/57.yaml b/data/rooms/underground/57.yaml new file mode 100644 index 0000000..714197d --- /dev/null +++ b/data/rooms/underground/57.yaml @@ -0,0 +1,8 @@ +id: 57 +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: 55 +mobs: + - id: war_drone + - id: war_drone diff --git a/data/rooms/underground/58.yaml b/data/rooms/underground/58.yaml new file mode 100644 index 0000000..f4d1829 --- /dev/null +++ b/data/rooms/underground/58.yaml @@ -0,0 +1,8 @@ +id: 58 +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: 55 + south: 59 +mobs: + - id: enforcer_bot diff --git a/data/rooms/underground/59.yaml b/data/rooms/underground/59.yaml new file mode 100644 index 0000000..a1cc594 --- /dev/null +++ b/data/rooms/underground/59.yaml @@ -0,0 +1,9 @@ +id: 59 +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: 58 +mobs: + - id: plasma_wraith + - id: plasma_wraith + - id: feral_cyborg diff --git a/data/rooms/underground/60.yaml b/data/rooms/underground/60.yaml new file mode 100644 index 0000000..e9b7114 --- /dev/null +++ b/data/rooms/underground/60.yaml @@ -0,0 +1,8 @@ +id: 60 +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: 55 + west: 61 +mobs: + - id: heavy_mech diff --git a/data/rooms/underground/61.yaml b/data/rooms/underground/61.yaml new file mode 100644 index 0000000..a85c7ba --- /dev/null +++ b/data/rooms/underground/61.yaml @@ -0,0 +1,7 @@ +id: 61 +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: 60 +mobs: + - id: elite_synth diff --git a/data/rooms/underground/62.yaml b/data/rooms/underground/62.yaml new file mode 100644 index 0000000..9ed1fad --- /dev/null +++ b/data/rooms/underground/62.yaml @@ -0,0 +1,8 @@ +id: 62 +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: 55 + down: 63 +mobs: + - id: veteran_merc diff --git a/data/rooms/underground/63.yaml b/data/rooms/underground/63.yaml new file mode 100644 index 0000000..b6bf53e --- /dev/null +++ b/data/rooms/underground/63.yaml @@ -0,0 +1,8 @@ +id: 63 +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: 62 + down: 64 +mobs: + - id: molten_elemental diff --git a/data/rooms/underground/64.yaml b/data/rooms/underground/64.yaml new file mode 100644 index 0000000..b412992 --- /dev/null +++ b/data/rooms/underground/64.yaml @@ -0,0 +1,8 @@ +id: 64 +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: 63 + down: 65 +mobs: + - id: iron_sentinel diff --git a/data/rooms/underground/65.yaml b/data/rooms/underground/65.yaml new file mode 100644 index 0000000..47aed6b --- /dev/null +++ b/data/rooms/underground/65.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/underground/66.yaml b/data/rooms/underground/66.yaml new file mode 100644 index 0000000..755d5e2 --- /dev/null +++ b/data/rooms/underground/66.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/underground/67.yaml b/data/rooms/underground/67.yaml new file mode 100644 index 0000000..6b8d663 --- /dev/null +++ b/data/rooms/underground/67.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/underground/68.yaml b/data/rooms/underground/68.yaml new file mode 100644 index 0000000..f631981 --- /dev/null +++ b/data/rooms/underground/68.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 |
