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.json14
1 files changed, 3 insertions, 11 deletions
diff --git a/json/recipes/food/bread.json b/json/recipes/food/bread.json
index 5382fc4..3c52867 100644
--- a/json/recipes/food/bread.json
+++ b/json/recipes/food/bread.json
@@ -9,22 +9,14 @@
"time": "12 m",
"charges": 3,
"autolearn": true,
- "batch_time_factors": [ 80, 1 ],
+ "batch_time_factors": [ 50, 3 ],
"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 ] ],
+ [ [ "eggs_small_dry", 1, "LIST" ] ],
[ [ "cinnamon", 2 ] ],
- [
- [ "flatbread", 2 ],
- [ "bread", 2 ],
- [ "cornbread", 2 ],
- [ "wastebread", 2 ],
- [ "sourdough_bread", 2 ],
- [ "brioche", 2 ],
- [ "hardtack", 2 ]
- ]
+ [ [ "bread_sandwich", 2, "LIST" ] ]
]
}
]