summaryrefslogtreecommitdiff
path: root/json/items/comestible/wheat.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/wheat.json')
-rw-r--r--json/items/comestible/wheat.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/json/items/comestible/wheat.json b/json/items/comestible/wheat.json
new file mode 100644
index 0000000..11c507b
--- /dev/null
+++ b/json/items/comestible/wheat.json
@@ -0,0 +1,65 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "cereal2",
+ "copy-from": "cereal2",
+ "name": { "str": "wheat cereal" },
+ "spoils_in": "91 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "spaghetti_raw",
+ "copy-from": "spaghetti_raw",
+ "name": { "str_sp": "raw spaghetti pasta" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "lasagne_raw",
+ "copy-from": "lasagne_raw",
+ "name": { "str_sp": "raw lasagne pasta" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "macaroni_raw",
+ "copy-from": "macaroni_raw",
+ "name": { "str_sp": "raw macaroni" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "flour",
+ "copy-from": "flour",
+ "name": { "str_sp": "flour" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "oatmeal",
+ "copy-from": "oatmeal",
+ "name": { "str_sp": "oatmeal" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "cracker",
+ "copy-from": "cracker",
+ "name": { "str": "cracker" },
+ "spoils_in": "91 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "granola",
+ "copy-from": "granola",
+ "name": { "str_sp": "granola" },
+ "spoils_in": "182 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "noodles_fast",
+ "copy-from": "noodles_fast",
+ "name": { "str_sp": "fast noodles" },
+ "spoils_in": "364 days"
+ }
+]