From b533a4ce845d9b9df30aa955fece49c20fd7acb3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Apr 2024 15:16:54 -0700 Subject: Fix various roasted nuts that weren't inheriting spoils_in properly. --- json/items/comestible/nuts.json | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) 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 @@ -13,6 +13,13 @@ "name": { "str_sp": "pistachios" }, "spoils_in": "91 days" }, + { + "type": "COMESTIBLE", + "id": "pistachio_roasted", + "copy-from": "pistachio_roasted", + "name": { "str_sp": "roasted pistachios" }, + "spoils_in": "91 days" + }, { "type": "COMESTIBLE", "id": "almond", @@ -27,6 +34,13 @@ "name": { "str_sp": "almond pulp" }, "spoils_in": "303 days" }, + { + "type": "COMESTIBLE", + "id": "almond_roasted", + "copy-from": "almond_roasted", + "name": { "str_sp": "roasted almonds" }, + "spoils_in": "303 days" + }, { "type": "COMESTIBLE", "id": "cashews", @@ -41,6 +55,13 @@ "name": { "str_sp": "pecans" }, "spoils_in": "182 days" }, + { + "type": "COMESTIBLE", + "id": "pecan_roasted", + "copy-from": "pecan_roasted", + "name": { "str_sp": "roasted pecans" }, + "spoils_in": "182 days" + }, { "type": "COMESTIBLE", "id": "peanut", @@ -62,6 +83,13 @@ "name": { "str_sp": "walnuts" }, "spoils_in": "182 days" }, + { + "type": "COMESTIBLE", + "id": "walnut_roasted", + "copy-from": "walnut_roasted", + "name": { "str_sp": "roasted walnuts" }, + "spoils_in": "182 days" + }, { "type": "COMESTIBLE", "id": "chestnut", @@ -69,6 +97,13 @@ "name": { "str_sp": "chestnuts" }, "spoils_in": "182 days" }, + { + "type": "COMESTIBLE", + "id": "chestnut_roasted", + "copy-from": "chestnut_roasted", + "name": { "str_sp": "roasted chestnuts" }, + "spoils_in": "182 days" + }, { "type": "COMESTIBLE", "id": "hazelnut", @@ -76,6 +111,13 @@ "name": { "str_sp": "hazelnuts" }, "spoils_in": "150 days" }, + { + "type": "COMESTIBLE", + "id": "hazelnut_roasted", + "copy-from": "hazelnut_roasted", + "name": { "str_sp": "roasted hazelnuts" }, + "spoils_in": "150 days" + }, { "type": "COMESTIBLE", "id": "edamame_roasted", @@ -97,11 +139,25 @@ "name": { "str_sp": "hickory nuts" }, "spoils_in": "182 days" }, + { + "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" } ] -- cgit v1.2.1