diff options
Diffstat (limited to 'data/behaviors/shear_sheep.yaml')
| -rw-r--r-- | data/behaviors/shear_sheep.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/behaviors/shear_sheep.yaml b/data/behaviors/shear_sheep.yaml new file mode 100644 index 0000000..a7061c3 --- /dev/null +++ b/data/behaviors/shear_sheep.yaml @@ -0,0 +1,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." |
