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/maple_logs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/items/maple_logs.yaml') diff --git a/data/items/maple_logs.yaml b/data/items/maple_logs.yaml index 11f7dcd..d162471 100644 --- a/data/items/maple_logs.yaml +++ b/data/items/maple_logs.yaml @@ -1,6 +1,9 @@ id: maple_logs name: maple logs aliases: ["logs", "maple", "log"] -description: "Some sturdy maple logs." +description: "Some smooth maple logs." value: 16 stackable: false +fire_level: 45 +fire_xp: 135 +burn_ticks: 40 -- cgit v1.2.3