diff options
| author | historia <[not public]> | 2026-06-18 20:26:03 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-18 20:26:03 -0400 |
| commit | 97a1a908b9e6e6d3516628c139c9b64262b4fe08 (patch) | |
| tree | d82953974edbfb4051dff1a48f1b264b9c264d28 /data/objects/sheep.yaml | |
| parent | 17e7725f252c7f5d3be2e9c37d62751c631f196f (diff) | |
| download | thehouseoficarus-97a1a908b9e6e6d3516628c139c9b64262b4fe08.tar.gz | |
feat: crafting roughly implemented (leather, gems, gold, clay, spinning).
Diffstat (limited to 'data/objects/sheep.yaml')
| -rw-r--r-- | data/objects/sheep.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/objects/sheep.yaml b/data/objects/sheep.yaml new file mode 100644 index 0000000..2739c9c --- /dev/null +++ b/data/objects/sheep.yaml @@ -0,0 +1,6 @@ +id: sheep +name: sheep +color: "255" +behavior: shear_sheep +description: "A fluffy sheep, ready to be shorn." +inroom_description: "A fluffy sheep is wandering around here." |
