From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- data/objects/maple_tree.yaml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'data/objects/maple_tree.yaml') diff --git a/data/objects/maple_tree.yaml b/data/objects/maple_tree.yaml index a2ac67a..1c11e82 100644 --- a/data/objects/maple_tree.yaml +++ b/data/objects/maple_tree.yaml @@ -1,4 +1,25 @@ +color: "173" +gather: + base_wait: 8 + deplete_timer: 100 + drops: + - depletes: false + item_id: maple_logs + message: You get some {173}maple logs{/}. + weight: 100 + fail_message: You swing but get no logs. + gather_message: You swing your axe at the maple tree... + level: 45 + nest_chance: 256 + respawn_broadcast: A {name} grows back. + respawn_timer: 59 + skill: woodcutting + success: + base: 0.28 + cap: 0.78 + per_level: 0.01 + tools: + - axe + xp: 100 id: maple_tree name: maple tree -color: "173" -behavior: chop_maple -- cgit v1.2.3