Skip to content

Commit

Permalink
Update sausage cases, cooked wasteland sausage (#2148)
Browse files Browse the repository at this point in the history
* Update sausage cases, cooked wasteland sausage

* Update meat_dishes.json
  • Loading branch information
chaosvolt authored Nov 19, 2022
1 parent ae97d3a commit 46ba305
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 8 deletions.
15 changes: 14 additions & 1 deletion data/json/items/comestibles/meat_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
"id": "sausage_wasteland",
"copy-from": "sausage_raw",
"type": "COMESTIBLE",
"name": "wasteland sausage",
"name": "smoked wasteland sausage",
"conditional_names": [ { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "wayward %s" } } ],
"description": "Lean sausage made from heavily salt-cured offal, with natural gut casing. Waste not, want not.",
"parasites": 0,
"healthy": 0,
Expand All @@ -165,12 +166,24 @@
"copy-from": "sausage_raw",
"type": "COMESTIBLE",
"name": "raw wasteland sausage",
"conditional_names": [ { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "wayward %s" } } ],
"description": "Lean raw sausage made from heavily salt-cured offal, ready to be smoked.",
"healthy": 0,
"quench": -7,
"flags": [ "SMOKABLE" ],
"smoking_result": "sausage_wasteland"
},
{
"type": "COMESTIBLE",
"id": "sausage_wasteland_cooked",
"name": "cooked wasteland sausage",
"copy-from": "sausage_wasteland_raw",
"parasites": 0,
"spoils_in": "4 days",
"fun": -3,
"description": "Lean sausage made from salt-cured offal, that has been cooked.",
"flags": [ "EATEN_HOT" ]
},
{
"type": "COMESTIBLE",
"id": "cracklins",
Expand Down
26 changes: 20 additions & 6 deletions data/json/recipes/food/meat.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
[ "seasoning_salt", 4 ],
[ "pepper", 4 ]
],
[ [ "sausage_casings", 1 ] ]
[ [ "sausage_casings", 1 ], [ "stomach", 1 ], [ "stomach_large", 1 ] ]
]
},
{
Expand Down Expand Up @@ -1560,7 +1560,7 @@
"tools": [ [ [ "char_smoker", 10 ] ] ],
"components": [
[ [ "offal_raw", 4, "LIST" ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ],
[ [ "stomach", 2 ], [ "stomach_large", 1 ] ],
[ [ "sausage_casings", 2 ], [ "stomach", 1 ], [ "stomach_large", 1 ] ],
[
[ "salt_water", 4 ],
[ "saline", 8 ],
Expand Down Expand Up @@ -1604,7 +1604,7 @@
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
"components": [
[ [ "offal_raw", 4, "LIST" ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ],
[ [ "stomach", 2 ], [ "stomach_large", 1 ] ],
[ [ "sausage_casings", 2 ], [ "stomach", 1 ], [ "stomach_large", 1 ] ],
[
[ "salt_water", 4 ],
[ "saline", 8 ],
Expand All @@ -1618,6 +1618,20 @@
]
]
},
{
"type": "recipe",
"result": "sausage_wasteland_cooked",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"time": "15 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
"charges": 1,
"components": [ [ [ "sausage_wasteland_raw", 1 ] ] ]
},
{
"type": "recipe",
"result": "fish_pickled",
Expand Down Expand Up @@ -2472,9 +2486,9 @@
"difficulty": 5,
"time": "50 m",
"batch_time_factors": [ 80, 5 ],
"charges": 60,
"charges": 20,
"//": "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 ] ],
"book_learn": [ [ "survival_book", 4 ], [ "family_cookbook", 4 ], [ "offalcooking", 3 ] ],
"qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT_FINE", "level": 1 } ],
"tools": [ [ [ "funnel", -1 ] ] ],
"components": [ [ [ "stomach", 2 ], [ "stomach_large", 1 ] ], [ [ "salt", 20 ] ], [ [ "water", 2 ] ], [ [ "bag_plastic", 1 ] ] ]
Expand Down Expand Up @@ -2535,7 +2549,7 @@
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
"components": [
[ [ "meat_nofish", 2, "LIST" ] ],
[ [ "sausage_casings", 2 ] ],
[ [ "sausage_casings", 2 ], [ "stomach", 1 ], [ "stomach_large", 1 ] ],
[
[ "salt_water", 4 ],
[ "saline", 8 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/food/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
[ "irradiated_lemon", 1 ],
[ "rennet", 1 ],
[ "stomach_large", 1 ],
[ "stomach", 2 ],
[ "stomach", 1 ],
[ "wild_herbs", 40 ]
],
[ [ "salt_water", 1 ], [ "saline", 1 ], [ "salt", 1 ], [ "seasoning_salt", 1 ] ],
Expand Down

0 comments on commit 46ba305

Please sign in to comment.