diff options
Diffstat (limited to 'data/objects')
| -rw-r--r-- | data/objects/allotment_patch.yaml | 7 | ||||
| -rw-r--r-- | data/objects/flower_patch.yaml | 7 | ||||
| -rw-r--r-- | data/objects/herb_patch.yaml | 7 | ||||
| -rw-r--r-- | data/objects/tool_shed.yaml | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/data/objects/allotment_patch.yaml b/data/objects/allotment_patch.yaml new file mode 100644 index 0000000..9d905b0 --- /dev/null +++ b/data/objects/allotment_patch.yaml @@ -0,0 +1,7 @@ +id: allotment_patch +name: allotment patch +color: "94" +behavior: "" +hidden: false +inroom_description: "An allotment patch is marked out in the ground." +description: "A large patch of soil for growing vegetables. Use 'inspect' to check its status." diff --git a/data/objects/flower_patch.yaml b/data/objects/flower_patch.yaml new file mode 100644 index 0000000..c5f6d42 --- /dev/null +++ b/data/objects/flower_patch.yaml @@ -0,0 +1,7 @@ +id: flower_patch +name: flower patch +color: "213" +behavior: "" +hidden: false +inroom_description: "A flower patch is outlined with small stones." +description: "A small decorative patch for growing flowers. Use 'inspect' to check its status." diff --git a/data/objects/herb_patch.yaml b/data/objects/herb_patch.yaml new file mode 100644 index 0000000..cca6e27 --- /dev/null +++ b/data/objects/herb_patch.yaml @@ -0,0 +1,7 @@ +id: herb_patch +name: herb patch +color: "28" +behavior: "" +hidden: false +inroom_description: "A prepared herb patch sits in the soil." +description: "A small patch of tilled soil suitable for growing herbs. Use 'inspect' to check its status." diff --git a/data/objects/tool_shed.yaml b/data/objects/tool_shed.yaml new file mode 100644 index 0000000..752c921 --- /dev/null +++ b/data/objects/tool_shed.yaml @@ -0,0 +1,7 @@ +id: tool_shed +name: tool shed +color: "94" +behavior: tool_shed_talk +hidden: false +inroom_description: "A weathered tool shed stands against the wall." +description: "A small shed for storing farming tools. Talk to it to store or retrieve tools." |
