From 19f1e4ae0a0da45277443fbf758b0bcb0f3a1e63 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 18 Aug 2021 22:44:45 -0700 Subject: Updated to 2021-08-17-1012 Remove obsolete inhaler and oxyacetylene patches Add brioche cooking time and open metal doors for vehicles patches Expand vampire patch with blood as an entirely new food category --- 0026-fix-brioche-cooking-time.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 0026-fix-brioche-cooking-time.patch (limited to '0026-fix-brioche-cooking-time.patch') diff --git a/0026-fix-brioche-cooking-time.patch b/0026-fix-brioche-cooking-time.patch new file mode 100644 index 0000000..5e94204 --- /dev/null +++ b/0026-fix-brioche-cooking-time.patch @@ -0,0 +1,11 @@ +--- a/data/json/recipes/recipe_food.json ++++ b/data/json/recipes/recipe_food.json +@@ -5008,6 +5008,8 @@ + "subcategory": "CSC_FOOD_BREAD", + "skill_used": "cooking", + "difficulty": 3, ++ "time": "20 m", ++ "batch_time_factors": [ 50, 4 ], + "book_learn": [ [ "baking_book", 3 ], [ "cookbook_daintydishes", 5 ] ], + "qualities": [ { "id": "COOK", "level": 3 } ], + "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ], -- cgit v1.2.1