diff options
Diffstat (limited to 'data/rooms/5.yaml')
| -rw-r--r-- | data/rooms/5.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/data/rooms/5.yaml b/data/rooms/5.yaml index 3c16a41..195c098 100644 --- a/data/rooms/5.yaml +++ b/data/rooms/5.yaml @@ -1,6 +1,12 @@ id: 5 -name: "Deep Forest" -description: "Thick trees surround you on all sides. Shafts of light pierce through the canopy above." -map_symbol: "T" +name: "Oak Grove" +description: "A stand of young oak trees. The wood here is tougher but more valuable." +map_symbol: "O" exits: south: 4 +objects: + - id: oak_tree +spawns: + - item_id: iron_axe + quantity: 1 + respawn_ticks: 60 |
