From 6e11e3c2f3e55175aa9328dd16ead1f051cea336 Mon Sep 17 00:00:00 2001 From: mythosmod <91185016+mythosmod@users.noreply.github.com> Date: Sat, 25 Sep 2021 00:44:11 +0100 Subject: [PATCH] Add artificial sausage casings to prevent butchering refuse byproducts when using plastic bags (#51797) Co-authored-by: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Co-authored-by: Kevin Granade --- data/json/items/comestibles/offal_dishes.json | 10 ++++++++ data/json/recipes/food/offal_dishes.json | 23 ++++++++++++++----- data/json/recipes/recipe_food.json | 14 +++++------ 3 files changed, 34 insertions(+), 13 deletions(-) diff --git a/data/json/items/comestibles/offal_dishes.json b/data/json/items/comestibles/offal_dishes.json index 2ed199d53725f..ab0fb1db4da96 100644 --- a/data/json/items/comestibles/offal_dishes.json +++ b/data/json/items/comestibles/offal_dishes.json @@ -285,6 +285,16 @@ "material": [ "flesh" ], "charges": 60 }, + { + "id": "sausage_casings_artificial", + "copy-from": "spice", + "type": "COMESTIBLE", + "name": { "str": "artifical sausage casing" }, + "description": "Sausage casings made from plastic bags. Ready to be used for forming meat products.", + "color": "red", + "material": [ "plastic" ], + "charges": 60 + }, { "type": "COMESTIBLE", "id": "homemade_hotdogs", diff --git a/data/json/recipes/food/offal_dishes.json b/data/json/recipes/food/offal_dishes.json index 499103b390de1..815c06203a15a 100644 --- a/data/json/recipes/food/offal_dishes.json +++ b/data/json/recipes/food/offal_dishes.json @@ -445,11 +445,22 @@ "//": "Charcuterie: The Craft of Salting, Smoking, and Curing would be a good book for someone to use for further meat products recipes.", "book_learn": [ [ "offalcooking", 3 ] ], "qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT_FINE", "level": 1 } ], - "components": [ - [ [ "meat_stomach", 1, "LIST" ], [ "bag_plastic", 1 ] ], - [ [ "salt", 20 ] ], - [ [ "water", 2 ], [ "water_clean", 2 ] ] - ] + "components": [ [ [ "meat_stomach", 1, "LIST" ] ], [ [ "salt", 20 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ] + }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "sausage_casings_artificial", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 5, + "time": "50 m", + "batch_time_factors": [ 83, 5 ], + "charges": 60, + "book_learn": [ [ "offalcooking", 3 ] ], + "qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT_FINE", "level": 1 } ], + "components": [ [ [ "bag_plastic", 1 ] ] ] }, { "type": "recipe", @@ -467,7 +478,7 @@ "tools": [ [ [ "funnel", -1 ], [ "makeshift_funnel", -1 ] ] ], "components": [ [ [ "meat_nofish", 2, "LIST" ] ], - [ [ "sausage_casings", 6 ] ], + [ [ "sausage_casings", 6 ], [ "sausage_casings_artificial", 6 ] ], [ [ "salt_water", 4 ], [ "saline", 8 ], diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 1fffdfb70851c..5d3fc6b5f6111 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -989,7 +989,7 @@ [ "seasoning_salt", 4 ], [ "pepper", 4 ] ], - [ [ "sausage_casings", 6 ] ] + [ [ "sausage_casings", 6 ], [ "sausage_casings_artificial", 6 ] ] ] }, { @@ -1018,7 +1018,7 @@ [ "seasoning_salt", 4 ], [ "pepper", 4 ] ], - [ [ "sausage_casings", 8 ] ] + [ [ "sausage_casings", 8 ], [ "sausage_casings_artificial", 8 ] ] ] }, { @@ -1047,7 +1047,7 @@ [ "seasoning_salt", 4 ], [ "pepper", 4 ] ], - [ [ "sausage_casings", 6 ] ] + [ [ "sausage_casings", 6 ], [ "sausage_casings_artificial", 6 ] ] ] }, { @@ -1088,7 +1088,7 @@ "components": [ [ [ "meat_red", 2, "LIST" ] ], [ [ "salt", 2 ], [ "soysauce", 1 ], [ "seasoning_italian", 2 ], [ "wild_herbs", 2 ], [ "seasoning_salt", 2 ] ], - [ [ "sausage_casings", 8 ] ] + [ [ "sausage_casings", 8 ], [ "sausage_casings_artificial", 8 ] ] ] }, { @@ -3020,7 +3020,7 @@ [ "seasoning_salt", 10 ], [ "pepper", 10 ] ], - [ [ "sausage_casings", 6 ] ] + [ [ "sausage_casings", 6 ], [ "sausage_casings_artificial", 6 ] ] ] }, { @@ -7088,7 +7088,7 @@ "tools": [ [ [ "char_smoker", 10 ] ], [ [ "funnel", -1 ], [ "makeshift_funnel", -1 ] ] ], "components": [ [ [ "offal", 4 ], [ "mutant_bug_organs", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], - [ [ "sausage_casings", 2 ] ], + [ [ "sausage_casings", 2 ], [ "sausage_casings_artificial", 2 ] ], [ [ "salt_water", 4 ], [ "saline", 8 ], @@ -7136,7 +7136,7 @@ "tools": [ [ [ "funnel", -1 ], [ "makeshift_funnel", -1 ] ] ], "components": [ [ [ "offal", 4 ], [ "mutant_bug_organs", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], - [ [ "sausage_casings", 2 ] ], + [ [ "sausage_casings", 2 ], [ "sausage_casings_artificial", 2 ] ], [ [ "salt_water", 4 ], [ "saline", 8 ],