diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-16 14:52:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-05-16 14:52:20 -0700 |
commit | ea3208c59d25fbb98845fe792e5aab618e0387bd (patch) | |
tree | 7a90696abb22cd1af2b697624112476d3676b8fe /json/recipes/food | |
parent | Import string recipe from faction-camp-recipe1 mod. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-ea3208c59d25fbb98845fe792e5aab618e0387bd.tar.xz |
Add recipes for canned corn, large tin cans, and large canning.
Diffstat (limited to 'json/recipes/food')
-rw-r--r-- | json/recipes/food/canned.json | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index 1a8a400..e51dc94 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -126,5 +126,142 @@ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ] ] + }, + { + "type": "recipe", + "result": "can_beans", + "id_suffix": "canned_3l", + "container": "can_food_big", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "difficulty": 4, + "time": "36 m", + "book_learn": [ [ "manual_sealing", 3 ] ], + "contained": true, + "batch_time_factors": [ 80, 5 ], + "charges": 6, + "qualities": [ + { "id": "SAW_M", "level": 1 }, + { "id": "HAMMER", "level": 1 }, + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 3 } + ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "can_sealer", -1 ] ] ], + "components": [ + [ [ "can_food_big_unsealed", 1 ] ], + [ [ "scrap", 1 ] ], + [ [ "water", 1 ], [ "water_clean", 1 ] ], + [ [ "beans_cooked", 12 ], [ "dry_beans", 12 ], [ "raw_beans", 12 ] ] + ] + }, + { + "type": "recipe", + "result": "can_tomato", + "id_suffix": "canned_3l", + "container": "can_food_big", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "difficulty": 4, + "time": "36 m", + "book_learn": [ [ "manual_sealing", 3 ] ], + "contained": true, + "batch_time_factors": [ 80, 5 ], + "charges": 24, + "qualities": [ + { "id": "SAW_M", "level": 1 }, + { "id": "HAMMER", "level": 1 }, + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 3 } + ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "can_sealer", -1 ] ] ], + "components": [ + [ [ "can_food_big_unsealed", 1 ] ], + [ [ "scrap", 1 ] ], + [ [ "water", 1 ], [ "water_clean", 1 ] ], + [ [ "tomato", 24 ], [ "irradiated_tomato", 24 ] ] + ] + }, + { + "type": "recipe", + "result": "sauce_red", + "id_suffix": "canned_3l", + "container": "can_food_big", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "difficulty": 4, + "time": "1 h", + "book_learn": [ [ "manual_sealing", 3 ] ], + "contained": true, + "batch_time_factors": [ 80, 5 ], + "charges": 48, + "qualities": [ + { "id": "SAW_M", "level": 1 }, + { "id": "HAMMER", "level": 1 }, + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 3 } + ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "can_sealer", -1 ] ] ], + "components": [ + [ [ "can_food_big_unsealed", 1 ] ], + [ [ "scrap", 1 ] ], + [ [ "water", 1 ], [ "water_clean", 1 ] ], + [ [ "can_tomato", 12 ], [ "tomato", 12 ], [ "irradiated_tomato", 12 ] ] + ] + }, + { + "type": "recipe", + "result": "can_corn", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "difficulty": 4, + "time": "24 m", + "book_learn": [ [ "manual_sealing", 3 ] ], + "contained": true, + "batch_time_factors": [ 80, 5 ], + "qualities": [ + { "id": "SAW_M", "level": 1 }, + { "id": "HAMMER", "level": 1 }, + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 3 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ] ], + "components": [ + [ [ "can_medium_unsealed", 1 ] ], + [ [ "scrap", 1 ] ], + [ [ "water", 1 ], [ "water_clean", 1 ] ], + [ [ "corn", 2 ], [ "irradiated_corn", 2 ] ] + ] + }, + { + "type": "recipe", + "result": "can_corn", + "id_suffix": "canned_3l", + "container": "can_food_big", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "difficulty": 4, + "time": "36 m", + "book_learn": [ [ "manual_sealing", 3 ] ], + "contained": true, + "batch_time_factors": [ 80, 5 ], + "charges": 12, + "qualities": [ + { "id": "SAW_M", "level": 1 }, + { "id": "HAMMER", "level": 1 }, + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 3 } + ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "can_sealer", -1 ] ] ], + "components": [ + [ [ "can_medium_unsealed", 1 ] ], + [ [ "scrap", 1 ] ], + [ [ "water", 1 ], [ "water_clean", 1 ] ], + [ [ "corn", 12 ], [ "irradiated_corn", 12 ] ] + ] } ] |