summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-14 13:43:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-14 13:43:36 -0700
commitc03a373e00890c62917c8fad0a80d70e4a9cc8c4 (patch)
treedb40f55081a52ab9599c6313bacb62f989370ef3
parentAdd recipes for preserving peanut butter and imitation pb (diff)
downloadcataclysm-dda-mod_recipe-fixes-c03a373e00890c62917c8fad0a80d70e4a9cc8c4.tar.xz
Tofu Fried Rice requires cooked rice
-rw-r--r--Readme.txt8
-rw-r--r--json/recipes/recipe_food.json28
2 files changed, 35 insertions, 1 deletions
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,6 +1,34 @@
[
{
"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",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_BREAD",