summaryrefslogtreecommitdiff
path: root/json/items/comestible/veggy_dishes.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/veggy_dishes.json')
-rw-r--r--json/items/comestible/veggy_dishes.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json
new file mode 100644
index 0000000..ab4db88
--- /dev/null
+++ b/json/items/comestible/veggy_dishes.json
@@ -0,0 +1,44 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "garlic_roasted",
+ "copy-from": "garlic_roasted",
+ "name": { "str_sp": "roasted garlic" },
+ "spoils_in": "182 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "cornmeal",
+ "copy-from": "cornmeal",
+ "name": { "str_sp": "cornmeal" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "dry_rice",
+ "copy-from": "dry_rice",
+ "name": { "str_sp": "dried rice" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "dry_veggy",
+ "copy-from": "dry_veggy",
+ "name": { "str": "dehydrated vegetable" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "dried_salad",
+ "copy-from": "dried_salad",
+ "name": { "str": "dried salad" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "sauerkraut",
+ "copy-from": "sauerkraut",
+ "name": { "str_sp": "sauerkraut" },
+ "spoils_in": "30 days"
+ }
+]