From c03a373e00890c62917c8fad0a80d70e4a9cc8c4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 14 Sep 2020 13:43:36 -0700 Subject: Tofu Fried Rice requires cooked rice --- Readme.txt | 8 +++++++- json/recipes/recipe_food.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/Readme.txt b/Readme.txt index 51ccb89..b94b79d 100644 --- a/Readme.txt +++ b/Readme.txt @@ -35,7 +35,7 @@ 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. +able to use them as well. And supreme is already a veggy dish. -- @@ -51,3 +51,9 @@ Comparable .223, 5.56mm , and 762x39mm could use these. -- Peanut Butter can now be preserved. + +-- + +Tofu Fried Rice now requires cooked rice. +Just like the other two fried rice dishes do. + diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index 68e5568..90c266d 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -1,4 +1,32 @@ [ + { + "type": "recipe", + "result": "tofu_stirfry", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "difficulty": 3, + "book_learn": [ [ "cookbook_sushi", 3 ] ], + "time": "45 m", + "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "COOK", "level": 3 } ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], + "batch_time_factors": [ 25, 2 ], + "components": [ + [ [ "tofu", 4 ], [ "dry_tofu", 4 ] ], + [ [ "rice_cooked", 4 ] ], + [ [ "cooking_oil", 1 ] ], + [ + [ "beet_syrup", 1 ], + [ "syrup", 1 ], + [ "sugar", 1 ], + [ "molasses", 1 ], + [ "honeycomb", 1 ], + [ "honey_bottled", 1 ] + ], + [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], + [ [ "soysauce", 1 ] ] + ] + }, { "type": "recipe", "result": "frenchtoast", -- cgit v1.2.1