blob: 199b5487ddb6fb1a217e03d3756cee8614705f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
color: "6B"
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 {6B}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
name: tree
|