diff options
Diffstat (limited to 'data/rooms/example_unused/town/999994.yaml')
| -rw-r--r-- | data/rooms/example_unused/town/999994.yaml | 26 |
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: [] |
