summaryrefslogtreecommitdiff
path: root/json/recipes/food/other.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/other.json')
-rw-r--r--json/recipes/food/other.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json
new file mode 100644
index 0000000..d1dc5c2
--- /dev/null
+++ b/json/recipes/food/other.json
@@ -0,0 +1,17 @@
+[
+ {
+ "type": "recipe",
+ "result": "scrambled_eggs",
+ "id_suffix": "from_powder",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 1,
+ "time": "6 m",
+ "autolearn": true,
+ "batch_time_factors": [ 80, 1 ],
+ "qualities": [ { "id": "COOK", "level": 2 } ],
+ "tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
+ "components": [ [ [ "powder_eggs", 2 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ]
+ }
+]