blob: a7061c3e3f1c5fe335705bbf4471bcedf2d33904 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
id: shear_sheep
type: gather
skill: crafting
level: 1
xp: 0
base_wait: 3
tools: [shears]
success:
base: 0.95
per_level: 0
cap: 0.95
gather_message: "You hold the sheep still and begin shearing..."
fail_message: "The sheep wriggles free!"
drops:
- item_id: wool
weight: 100
depletes: true
message: "You shear some wool from the sheep."
respawn_timer: 100
respawn_broadcast: "A sheep grows a fresh coat of wool."
|