aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/example_unused/underground2
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 05:27:10 -0400
committerhistoria <[not public]>2026-07-09 05:27:10 -0400
commitc705ae942573984784ef501bf8198f61f5206ddd (patch)
treec964066f3a244002bf75cb50a877630f46496f81 /data/rooms/example_unused/underground2
parent74153c7814fc4cef988066ef04e38731a943bc12 (diff)
downloadthehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/rooms/example_unused/underground2')
-rw-r--r--data/rooms/example_unused/underground2/9999954.yaml13
-rw-r--r--data/rooms/example_unused/underground2/9999955.yaml21
-rw-r--r--data/rooms/example_unused/underground2/9999956.yaml6
-rw-r--r--data/rooms/example_unused/underground2/9999957.yaml6
-rw-r--r--data/rooms/example_unused/underground2/9999958.yaml9
-rw-r--r--data/rooms/example_unused/underground2/9999959.yaml6
-rw-r--r--data/rooms/example_unused/underground2/9999960.yaml9
-rw-r--r--data/rooms/example_unused/underground2/9999961.yaml6
-rw-r--r--data/rooms/example_unused/underground2/9999962.yaml9
-rw-r--r--data/rooms/example_unused/underground2/9999963.yaml9
-rw-r--r--data/rooms/example_unused/underground2/9999964.yaml9
11 files changed, 68 insertions, 35 deletions
diff --git a/data/rooms/example_unused/underground2/9999954.yaml b/data/rooms/example_unused/underground2/9999954.yaml
index 8348801..cee1ccd 100644
--- a/data/rooms/example_unused/underground2/9999954.yaml
+++ b/data/rooms/example_unused/underground2/9999954.yaml
@@ -1,8 +1,11 @@
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."
+description:
+- text: "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
+ north:
+ room: 9999953
+ down:
+ room: 9999955
mobs:
- - "phantom"
- - "phantom"
+- id: phantom
+- id: phantom
diff --git a/data/rooms/example_unused/underground2/9999955.yaml b/data/rooms/example_unused/underground2/9999955.yaml
index 2cce00a..f12e556 100644
--- a/data/rooms/example_unused/underground2/9999955.yaml
+++ b/data/rooms/example_unused/underground2/9999955.yaml
@@ -1,11 +1,18 @@
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."
+description:
+ - text: "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
+ up:
+ room: 9999954
+ north:
+ room: 9999956
+ east:
+ room: 9999957
+ south:
+ room: 9999958
+ west:
+ room: 9999960
+ down:
+ room: 9999962
mobs:
- id: security_turret
diff --git a/data/rooms/example_unused/underground2/9999956.yaml b/data/rooms/example_unused/underground2/9999956.yaml
index b5996ae..a82c068 100644
--- a/data/rooms/example_unused/underground2/9999956.yaml
+++ b/data/rooms/example_unused/underground2/9999956.yaml
@@ -1,7 +1,9 @@
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."
+description:
+ - text: "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
+ south:
+ room: 9999955
mobs:
- id: ghoul
- id: ghoul
diff --git a/data/rooms/example_unused/underground2/9999957.yaml b/data/rooms/example_unused/underground2/9999957.yaml
index be20359..501619d 100644
--- a/data/rooms/example_unused/underground2/9999957.yaml
+++ b/data/rooms/example_unused/underground2/9999957.yaml
@@ -1,7 +1,9 @@
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."
+description:
+ - text: "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
+ west:
+ room: 9999955
mobs:
- id: war_drone
- id: war_drone
diff --git a/data/rooms/example_unused/underground2/9999958.yaml b/data/rooms/example_unused/underground2/9999958.yaml
index 09bd869..3b02c46 100644
--- a/data/rooms/example_unused/underground2/9999958.yaml
+++ b/data/rooms/example_unused/underground2/9999958.yaml
@@ -1,7 +1,10 @@
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."
+description:
+ - text: "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
+ north:
+ room: 9999955
+ south:
+ room: 9999959
mobs:
- id: enforcer_bot
diff --git a/data/rooms/example_unused/underground2/9999959.yaml b/data/rooms/example_unused/underground2/9999959.yaml
index 29ca4fc..65797eb 100644
--- a/data/rooms/example_unused/underground2/9999959.yaml
+++ b/data/rooms/example_unused/underground2/9999959.yaml
@@ -1,7 +1,9 @@
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."
+description:
+ - text: "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
+ north:
+ room: 9999958
mobs:
- id: plasma_wraith
- id: plasma_wraith
diff --git a/data/rooms/example_unused/underground2/9999960.yaml b/data/rooms/example_unused/underground2/9999960.yaml
index 56cca24..12c050d 100644
--- a/data/rooms/example_unused/underground2/9999960.yaml
+++ b/data/rooms/example_unused/underground2/9999960.yaml
@@ -1,7 +1,10 @@
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."
+description:
+ - text: "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
+ east:
+ room: 9999955
+ west:
+ room: 9999961
mobs:
- id: heavy_mech
diff --git a/data/rooms/example_unused/underground2/9999961.yaml b/data/rooms/example_unused/underground2/9999961.yaml
index 2d1e75c..e9124d8 100644
--- a/data/rooms/example_unused/underground2/9999961.yaml
+++ b/data/rooms/example_unused/underground2/9999961.yaml
@@ -1,6 +1,8 @@
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."
+description:
+ - text: "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
+ east:
+ room: 9999960
mobs:
- id: elite_synth
diff --git a/data/rooms/example_unused/underground2/9999962.yaml b/data/rooms/example_unused/underground2/9999962.yaml
index b5b89c4..1e41704 100644
--- a/data/rooms/example_unused/underground2/9999962.yaml
+++ b/data/rooms/example_unused/underground2/9999962.yaml
@@ -1,7 +1,10 @@
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."
+description:
+ - text: "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
+ up:
+ room: 9999955
+ down:
+ room: 9999963
mobs:
- id: veteran_merc
diff --git a/data/rooms/example_unused/underground2/9999963.yaml b/data/rooms/example_unused/underground2/9999963.yaml
index fca468e..5963fd2 100644
--- a/data/rooms/example_unused/underground2/9999963.yaml
+++ b/data/rooms/example_unused/underground2/9999963.yaml
@@ -1,7 +1,10 @@
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."
+description:
+ - text: "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
+ up:
+ room: 9999962
+ down:
+ room: 9999964
mobs:
- id: molten_elemental
diff --git a/data/rooms/example_unused/underground2/9999964.yaml b/data/rooms/example_unused/underground2/9999964.yaml
index 4e74383..646ad15 100644
--- a/data/rooms/example_unused/underground2/9999964.yaml
+++ b/data/rooms/example_unused/underground2/9999964.yaml
@@ -1,7 +1,10 @@
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."
+description:
+ - text: "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
+ up:
+ room: 9999963
+ down:
+ room: 9999965
mobs:
- id: iron_sentinel