From fd9d10808839df107278f621660239018b1218b4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 14 Sep 2020 15:12:03 -0700 Subject: Rebalance tofu stirfry Add meat/veggy stirfry --- json/recipes/recipe_food.json | 58 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) (limited to 'json/recipes/recipe_food.json') diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index f2463dd..10d69de 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -20,7 +20,7 @@ "skill_used": "cooking", "difficulty": 3, "book_learn": [ [ "cookbook_sushi", 3 ] ], - "time": "45 m", + "time": "20 m", "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "COOK", "level": 3 } ], "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], "batch_time_factors": [ 25, 2 ], @@ -40,6 +40,62 @@ [ [ "soysauce", 1 ] ] ] }, + { + "type": "recipe", + "result": "meat_stirfry", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 3, + "book_learn": [ [ "cookbook_sushi", 3 ] ], + "time": "20 m", + "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "COOK", "level": 3 } ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], + "batch_time_factors": [ 25, 2 ], + "components": [ + [ [ "meat_red", 4, "LIST" ], [ "dry_meat", 4 ], [ "can_chicken", 4 ] ], + [ [ "dry_rice", 4 ], [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], + [ [ "fry_oil", 2 ] ], + [ + [ "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": "veggy_stirfry", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "difficulty": 3, + "book_learn": [ [ "cookbook_sushi", 3 ] ], + "time": "20 m", + "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "COOK", "level": 3 } ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], + "batch_time_factors": [ 25, 2 ], + "components": [ + [ [ "veggy_any_uncooked", 4, "LIST" ] ], + [ [ "dry_rice", 4 ], [ "sushi_rice", 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": "beansnrice", -- cgit v1.2.1