diff options
| author | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
| commit | c705ae942573984784ef501bf8198f61f5206ddd (patch) | |
| tree | c964066f3a244002bf75cb50a877630f46496f81 /data/objects/sheep.yaml | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz | |
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/objects/sheep.yaml')
| -rw-r--r-- | data/objects/sheep.yaml | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/data/objects/sheep.yaml b/data/objects/sheep.yaml index e482198..580af39 100644 --- a/data/objects/sheep.yaml +++ b/data/objects/sheep.yaml @@ -1,23 +1,24 @@ color: "FF" -description: A fluffy sheep, ready to be shorn. +description: +- text: A fluffy sheep, ready to be shorn. gather: - drops: - - depletes: true - item_id: wool - level: 1 - success_message: You shear some wool from the sheep. - weight: 100 - xp: 0 - fail_message: The sheep wriggles free! - gather_message: You hold the sheep still and begin shearing... - 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 + drops: + - depletes: true + item_id: wool + level: 1 + success_message: You shear some wool from the sheep. + weight: 100 + xp: 0 + fail_message: The sheep wriggles free! + gather_message: You hold the sheep still and begin shearing... + 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 inroom_description: A fluffy sheep is wandering around here. name: sheep |
