diff options
| author | historia <[not public]> | 2026-06-21 22:19:17 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-21 22:19:17 -0400 |
| commit | a3ae1e6aad696f584d138d9363c05dedff136a65 (patch) | |
| tree | 81e615f7227bc9d1ec79ceefc7311ecde917b074 /data/rooms | |
| parent | 84072ffe6365ad57c4976e9272762aa6db41de7e (diff) | |
| download | thehouseoficarus-a3ae1e6aad696f584d138d9363c05dedff136a65.tar.gz | |
feat: safespot system implemented
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 |
