diff options
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/town/4.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/rooms/town/4.yaml b/data/rooms/town/4.yaml index 2c9f27f..5a8b036 100644 --- a/data/rooms/town/4.yaml +++ b/data/rooms/town/4.yaml @@ -1,6 +1,6 @@ id: 4 name: "Woodcutting Glade" -description: "A sunny glade at the edge of the forest. A sturdy tree stands here, perfect for practicing woodcutting." +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." map_symbol: "W" exits: east: 6 @@ -11,6 +11,8 @@ objects: - id: tree - id: tree - id: tree + - id: simple_rock + - id: tutorial_lever mobs: - id: rat - id: rat @@ -27,3 +29,9 @@ item_spawns: - id: lighter quantity: 1 respawn_ticks: 120 + - id: shortbow + quantity: 1 + respawn_ticks: 60 + - id: bronze_arrow + quantity: 100 + respawn_ticks: 60 |
