diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-07-22 15:26:09 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-07-22 15:26:09 -0700 |
commit | ee0f263cb9299e8eb3a0b516d9a3edd71a17ca8d (patch) | |
tree | adfa6d0a37c536db316e31f0005f460fa1943c9e /json/recipes | |
parent | Meat pizza can now be made with tomatoes or pesto sauce (diff) | |
download | cataclysm-bn-mod_recipe-fixes-ee0f263cb9299e8eb3a0b516d9a3edd71a17ca8d.tar.xz |
Allow canned tomatoes to be used with Supreme Pizza
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/recipe_food.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index 7a0de88..2610d27 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -103,6 +103,54 @@ }, { "type": "recipe", + "result": "pizza_supreme", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 3, + "time": "30 m", + "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", 2 ], [ "can_cheese", 2 ], [ "cheese_hard", 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", |