From ee0f263cb9299e8eb3a0b516d9a3edd71a17ca8d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 22 Jul 2020 15:26:09 -0700 Subject: Allow canned tomatoes to be used with Supreme Pizza --- Readme.txt | 21 ++++++++++++------- json/recipes/recipe_food.json | 48 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 7 deletions(-) diff --git a/Readme.txt b/Readme.txt index c52955a..06ad67b 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,5 +1,6 @@ -Can now be made with brioche: -BLT, Cheeseburger, Cucumber Sandwich, Fish Soup, French Toast +-- +BLT, Cheeseburger, Cucumber Sandwich, Fish Soup, and French Toast +can now be made with brioche. Hamburgers and Fish Sandwiches could be made with brioche yet these comparable sandwiches could not. Also French Toast and Fish Soup @@ -7,17 +8,17 @@ allowed every other bread. -- -Can now be made with lettuce: -Hamburger +Hamburgers can now be made with lettuce. -Cheeseburger could be made with lettuce. +Cheeseburgers were able to. -- Curry with Meat can now be made with: raw edamame, tofu, raw tofu -Curry without Meat could be made with these. +Curry without Meat could be made using these for the vegetable. Veggy +haters were not willing to eat this dish already. -- @@ -30,10 +31,16 @@ Everything else is in mulitples of 250 ml. Meat Pizza can now be made with: tomato, canned tomato, irradiated tomato, pesto sauce -All the other pizzas can, and they do not make a cheese pizza a veggie dish. +Supreme Pizza can now be made with: +canned tomato + +Tomatoes do not make a cheese pizza a veggie dish, so meat should be +able to as well. And supreme is already a veggy dish. -- 300blk ammunition can now be crafted with magnum and rifle powder. + Comparable .223, 5.56mm , and 762x39mm could use these. +-- 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 @@ -101,6 +101,54 @@ [ [ "water", 1 ], [ "water_clean", 1 ] ] ] }, + { + "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", -- cgit v1.2.1