From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- data/objects/sheep.yaml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'data/objects/sheep.yaml') diff --git a/data/objects/sheep.yaml b/data/objects/sheep.yaml index 2739c9c..865c20e 100644 --- a/data/objects/sheep.yaml +++ b/data/objects/sheep.yaml @@ -1,6 +1,25 @@ +color: "255" +description: A fluffy sheep, ready to be shorn. +gather: + base_wait: 3 + drops: + - depletes: true + item_id: wool + message: You shear some wool from the sheep. + weight: 100 + fail_message: The sheep wriggles free! + gather_message: You hold the sheep still and begin shearing... + level: 1 + respawn_broadcast: A sheep grows a fresh coat of wool. + respawn_timer: 100 + skill: crafting + success: + base: 0.95 + cap: 0.95 + per_level: 0 + tools: + - shears + xp: 0 id: sheep +inroom_description: A fluffy sheep is wandering around here. name: sheep -color: "255" -behavior: shear_sheep -description: "A fluffy sheep, ready to be shorn." -inroom_description: "A fluffy sheep is wandering around here." -- cgit v1.2.3