summaryrefslogtreecommitdiff
path: root/json/items/comestible/nuts.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/nuts.json')
-rw-r--r--json/items/comestible/nuts.json107
1 files changed, 107 insertions, 0 deletions
diff --git a/json/items/comestible/nuts.json b/json/items/comestible/nuts.json
new file mode 100644
index 0000000..9658abf
--- /dev/null
+++ b/json/items/comestible/nuts.json
@@ -0,0 +1,107 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "pine_nuts",
+ "copy-from": "pine_nuts",
+ "name": { "str_sp": "pine nuts" },
+ "spoils_in": "1092 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "pistachio",
+ "copy-from": "pistachio",
+ "name": { "str_sp": "pistachios" },
+ "spoils_in": "91 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "almond",
+ "copy-from": "almond",
+ "name": { "str_sp": "almonds" },
+ "spoils_in": "303 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "almond_pulp",
+ "copy-from": "almond_pulp",
+ "name": { "str_sp": "almond pulp" },
+ "spoils_in": "303 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "cashew",
+ "copy-from": "cashew",
+ "name": { "str_sp": "cashews" },
+ "spoils_in": "242 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "pecan",
+ "copy-from": "pecan",
+ "name": { "str_sp": "pecans" },
+ "spoils_in": "182 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "peanut",
+ "copy-from": "peanut",
+ "name": { "str_sp": "peanuts" },
+ "spoils_in": "242 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "beech_nuts",
+ "copy-from": "beech_nuts",
+ "name": { "str_sp": "beech nuts" },
+ "spoils_in": "91 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "walnut",
+ "copy-from": "walnut",
+ "name": { "str_sp": "walnuts" },
+ "spoils_in": "182 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "chestnut",
+ "copy-from": "chestnut",
+ "name": { "str_sp": "chestnuts" },
+ "spoils_in": "182 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "hazelnut",
+ "copy-from": "hazelnut",
+ "name": { "str_sp": "hazelnuts" },
+ "spoils_in": "150 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "edamame_roasted",
+ "copy-from": "edamame_roasted",
+ "name": { "str_sp": "roasted edamame" },
+ "spoils_in": "242 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "soy_nuts",
+ "copy-from": "soy_nuts",
+ "name": { "str_sp": "roasted soy nuts" },
+ "spoils_in": "242 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "hickory_nut",
+ "copy-from": "hickory_nut",
+ "name": { "str_sp": "hickory nuts" },
+ "spoils_in": "182 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "acorns",
+ "copy-from": "acorns",
+ "name": { "str_sp": "acorns" },
+ "spoils_in": "242 days"
+ }
+]