summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_food.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/recipe_food.json')
-rw-r--r--json/recipes/recipe_food.json28
1 files changed, 28 insertions, 0 deletions
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",