From 1b9e2da3b3c438d8dc53d3489725dd5ba0022777 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 04:46:27 -0400 Subject: feat: web client, get/drop updates and fixes --- data/rooms/5.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'data/rooms/5.yaml') 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 -- cgit v1.2.3