summaryrefslogtreecommitdiff
path: root/json/recipes/food/snack.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/snack.json')
-rw-r--r--json/recipes/food/snack.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/json/recipes/food/snack.json b/json/recipes/food/snack.json
index 456e51c..8fd6625 100644
--- a/json/recipes/food/snack.json
+++ b/json/recipes/food/snack.json
@@ -1,6 +1,31 @@
[
{
"type": "recipe",
+ "result": "pie_maple",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_SNACK",
+ "skill_used": "cooking",
+ "difficulty": 3,
+ "charges": 6,
+ "time": "25 m",
+ "batch_time_factors": [ 50, 3 ],
+ "book_learn": [ [ "baking_book", 3 ], [ "cookbook_foodfashions", 3 ], [ "cookbook_daintydishes", 7 ], [ "sweets_book", 3 ] ],
+ "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "COOK", "level": 2 } ],
+ "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ],
+ "components": [
+ [ [ "flour", 30 ] ],
+ [
+ [ "milk_standard_raw", 1, "LIST" ],
+ [ "milk_powder", 1 ],
+ [ "con_milk", 1 ],
+ [ "milk_evap", 1 ]
+ ],
+ [ [ "syrup", 5 ] ],
+ [ [ "water", 1 ], [ "water_clean", 1 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
"result": "sandwich_cucumber",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SNACK",