diff options
| author | historia <[not public]> | 2026-06-30 19:27:37 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 19:27:37 -0400 |
| commit | fee376102192dc6f24297a7b11324636ace3a07d (patch) | |
| tree | 6c777cc71208b429eebdbdc5864b353d4af34a09 /data/objects/sheep.yaml | |
| parent | 98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (diff) | |
| download | thehouseoficarus-fee376102192dc6f24297a7b11324636ace3a07d.tar.gz | |
feat: admin gui object CRUD is much nicer
Diffstat (limited to 'data/objects/sheep.yaml')
| -rw-r--r-- | data/objects/sheep.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/objects/sheep.yaml b/data/objects/sheep.yaml index 24f70c6..234714b 100644 --- a/data/objects/sheep.yaml +++ b/data/objects/sheep.yaml @@ -1,15 +1,15 @@ color: "FF" description: A fluffy sheep, ready to be shorn. gather: - base_wait: 3 drops: - depletes: true item_id: wool + level: 1 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... - level: 1 respawn_broadcast: A sheep grows a fresh coat of wool. respawn_timer: 100 skill: crafting @@ -19,6 +19,5 @@ gather: per_level: 0 tools: - shears - xp: 0 inroom_description: A fluffy sheep is wandering around here. name: sheep |
