aboutsummaryrefslogtreecommitdiff
path: root/data/rooms
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 02:51:05 -0400
committerhistoria <[not public]>2026-06-19 02:51:05 -0400
commitdea4a06764c507699cf9adcd1fd0a572d227aff0 (patch)
tree25769809d34db70cf0bec7d8c6d3422c23780a55 /data/rooms
parent2ae4a052fd1c15c3c6ba0f1dd324d896371aaffc (diff)
downloadthehouseoficarus-dea4a06764c507699cf9adcd1fd0a572d227aff0.tar.gz
feat: scavenge/scrap system started
Diffstat (limited to 'data/rooms')
-rw-r--r--data/rooms/150.yaml8
-rw-r--r--data/rooms/151.yaml8
-rw-r--r--data/rooms/152.yaml8
-rw-r--r--data/rooms/153.yaml8
-rw-r--r--data/rooms/154.yaml7
-rw-r--r--data/rooms/155.yaml7
-rw-r--r--data/rooms/156.yaml7
-rw-r--r--data/rooms/157.yaml7
-rw-r--r--data/rooms/158.yaml7
-rw-r--r--data/rooms/159.yaml7
-rw-r--r--data/rooms/9.yaml12
11 files changed, 85 insertions, 1 deletions
diff --git a/data/rooms/150.yaml b/data/rooms/150.yaml
new file mode 100644
index 0000000..ba13c81
--- /dev/null
+++ b/data/rooms/150.yaml
@@ -0,0 +1,8 @@
+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
new file mode 100644
index 0000000..8d79273
--- /dev/null
+++ b/data/rooms/151.yaml
@@ -0,0 +1,8 @@
+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
new file mode 100644
index 0000000..26523a4
--- /dev/null
+++ b/data/rooms/152.yaml
@@ -0,0 +1,8 @@
+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
new file mode 100644
index 0000000..36ef05c
--- /dev/null
+++ b/data/rooms/153.yaml
@@ -0,0 +1,8 @@
+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
new file mode 100644
index 0000000..b86be53
--- /dev/null
+++ b/data/rooms/154.yaml
@@ -0,0 +1,7 @@
+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
new file mode 100644
index 0000000..c333836
--- /dev/null
+++ b/data/rooms/155.yaml
@@ -0,0 +1,7 @@
+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
new file mode 100644
index 0000000..d77f1e5
--- /dev/null
+++ b/data/rooms/156.yaml
@@ -0,0 +1,7 @@
+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
new file mode 100644
index 0000000..40f6b5b
--- /dev/null
+++ b/data/rooms/157.yaml
@@ -0,0 +1,7 @@
+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
new file mode 100644
index 0000000..ec0f760
--- /dev/null
+++ b/data/rooms/158.yaml
@@ -0,0 +1,7 @@
+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
new file mode 100644
index 0000000..ac65867
--- /dev/null
+++ b/data/rooms/159.yaml
@@ -0,0 +1,7 @@
+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/9.yaml b/data/rooms/9.yaml
index aca7ec2..da72432 100644
--- a/data/rooms/9.yaml
+++ b/data/rooms/9.yaml
@@ -1,6 +1,16 @@
id: 9
name: "Scavenging Post"
-description: "A cluttered yard full of scrap metal and discarded technology. This area is not yet accessible."
+description: "A cluttered yard full of {243}scrap metal{/} and discarded technology. Piles of salvageable debris are scattered across the ground. The air smells of ozone and rust."
exits:
east: 10
west: 8
+ north: 150
+ south: 151
+ northeast: 152
+ southeast: 153
+ northwest: 154
+ southwest: 155
+objects:
+ - id: scrap_pile
+ - id: scrap_pile
+ - id: scrap_pile