diff options
Diffstat (limited to 'data/objects/oak_tree.yaml')
| -rw-r--r-- | data/objects/oak_tree.yaml | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/data/objects/oak_tree.yaml b/data/objects/oak_tree.yaml index 2ad1ed2..0d42dab 100644 --- a/data/objects/oak_tree.yaml +++ b/data/objects/oak_tree.yaml @@ -1,4 +1,25 @@ +color: "113" +gather: + base_wait: 6 + deplete_timer: 45 + drops: + - depletes: false + item_id: oak_logs + message: You get some {113}oak logs{/}. + weight: 100 + fail_message: You swing but get no logs. + gather_message: You swing your axe at the oak tree... + level: 15 + nest_chance: 256 + respawn_broadcast: An {name} grows back. + respawn_timer: 14 + skill: woodcutting + success: + base: 0.4 + cap: 0.9 + per_level: 0.01 + tools: + - axe + xp: 37 id: oak_tree name: oak tree -color: "113" -behavior: chop_oak |
