From a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 12 Jun 2026 23:52:06 -0400 Subject: feat: firemaking skill implemented. overhauled how ground items and despawn are handled. --- data/rooms/4.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data/rooms') diff --git a/data/rooms/4.yaml b/data/rooms/4.yaml index f1d7d08..74bee96 100644 --- a/data/rooms/4.yaml +++ b/data/rooms/4.yaml @@ -8,7 +8,19 @@ exits: west: 2 objects: - id: tree + - id: tree + - id: tree + - id: tree spawns: - item_id: bronze_axe quantity: 1 respawn_ticks: 60 + - item_id: matches + quantity: 100 + respawn_ticks: 120 + - item_id: firesteel + quantity: 1 + respawn_ticks: 120 + - item_id: lighter + quantity: 1 + respawn_ticks: 120 -- cgit v1.2.3