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