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.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json
index 4592990..53967d8 100644
--- a/json/recipes/food/other.json
+++ b/json/recipes/food/other.json
@@ -124,5 +124,46 @@
[ [ "tofu", 1 ], [ "dry_tofu", 1 ] ],
[ [ "any_butter_or_oil", 1, "LIST" ] ]
]
+ },
+ {
+ "result": "milkshake",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 1,
+ "time": "10 m",
+ "autolearn": true,
+ "batch_time_factors": [ 50, 3 ],
+ "qualities": [ { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "rock_quern", -1 ], [ "clay_quern", -1 ], [ "mortar_pestle", -1 ], [ "food_processor", 10 ] ] ],
+ "components": [
+ [
+ [ "milk_standard", 1, "LIST" ],
+ [ "con_milk", 1 ],
+ [ "milk_evap", 1 ],
+ [ "can_coconut", 1 ]
+ ],
+ [
+ [ "chocolate", 1 ],
+ [ "candy", 1 ],
+ [ "candy2", 1 ],
+ [ "candy3", 1 ],
+ [ "maple_candy", 1 ],
+ [ "syrup", 1 ],
+ [ "strawberries", 1 ],
+ [ "strawberries_cooked", 1 ],
+ [ "irradiated_strawberries", 1 ],
+ [ "blueberries", 1 ],
+ [ "blueberries_cooked", 1 ],
+ [ "irradiated_blueberries", 1 ],
+ [ "blackberries", 1 ],
+ [ "irradiated_blackberries", 1 ],
+ [ "cherries", 1 ],
+ [ "irradiated_cherries", 1 ]
+ ],
+ [ [ "sugar", 10 ] ],
+ [ [ "water_clean", 1 ] ]
+ ]
}
]