diff options
Diffstat (limited to 'json/items')
| -rw-r--r-- | json/items/comestible/nuts.json | 56 | 
1 files changed, 56 insertions, 0 deletions
| diff --git a/json/items/comestible/nuts.json b/json/items/comestible/nuts.json index bcf89c8..b42f775 100644 --- a/json/items/comestible/nuts.json +++ b/json/items/comestible/nuts.json @@ -15,6 +15,13 @@    },    {      "type": "COMESTIBLE", +    "id": "pistachio_roasted", +    "copy-from": "pistachio_roasted", +    "name": { "str_sp": "roasted pistachios" }, +    "spoils_in": "91 days" +  }, +  { +    "type": "COMESTIBLE",      "id": "almond",      "copy-from": "almond",      "name": { "str_sp": "almonds" }, @@ -29,6 +36,13 @@    },    {      "type": "COMESTIBLE", +    "id": "almond_roasted", +    "copy-from": "almond_roasted", +    "name": { "str_sp": "roasted almonds" }, +    "spoils_in": "303 days" +  }, +  { +    "type": "COMESTIBLE",      "id": "cashews",      "copy-from": "cashews",      "name": { "str_sp": "cashews" }, @@ -43,6 +57,13 @@    },    {      "type": "COMESTIBLE", +    "id": "pecan_roasted", +    "copy-from": "pecan_roasted", +    "name": { "str_sp": "roasted pecans" }, +    "spoils_in": "182 days" +  }, +  { +    "type": "COMESTIBLE",      "id": "peanut",      "copy-from": "peanut",      "name": { "str_sp": "peanuts" }, @@ -64,6 +85,13 @@    },    {      "type": "COMESTIBLE", +    "id": "walnut_roasted", +    "copy-from": "walnut_roasted", +    "name": { "str_sp": "roasted walnuts" }, +    "spoils_in": "182 days" +  }, +  { +    "type": "COMESTIBLE",      "id": "chestnut",      "copy-from": "chestnut",      "name": { "str_sp": "chestnuts" }, @@ -71,6 +99,13 @@    },    {      "type": "COMESTIBLE", +    "id": "chestnut_roasted", +    "copy-from": "chestnut_roasted", +    "name": { "str_sp": "roasted chestnuts" }, +    "spoils_in": "182 days" +  }, +  { +    "type": "COMESTIBLE",      "id": "hazelnut",      "copy-from": "hazelnut",      "name": { "str_sp": "hazelnuts" }, @@ -78,6 +113,13 @@    },    {      "type": "COMESTIBLE", +    "id": "hazelnut_roasted", +    "copy-from": "hazelnut_roasted", +    "name": { "str_sp": "roasted hazelnuts" }, +    "spoils_in": "150 days" +  }, +  { +    "type": "COMESTIBLE",      "id": "edamame_roasted",      "copy-from": "edamame_roasted",      "name": { "str_sp": "roasted edamame" }, @@ -99,9 +141,23 @@    },    {      "type": "COMESTIBLE", +    "id": "hickory_nut_roasted", +    "copy-from": "hickory_nut_roasted", +    "name": { "str_sp": "roasted hickory nuts" }, +    "spoils_in": "182 days" +  }, +  { +    "type": "COMESTIBLE",      "id": "acorns",      "copy-from": "acorns",      "name": { "str_sp": "acorns" },      "spoils_in": "242 days" +  }, +  { +    "type": "COMESTIBLE", +    "id": "acorn_roasted", +    "copy-from": "acorn_roasted", +    "name": { "str_sp": "roasted acorns" }, +    "spoils_in": "242 days"    }  ] | 
