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/items/logs.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/items/logs.yaml') diff --git a/data/items/logs.yaml b/data/items/logs.yaml index 9b148ae..d838348 100644 --- a/data/items/logs.yaml +++ b/data/items/logs.yaml @@ -4,3 +4,6 @@ aliases: ["log", "wood"] description: "Some regular logs, good for firemaking and fletching." value: 2 stackable: false +fire_level: 1 +fire_xp: 40 +burn_ticks: 24 -- cgit v1.2.3