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/yew_tree.yaml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'data/objects/yew_tree.yaml') diff --git a/data/objects/yew_tree.yaml b/data/objects/yew_tree.yaml index cb81172..b521052 100644 --- a/data/objects/yew_tree.yaml +++ b/data/objects/yew_tree.yaml @@ -1,4 +1,25 @@ +color: "108" +gather: + base_wait: 10 + deplete_timer: 190 + drops: + - depletes: false + item_id: yew_logs + message: You get some {108}yew logs{/}. + weight: 100 + fail_message: You swing but get no logs. + gather_message: You swing your axe at the yew tree... + level: 60 + nest_chance: 256 + respawn_broadcast: A {name} grows back. + respawn_timer: 99 + skill: woodcutting + success: + base: 0.2 + cap: 0.7 + per_level: 0.01 + tools: + - axe + xp: 175 id: yew_tree name: yew tree -color: "108" -behavior: chop_yew -- cgit v1.2.3