From dea4a06764c507699cf9adcd1fd0a572d227aff0 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 02:51:05 -0400 Subject: feat: scavenge/scrap system started --- 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/9.yaml | 12 +++++++++++- 11 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 data/rooms/150.yaml create mode 100644 data/rooms/151.yaml create mode 100644 data/rooms/152.yaml create mode 100644 data/rooms/153.yaml create mode 100644 data/rooms/154.yaml create mode 100644 data/rooms/155.yaml create mode 100644 data/rooms/156.yaml create mode 100644 data/rooms/157.yaml create mode 100644 data/rooms/158.yaml create mode 100644 data/rooms/159.yaml (limited to 'data/rooms') 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 -- cgit v1.2.3