diff options
| author | historia <[not public]> | 2026-07-03 16:55:23 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-03 16:55:23 -0400 |
| commit | 034187d1c434b6bee32aeb539ea543f6ec537376 (patch) | |
| tree | f238a9c6a657af20edf0c53e9d0980bc58c1133a /data/rooms/example_unused/wilderness | |
| parent | 778157981cccb8cb4856e3ab5a72085830c59120 (diff) | |
| download | thehouseoficarus-034187d1c434b6bee32aeb539ea543f6ec537376.tar.gz | |
feat: card ui added to drops, hazards, techs, and mods in admin gui
Diffstat (limited to 'data/rooms/example_unused/wilderness')
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999150.yaml | 19 | ||||
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999151.yaml | 16 | ||||
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999170.yaml | 16 | ||||
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999171.yaml | 16 |
4 files changed, 50 insertions, 17 deletions
diff --git a/data/rooms/example_unused/wilderness/99999150.yaml b/data/rooms/example_unused/wilderness/99999150.yaml index f11610f..d68ac66 100644 --- a/data/rooms/example_unused/wilderness/99999150.yaml +++ b/data/rooms/example_unused/wilderness/99999150.yaml @@ -1,9 +1,13 @@ -name: "Hydroponics Bay" -description: "A large enclosed area with climate-controlled growing stations. {34}Lush green patches{/} of soil are laid out in neat rows under artificial UV lamps. A {94}tool shed{/} stands near the entrance. Exits lead to specialized growing areas." +id: 99999150 +name: Hydroponics Bay +color: "" +description: + - text: A large enclosed area with climate-controlled growing stations. {34}Lush green patches{/} of soil are laid out in neat rows under artificial UV lamps. A {94}tool shed{/} stands near the entrance. Exits lead to specialized growing areas. exits: - north: 15 - east: 151 - south: 152 + east: + room: 151 + south: + room: 152 objects: - id: tool_shed item_spawns: @@ -28,3 +32,8 @@ item_spawns: - id: onion_seed quantity: 10 respawn_ticks: 300 +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] diff --git a/data/rooms/example_unused/wilderness/99999151.yaml b/data/rooms/example_unused/wilderness/99999151.yaml index 88c1452..6e429a4 100644 --- a/data/rooms/example_unused/wilderness/99999151.yaml +++ b/data/rooms/example_unused/wilderness/99999151.yaml @@ -1,9 +1,17 @@ -name: "Herb Garden" -description: "A dedicated section of the hydroponics bay for growing herbs. {28}Herb patches{/} are arranged in two rows under specialized grow lights. The air here smells faintly of fresh vegetation." -exits: - west: 150 +id: 99999151 +name: Herb Garden +color: "" +description: + - text: A dedicated section of the hydroponics bay for growing herbs. {28}Herb patches{/} are arranged in two rows under specialized grow lights. The air here smells faintly of fresh vegetation. +exits: {} objects: - id: herb_patch - id: herb_patch - id: herb_patch - id: herb_patch +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] diff --git a/data/rooms/example_unused/wilderness/99999170.yaml b/data/rooms/example_unused/wilderness/99999170.yaml index 3ad1581..f711b98 100644 --- a/data/rooms/example_unused/wilderness/99999170.yaml +++ b/data/rooms/example_unused/wilderness/99999170.yaml @@ -1,6 +1,14 @@ -name: "Local Neighborhood" -description: "A quiet cul-de-sac of modest homes, each with a small garden plot. An estate directory terminal glows in the center, listing residents and property information." -exits: - south: 16 +id: 99999170 +name: Local Neighborhood +color: "" +description: + - text: A quiet cul-de-sac of modest homes, each with a small garden plot. An estate directory terminal glows in the center, listing residents and property information. +exits: {} objects: - id: estate_directory +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] diff --git a/data/rooms/example_unused/wilderness/99999171.yaml b/data/rooms/example_unused/wilderness/99999171.yaml index 012849c..4b931cf 100644 --- a/data/rooms/example_unused/wilderness/99999171.yaml +++ b/data/rooms/example_unused/wilderness/99999171.yaml @@ -1,6 +1,14 @@ -name: "Lumberyard" -description: "Stacks of fresh-cut timber fill the air with the scent of pine. A massive industrial sawmill hums in the background, operated by a burly worker." -exits: - west: 16 +id: 99999171 +name: Lumberyard +color: "" +description: + - text: Stacks of fresh-cut timber fill the air with the scent of pine. A massive industrial sawmill hums in the background, operated by a burly worker. +exits: {} +objects: [] +item_spawns: [] mobs: - id: sawmill_operator +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
