diff options
| author | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
| commit | 0ea4eec5dd2122c6704216971eb1249276297867 (patch) | |
| tree | 430fbbef04e837820f1d031c190f52ecd6112e25 /data/objects/yew_tree.yaml | |
| parent | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff) | |
| download | thehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz | |
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/objects/yew_tree.yaml')
| -rw-r--r-- | data/objects/yew_tree.yaml | 25 |
1 files changed, 23 insertions, 2 deletions
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 |
