From 877cdf3a92bcc461b32dc128ef1c9116d1775fc5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Jan 2023 02:46:03 -0800 Subject: Fix sorting of some recipes. --- json/recipes/food/meat.json | 364 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 364 insertions(+) create mode 100644 json/recipes/food/meat.json (limited to 'json/recipes/food/meat.json') diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json new file mode 100644 index 0000000..ed78450 --- /dev/null +++ b/json/recipes/food/meat.json @@ -0,0 +1,364 @@ +[ + { + "type": "recipe", + "result": "curry_meat", + "charges": 1, + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 2, + "time": "20 m", + "batch_time_factors": [ 80, 5 ], + "book_learn": [ [ "cookbook_indian", 1 ] ], + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ], + "components": [ + [ + [ "veggy", 2 ], + [ "veggy_wild", 2 ], + [ "veggy_salted", 2 ], + [ "rehydrated_veggy", 2 ], + [ "dry_veggy", 2 ], + [ "mushroom", 2 ], + [ "dry_mushroom", 2 ], + [ "morel_cooked", 2 ], + [ "mushroom_cooked", 2 ], + [ "can_beans", 1 ], + [ "beans_cooked", 1 ], + [ "lentils_cooked", 1 ], + [ "rice_cooked", 1 ], + [ "tofu", 1 ], + [ "dry_tofu", 1 ], + [ "edamame_cooked", 1 ] + ], + [ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ] ], + [ [ "meat_red", 1, "LIST" ], [ "dry_meat", 1 ], [ "can_chicken", 1 ] ], + [ [ "curry_powder", 4 ], [ "chilly-p", 4 ] ] + ] + }, + { + "type": "recipe", + "result": "chili", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 2, + "time": "20 m", + "charges": 2, + "batch_time_factors": [ 80, 5 ], + "book_learn": [ [ "cookbook_italian", 2 ] ], + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ], + "components": [ + [ + [ "veggy", 2 ], + [ "veggy_wild", 2 ], + [ "veggy_salted", 2 ], + [ "rehydrated_veggy", 2 ], + [ "mushroom", 2 ], + [ "dry_mushroom", 2 ], + [ "morel_cooked", 2 ], + [ "mushroom_cooked", 2 ], + [ "dry_veggy", 2 ] + ], + [ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ] ], + [ [ "meat_red", 1, "LIST" ], [ "dry_meat", 1 ], [ "can_chicken", 1 ] ], + [ [ "can_beans", 1 ], [ "beans_cooked", 1 ] ], + [ [ "chilly-p", 2 ], [ "chili_pepper", 1 ] ] + ] + }, + { + "type": "recipe", + "result": "pizza_supreme", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 3, + "time": "30 m", + "batch_time_factors": [ 50, 3 ], + "book_learn": [ [ "cookbook_italian", 3 ] ], + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ], + "components": [ + [ [ "flour", 30 ] ], + [ + [ "meat_red", 2, "LIST" ], + [ "can_chicken", 2 ], + [ "meat_salted", 2 ], + [ "dry_meat", 2 ], + [ "fish", 2 ], + [ "fish_canned", 2 ], + [ "can_tuna", 2 ], + [ "salted_fish", 2 ], + [ "rehydrated_fish", 2 ], + [ "dry_fish", 2 ], + [ "tofu", 2 ], + [ "dry_tofu", 2 ] + ], + [ + [ "veggy_any", 2, "LIST" ], + [ "mushroom", 2 ], + [ "dry_mushroom", 2 ], + [ "morel_cooked", 2 ], + [ "mushroom_cooked", 2 ], + [ "dry_veggy", 2 ] + ], + [ [ "cheese_any", 2, "LIST" ] ], + [ + [ "sauce_pesto", 1 ], + [ "sauce_red", 1 ], + [ "seasoning_italian", 5 ], + [ "wild_herbs", 10 ], + [ "tomato", 1 ], + [ "irradiated_tomato", 1 ], + [ "can_tomato", 1 ] + ], + [ [ "water", 1 ], [ "water_clean", 1 ] ] + ] + }, + { + "type": "recipe", + "result": "pizza_meat", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 3, + "time": "20 m", + "batch_time_factors": [ 50, 3 ], + "book_learn": [ [ "cookbook_italian", 2 ] ], + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ], + "components": [ + [ [ "flour", 30 ] ], + [ + [ "meat_red", 2, "LIST" ], + [ "can_chicken", 2 ], + [ "meat_salted", 2 ], + [ "dry_meat", 2 ], + [ "fish", 2 ], + [ "fish_canned", 2 ], + [ "can_tuna", 2 ], + [ "salted_fish", 2 ], + [ "rehydrated_fish", 2 ], + [ "dry_fish", 2 ] + ], + [ + [ "sauce_pesto", 1 ], + [ "sauce_red", 1 ], + [ "seasoning_italian", 5 ], + [ "wild_herbs", 10 ], + [ "tomato", 1 ], + [ "irradiated_tomato", 1 ], + [ "can_tomato", 1 ] + ], + [ [ "water", 1 ], [ "water_clean", 1 ] ] + ] + }, + { + "type": "recipe", + "result": "cheeseburger", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 3, + "time": "9 m", + "charges": 2, + "autolearn": true, + "batch_time_factors": [ 80, 5 ], + "qualities": [ + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 2 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "meat_red", 1, "LIST" ] ], + [ + [ "flatbread", 2 ], + [ "bread", 2 ], + [ "cornbread", 2 ], + [ "wastebread", 2 ], + [ "sourdough_bread", 2 ], + [ "brioche", 2 ] + ], + [ [ "cheese_any", 1, "LIST" ] ], + [ + [ "pickle", 1 ], + [ "veggy_pickled", 1 ], + [ "irradiated_onion", 1 ], + [ "onion", 1 ], + [ "can_tomato", 1 ], + [ "irradiated_tomato", 1 ], + [ "tomato", 1 ], + [ "lettuce", 1 ], + [ "irradiated_lettuce", 1 ] + ], + [ + [ "ketchup", 1 ], + [ "mustard", 1 ], + [ "horseradish", 1 ], + [ "mayonnaise", 1 ], + [ "bacon", 1 ], + [ "seasoning_salt", 1 ], + [ "soysauce", 1 ], + [ "sauerkraut", 1 ] + ] + ] + }, + { + "type": "recipe", + "result": "hamburger", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 3, + "time": "8 m", + "charges": 2, + "autolearn": true, + "batch_time_factors": [ 80, 5 ], + "qualities": [ + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 2 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "meat_red", 1, "LIST" ] ], + [ + [ "flatbread", 2 ], + [ "bread", 2 ], + [ "cornbread", 2 ], + [ "wastebread", 2 ], + [ "sourdough_bread", 2 ], + [ "brioche", 2 ] + ], + [ + [ "pickle", 1 ], + [ "veggy_pickled", 1 ], + [ "irradiated_onion", 1 ], + [ "onion", 1 ], + [ "can_tomato", 1 ], + [ "irradiated_tomato", 1 ], + [ "tomato", 1 ], + [ "lettuce", 1 ], + [ "irradiated_lettuce", 1 ] + ], + [ + [ "ketchup", 1 ], + [ "mustard", 1 ], + [ "horseradish", 1 ], + [ "mayonnaise", 1 ], + [ "bacon", 1 ], + [ "seasoning_salt", 1 ], + [ "soysauce", 1 ], + [ "sauerkraut", 1 ] + ] + ] + }, + { + "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": [ 80, 5 ], + "qualities": [ + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 1 } + ], + "tools": [ [ [ "char_smoker", 10 ] ] ], + "components": [ + [ [ "offal_raw", 4, "LIST" ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], + [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], + [ [ "salt_preservation", 4, "LIST" ] ] + ] + }, + { + "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_raw", 4, "LIST" ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], + [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], + [ [ "salt_preservation", 4, "LIST" ] ] + ] + }, + { + "type": "recipe", + "result": "blt", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 2, + "time": "6 m", + "autolearn": true, + "batch_time_factors": [ 50, 3 ], + "qualities": [ + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 2 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ + [ "flatbread", 2 ], + [ "bread", 2 ], + [ "cornbread", 2 ], + [ "wastebread", 2 ], + [ "sourdough_bread", 2 ], + [ "brioche", 2 ] + ], + [ [ "bacon", 1 ] ], + [ [ "lettuce", 1 ], [ "irradiated_lettuce", 1 ] ], + [ [ "can_tomato", 1 ], [ "irradiated_tomato", 1 ], [ "tomato", 1 ] ] + ] + }, + { + "type": "recipe", + "result": "homemade_burrito", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 4, + "charges": 3, + "time": "30 m", + "autolearn": true, + "qualities": [ + { "id": "CUT", "level": 1 }, + { "id": "COOK", "level": 2 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "meat_red", 1, "LIST" ], [ "dry_meat", 1 ], [ "can_chicken", 1 ], [ "meat_smoked", 1 ] ], + [ [ "tortilla_corn", 3 ] ], + [ + [ "lentils_cooked", 1 ], + [ "rice_cooked", 1 ], + [ "can_beans", 1 ], + [ "beans_cooked", 1 ] + ], + [ + [ "lettuce", 2 ], + [ "irradiated_lettuce", 2 ], + [ "dandelion_cooked", 2 ], + [ "veggy_wild_cooked", 2 ], + [ "irradiated_cabbage", 2 ], + [ "cabbage", 2 ] + ], + [ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ], [ "onion", 1 ], [ "irradiated_onion", 1 ] ], + [ [ "pepper", 20 ], [ "chilly-p", 20 ], [ "garlic_clove", 6 ], [ "chili_pepper", 2 ] ] + ] + } +] -- cgit v1.2.1