diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-12 16:23:52 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-12 16:23:52 -0800 |
commit | 8c95141641da522af2b5628df0b2622bf7d7f6e4 (patch) | |
tree | 4a0e53da7c8ccb238b701cb4c985a3834f01f6e6 /json | |
parent | Fix sausages not requiring sausage casings. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-8c95141641da522af2b5628df0b2622bf7d7f6e4.tar.xz |
Also fix sweet sausage not requiring sausage casings.
Diffstat (limited to 'json')
-rw-r--r-- | json/recipes/food/meat.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json index cd4f414..6197904 100644 --- a/json/recipes/food/meat.json +++ b/json/recipes/food/meat.json @@ -37,6 +37,34 @@ }, { "type": "recipe", + "result": "sweet_sausage", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 4, + "charges": 6, + "time": "1 h", + "book_learn": [ [ "family_cookbook", 4 ] ], + "batch_time_factors": [ 80, 5 ], + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], + "tools": [ [ [ "char_smoker", 10 ] ] ], + "components": [ + [ [ "syrup", 1 ] ], + [ [ "meat_red", 3, "LIST" ], [ "can_chicken", 3 ] ], + [ [ "edible_fat", 1, "LIST" ], [ "edible_tallow_lard", 2, "LIST" ] ], + [ + [ "salt", 10 ], + [ "soysauce", 1 ], + [ "seasoning_italian", 10 ], + [ "wild_herbs", 10 ], + [ "seasoning_salt", 10 ], + [ "pepper", 10 ] + ], + [ [ "sausage_casings", 6 ] ], + ] + }, + { + "type": "recipe", "result": "curry_meat", "charges": 1, "category": "CC_FOOD", |