summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_food.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-14 15:12:03 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-14 15:12:03 -0700
commitfd9d10808839df107278f621660239018b1218b4 (patch)
tree182fd56dff42e7196529e5b947d846c25c816d2d /json/recipes/recipe_food.json
parentRequire cooked rice/beans/lentils/edamame for recipes (diff)
downloadcataclysm-dda-mod_recipe-fixes-fd9d10808839df107278f621660239018b1218b4.tar.xz
Rebalance tofu stirfry
Add meat/veggy stirfry
Diffstat (limited to 'json/recipes/recipe_food.json')
-rw-r--r--json/recipes/recipe_food.json58
1 files changed, 57 insertions, 1 deletions
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 ],
@@ -42,6 +42,62 @@
},
{
"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",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_VEGGI",