diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-10 01:43:20 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-10 01:43:20 -0800 |
commit | 84309e48e15dd9d12b021e9cf8e0d0e9b1cf1f87 (patch) | |
tree | 1fa40d46788166198c9368c015fb40981a687ee6 /json | |
parent | Chitin powder using biosilicified and mortar/pestle (diff) | |
download | cataclysm-bn-mod_recipe-fixes-84309e48e15dd9d12b021e9cf8e0d0e9b1cf1f87.tar.xz |
Allow wasteland sausages with human stomachs
Diffstat (limited to 'json')
-rw-r--r-- | json/recipes/recipe_food.json | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index 91e9af2..91b8174 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -585,6 +585,63 @@ ] }, { + "type": "recipe", + "result": "sausage_wasteland", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 4, + "charges": 2, + "time": "1 h 10 m", + "autolearn": true, + "batch_time_factors": [ 83, 3 ], + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], + "tools": [ [ [ "char_smoker", 10 ] ] ], + "components": [ + [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], + [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], + [ + [ "salt_water", 4 ], + [ "saline", 8 ], + [ "salt", 4 ], + [ "chem_saltpetre", 2 ], + [ "soysauce", 2 ], + [ "seasoning_italian", 4 ], + [ "wild_herbs", 4 ], + [ "seasoning_salt", 4 ], + [ "pepper", 4 ] + ] + ] + }, + { + "type": "recipe", + "result": "sausage_wasteland_raw", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 4, + "charges": 2, + "time": "10 m", + "autolearn": true, + "batch_time_factors": [ 50, 3 ], + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], + "components": [ + [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], + [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], + [ + [ "salt_water", 4 ], + [ "saline", 8 ], + [ "salt", 4 ], + [ "chem_saltpetre", 2 ], + [ "soysauce", 2 ], + [ "seasoning_italian", 4 ], + [ "wild_herbs", 4 ], + [ "seasoning_salt", 4 ], + [ "pepper", 4 ] + ] + ] + }, + { "result": "meal_bone", "type": "recipe", "id_suffix": "with_from_food_processor", |