summaryrefslogtreecommitdiff
path: root/json/recipes/food/drinks.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/drinks.json')
-rw-r--r--json/recipes/food/drinks.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/json/recipes/food/drinks.json b/json/recipes/food/drinks.json
new file mode 100644
index 0000000..bcec4ed
--- /dev/null
+++ b/json/recipes/food/drinks.json
@@ -0,0 +1,24 @@
+[
+ {
+ "result": "mex_chocolate",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "difficulty": 1,
+ "time": "5 m",
+ "book_learn": [ [ "family_cookbook", 2 ] ],
+ "charges": 6,
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
+ "components": [
+ [ [ "chocolate", 2 ] ],
+ [ [ "milk_standard_raw", 1, "LIST" ], [ "con_milk", 1 ], [ "milk_powder", 1 ] ],
+ [ [ "water", 6 ], [ "water_clean", 6 ] ],
+ [ [ "sugar", 5 ] ],
+ [ [ "chilly-p", 1 ] ],
+ [ [ "cinnamon", 1 ] ]
+ ]
+ }
+]