aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/example_unused/town/9999911.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-03 18:36:55 -0400
committerhistoria <[not public]>2026-07-03 18:36:55 -0400
commit0dfd7bf19e800b67e03726c18cfa00e623d6b121 (patch)
tree19297eb5cee6b29dd01136f00889a01a99520374 /data/rooms/example_unused/town/9999911.yaml
parent034187d1c434b6bee32aeb539ea543f6ec537376 (diff)
downloadthehouseoficarus-0dfd7bf19e800b67e03726c18cfa00e623d6b121.tar.gz
fix: admin gui map screen works with rooms across multiple directories
Diffstat (limited to 'data/rooms/example_unused/town/9999911.yaml')
-rw-r--r--data/rooms/example_unused/town/9999911.yaml21
1 files changed, 15 insertions, 6 deletions
diff --git a/data/rooms/example_unused/town/9999911.yaml b/data/rooms/example_unused/town/9999911.yaml
index cc39328..64f944a 100644
--- a/data/rooms/example_unused/town/9999911.yaml
+++ b/data/rooms/example_unused/town/9999911.yaml
@@ -1,12 +1,15 @@
-name: "Kitchen"
-description: "A warm kitchen with a stone hearth and wooden counters. A large iron cooking range dominates one wall, and shelves are stocked with ingredients."
+id: 9999911
+name: Kitchen
+color: ""
+description:
+ - text: A warm kitchen with a stone hearth and wooden counters. A large iron cooking range dominates one wall, and shelves are stocked with ingredients.
exits:
- east: 9999912
- west: 9999910
+ east:
+ room: 9999912
+ west:
+ room: 9999910
objects:
- id: cooking_range
-mobs:
- - id: zombie
item_spawns:
- id: bucket_of_water
quantity: 1
@@ -14,3 +17,9 @@ item_spawns:
- id: pot_of_flour
quantity: 1
respawn_ticks: 200
+mobs:
+ - id: zombie
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []