summaryrefslogtreecommitdiff
path: root/json/recipes/food/bread.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/bread.json')
-rw-r--r--json/recipes/food/bread.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/json/recipes/food/bread.json b/json/recipes/food/bread.json
new file mode 100644
index 0000000..5382fc4
--- /dev/null
+++ b/json/recipes/food/bread.json
@@ -0,0 +1,30 @@
+[
+ {
+ "type": "recipe",
+ "result": "frenchtoast",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_BREAD",
+ "skill_used": "cooking",
+ "difficulty": 3,
+ "time": "12 m",
+ "charges": 3,
+ "autolearn": true,
+ "batch_time_factors": [ 80, 1 ],
+ "qualities": [ { "id": "COOK", "level": 2 } ],
+ "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
+ "components": [
+ [ [ "milk_standard_raw", 1, "LIST" ] ],
+ [ [ "powder_eggs", 1 ], [ "eggs_bird", 1, "LIST" ], [ "egg_reptile", 1 ] ],
+ [ [ "cinnamon", 2 ] ],
+ [
+ [ "flatbread", 2 ],
+ [ "bread", 2 ],
+ [ "cornbread", 2 ],
+ [ "wastebread", 2 ],
+ [ "sourdough_bread", 2 ],
+ [ "brioche", 2 ],
+ [ "hardtack", 2 ]
+ ]
+ ]
+ }
+]