summaryrefslogtreecommitdiff
path: root/json/recipes/food/meat.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/meat.json')
-rw-r--r--json/recipes/food/meat.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json
index ed78450..390fdcf 100644
--- a/json/recipes/food/meat.json
+++ b/json/recipes/food/meat.json
@@ -360,5 +360,29 @@
[ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ], [ "onion", 1 ], [ "irradiated_onion", 1 ] ],
[ [ "pepper", 20 ], [ "chilly-p", 20 ], [ "garlic_clove", 6 ], [ "chili_pepper", 2 ] ]
]
+ },
+ {
+ "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": [ 80, 1 ],
+ "components": [
+ [ [ "meat_red", 4, "LIST" ], [ "dry_meat", 4 ], [ "can_chicken", 4 ] ],
+ [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ],
+ [ [ "any_butter_or_oil", 2, "LIST" ] ],
+ [ [ "sugar_standard", 1, "LIST" ] ],
+ [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ],
+ [ [ "soysauce", 1 ] ]
+ ]
}
]