diff options
Diffstat (limited to 'data/objects/maple_tree.yaml')
| -rw-r--r-- | data/objects/maple_tree.yaml | 25 |
1 files changed, 23 insertions, 2 deletions
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 |
