From c03a373e00890c62917c8fad0a80d70e4a9cc8c4 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Mon, 14 Sep 2020 13:43:36 -0700
Subject: Tofu Fried Rice requires cooked rice

---
 json/recipes/recipe_food.json | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

(limited to 'json')

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