From 444181f77cb649760c3099d9b96c8f863a8f8ddf Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Oct 2021 18:01:32 -0700 Subject: Updated to 2021-10-29-1727 Reorganize patches into categories. Add patch to allow followers to eat from the basecamp stocks from farther away. -Reduces NPCs being prone to starve on large camps. Temporarily revert the book changes commit. --- recipes-01_fix-brioche-cooking-time.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-01_fix-brioche-cooking-time.patch (limited to 'recipes-01_fix-brioche-cooking-time.patch') diff --git a/recipes-01_fix-brioche-cooking-time.patch b/recipes-01_fix-brioche-cooking-time.patch new file mode 100644 index 0000000..3c00e1d --- /dev/null +++ b/recipes-01_fix-brioche-cooking-time.patch @@ -0,0 +1,10 @@ +--- a/data/json/recipes/food/bread.json ++++ b/data/json/recipes/food/bread.json +@@ -5008,6 +5008,7 @@ + "subcategory": "CSC_FOOD_BREAD", + "skill_used": "cooking", + "difficulty": 3, ++ "time": "20 m", + "batch_time_factors": [ 50, 3 ], + "book_learn": [ [ "baking_book", 3 ], [ "cookbook_daintydishes", 5 ] ], + "qualities": [ { "id": "COOK", "level": 3 } ], -- cgit v1.2.1