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. --- ...ain-05_community-garden-fertilizer-not-spilled.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 terrain-05_community-garden-fertilizer-not-spilled.patch (limited to 'terrain-05_community-garden-fertilizer-not-spilled.patch') diff --git a/terrain-05_community-garden-fertilizer-not-spilled.patch b/terrain-05_community-garden-fertilizer-not-spilled.patch new file mode 100644 index 0000000..dfc3d29 --- /dev/null +++ b/terrain-05_community-garden-fertilizer-not-spilled.patch @@ -0,0 +1,17 @@ +--- a/data/json/mapgen/garden_community.json ++++ b/data/json/mapgen/garden_community.json +@@ -141,10 +141,10 @@ + "|": "f_null" + }, + "place_liquids": [ +- { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 4, "y": 4 }, +- { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 4, "y": 5 }, +- { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 5, "y": 4 }, +- { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 5, "y": 5 } ++ { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 9, "y": 9 }, ++ { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 10, "y": 9 }, ++ { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 9, "y": 10 }, ++ { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 10, "y": 10 } + ], + "items": { "D": { "item": "hydro", "chance": 15 }, "#": { "item": "hydro", "chance": 15 } }, + "place_items": [ -- cgit v1.2.1