Skip to content

Commit

Permalink
Add artificial sausage casings to prevent butchering refuse byproduct…
Browse files Browse the repository at this point in the history
…s when using plastic bags (CleverRaven#51797)

Co-authored-by: Maleclypse <[email protected]>
Co-authored-by: Kevin Granade <[email protected]>
  • Loading branch information
3 people authored Sep 24, 2021
1 parent 25be706 commit 6e11e3c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
10 changes: 10 additions & 0 deletions data/json/items/comestibles/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
23 changes: 17 additions & 6 deletions data/json/recipes/food/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 ],
Expand Down
14 changes: 7 additions & 7 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@
[ "seasoning_salt", 4 ],
[ "pepper", 4 ]
],
[ [ "sausage_casings", 6 ] ]
[ [ "sausage_casings", 6 ], [ "sausage_casings_artificial", 6 ] ]
]
},
{
Expand Down Expand Up @@ -1018,7 +1018,7 @@
[ "seasoning_salt", 4 ],
[ "pepper", 4 ]
],
[ [ "sausage_casings", 8 ] ]
[ [ "sausage_casings", 8 ], [ "sausage_casings_artificial", 8 ] ]
]
},
{
Expand Down Expand Up @@ -1047,7 +1047,7 @@
[ "seasoning_salt", 4 ],
[ "pepper", 4 ]
],
[ [ "sausage_casings", 6 ] ]
[ [ "sausage_casings", 6 ], [ "sausage_casings_artificial", 6 ] ]
]
},
{
Expand Down Expand Up @@ -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 ] ]
]
},
{
Expand Down Expand Up @@ -3020,7 +3020,7 @@
[ "seasoning_salt", 10 ],
[ "pepper", 10 ]
],
[ [ "sausage_casings", 6 ] ]
[ [ "sausage_casings", 6 ], [ "sausage_casings_artificial", 6 ] ]
]
},
{
Expand Down Expand Up @@ -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 ],
Expand Down Expand Up @@ -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 ],
Expand Down

0 comments on commit 6e11e3c

Please sign in to comment.