diff options
Diffstat (limited to 'data/objects/tree.yaml')
| -rw-r--r-- | data/objects/tree.yaml | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/data/objects/tree.yaml b/data/objects/tree.yaml index 4f799e8..1d4bdee 100644 --- a/data/objects/tree.yaml +++ b/data/objects/tree.yaml @@ -1,4 +1,25 @@ +color: "107" +gather: + base_wait: 4 + depleted_message: You don't see any usable wood in this tree. + drops: + - depletes: true + item_id: logs + message: You get some {107}logs{/}. + weight: 100 + exhausted_message: The tree comes crashing down! + fail_message: You swing but get no logs. + gather_message: You swing your axe at the tree... + level: 1 + respawn_broadcast: A {name} grows back. + respawn_timer: 80 + skill: woodcutting + success: + base: 0.5 + cap: 0.95 + per_level: 0.01 + tools: + - axe + xp: 25 id: tree name: tree -color: "107" -behavior: chop_tree |
