diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-19 13:21:23 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-19 13:21:23 -0700 |
commit | 3f1e714cecb006ca0e23908566766fcaa666156e (patch) | |
tree | 05dff678369954e8a9122ec9faaa4c2c12c35b78 /json/recipes/food | |
parent | Fix sugar from sweets not outputting enough portions. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-3f1e714cecb006ca0e23908566766fcaa666156e.tar.xz |
Fix bratwurst to require 10 sausage casings.
Diffstat (limited to 'json/recipes/food')
-rw-r--r-- | json/recipes/food/meat.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json index 000a8ee..d977b63 100644 --- a/json/recipes/food/meat.json +++ b/json/recipes/food/meat.json @@ -566,5 +566,31 @@ [ [ "water", 2 ], [ "water_clean", 2 ] ], [ [ "bag_plastic", 1 ] ] ] + }, + { + "type": "recipe", + "result": "bratwurst_sausage", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 4, + "time": "1 h", + "book_learn": [ [ "family_cookbook", 2 ], [ "scots_cookbook", 2 ] ], + "batch_time_factors": [ 80, 5 ], + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], + "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ], + "components": [ + [ [ "meat_red", 2, "LIST" ], [ "can_chicken", 2 ] ], + [ [ "edible_fat", 1, "LIST" ], [ "edible_tallow_lard", 2, "LIST" ] ], + [ + [ "salt", 4 ], + [ "soysauce", 2 ], + [ "seasoning_italian", 4 ], + [ "wild_herbs", 4 ], + [ "seasoning_salt", 4 ], + [ "pepper", 4 ] + ], + [ [ "sausage_casings", 10 ], [ "stomach", 1 ], [ "stomach_large", 1 ] ] + ] } ] |