aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/example_unused/town/999994.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/999994.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/999994.yaml')
-rw-r--r--data/rooms/example_unused/town/999994.yaml26
1 files changed, 18 insertions, 8 deletions
diff --git a/data/rooms/example_unused/town/999994.yaml b/data/rooms/example_unused/town/999994.yaml
index 8b9ee4c..ffff401 100644
--- a/data/rooms/example_unused/town/999994.yaml
+++ b/data/rooms/example_unused/town/999994.yaml
@@ -1,9 +1,15 @@
-name: "Woodcutting Glade"
-description: "A sunny glade at the edge of the forest. A sturdy tree stands here, perfect for practicing woodcutting. A solid rock formation near the edge of the glade looks like it could provide cover."
+id: 999994
+name: Woodcutting Glade
+color: ""
+description:
+ - text: A sunny glade at the edge of the forest. A sturdy tree stands here, perfect for practicing woodcutting. A solid rock formation near the edge of the glade looks like it could provide cover.
exits:
- east: 999996
- north: 999995
- west: 999992
+ east:
+ room: 999996
+ north:
+ room: 999995
+ west:
+ room: 999992
objects:
- id: tree
- id: tree
@@ -11,9 +17,6 @@ objects:
- id: tree
- id: simple_rock
- id: tutorial_lever
-mobs:
- - id: rat
- - id: rat
item_spawns:
- id: bronze_axe
quantity: 1
@@ -33,3 +36,10 @@ item_spawns:
- id: bronze_arrow
quantity: 100
respawn_ticks: 60
+mobs:
+ - id: rat
+ - id: rat
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []