summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 15:16:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 15:16:54 -0700
commitb533a4ce845d9b9df30aa955fece49c20fd7acb3 (patch)
tree77d77a6fda2eb75065680dcdbd8bd9d719fdb13c
parentMore typos. (diff)
downloadcataclysm-bn-mod_recipe-fixes-b533a4ce845d9b9df30aa955fece49c20fd7acb3.tar.xz
Fix various roasted nuts that weren't inheriting spoils_in properly.
-rw-r--r--json/items/comestible/nuts.json56
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"
}
]