summaryrefslogtreecommitdiff
path: root/json/items/comestible/raw_veggy.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/raw_veggy.json')
-rw-r--r--json/items/comestible/raw_veggy.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/json/items/comestible/raw_veggy.json b/json/items/comestible/raw_veggy.json
new file mode 100644
index 0000000..4b07ad9
--- /dev/null
+++ b/json/items/comestible/raw_veggy.json
@@ -0,0 +1,16 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "garlic",
+ "copy-from": "garlic",
+ "name": { "str": "garlic bulb" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "sugar_beet",
+ "copy-from": "sugar_beet",
+ "name": { "str": "sugar beet" },
+ "spoils_in": "91 days"
+ }
+]