From cdd9584acf3253d03d06beeb74cd2dd1b91113b3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Jan 2023 02:55:46 -0800 Subject: Move all uncategorized recipes to specific json files. --- json/recipes/food/bread.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 json/recipes/food/bread.json (limited to 'json/recipes/food/bread.json') 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 ] + ] + ] + } +] -- cgit v1.2.1