From b0c9a69b0da01385ded76c15945e0e35e1e00dfc Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 6 Sep 2024 20:28:35 -0700 Subject: Fix containers of salted meat slices, pickled meat, pickled fish, and pickled veggies spawning half full. --- json/items/comestible/meat_dishes.json | 35 +++++++++++++++++++++++++++++++++ json/items/comestible/veggy_dishes.json | 9 +++++++++ 2 files changed, 44 insertions(+) (limited to 'json/items/comestible') diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json index 7674b98..496ad2d 100644 --- a/json/items/comestible/meat_dishes.json +++ b/json/items/comestible/meat_dishes.json @@ -78,6 +78,32 @@ ], "spoils_in": "364 days" }, + { + "type": "COMESTIBLE", + "id": "meat_salted", + "copy-from": "meat_salted", + "name": "salted meat slice", + "conditional_names": [ + { "type": "FLAG", "condition": "CANNIBALISM", "name": "salted simpleton slice" }, + { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "%s, mutant" } } + ], + "volume": "500 ml", + "charges": 2, + "//": "Fix sealed containers from spawning half filled by increasing the charges and volume." + }, + { + "type": "COMESTIBLE", + "id": "meat_pickled", + "copy-from": "meat_pickled", + "name": "pickled meat", + "conditional_names": [ + { "type": "FLAG", "condition": "CANNIBALISM", "name": "pickled punk" }, + { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "%s, mutant" } } + ], + "volume": "500 ml", + "charges": 2, + "//": "Fix sealed containers from spawning half filled by increasing the charges and volume." + }, { "type": "COMESTIBLE", "id": "dry_meat", @@ -95,5 +121,14 @@ "copy-from": "dry_meat_tainted", "name": { "str": "dehydrated tainted meat" }, "spoils_in": "364 days" + }, + { + "type": "COMESTIBLE", + "id": "fish_pickled", + "copy-from": "fish_pickled", + "name": { "str_sp": "pickled fish" }, + "volume": "500 ml", + "charges": 2, + "//": "Fix sealed containers from spawning half filled by increasing the charges and volume." } ] diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json index ab4db88..42c3e27 100644 --- a/json/items/comestible/veggy_dishes.json +++ b/json/items/comestible/veggy_dishes.json @@ -40,5 +40,14 @@ "copy-from": "sauerkraut", "name": { "str_sp": "sauerkraut" }, "spoils_in": "30 days" + }, + { + "type": "COMESTIBLE", + "id": "veggy_pickled", + "copy-from": "veggy_pickled", + "name": { "str": "pickled veggy", "str_pl": "pickled veggies" }, + "volume": "500 ml", + "charges": 2, + "//": "Fix sealed containers from spawning half filled by increasing the charges and volume." } ] -- cgit v1.2.1