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. --- vehicles-01_portable-generator-engine.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vehicles-01_portable-generator-engine.patch (limited to 'vehicles-01_portable-generator-engine.patch') diff --git a/vehicles-01_portable-generator-engine.patch b/vehicles-01_portable-generator-engine.patch new file mode 100644 index 0000000..70e1c2d --- /dev/null +++ b/vehicles-01_portable-generator-engine.patch @@ -0,0 +1,11 @@ +--- a/data/json/vehicles/utility.json ++++ b/data/json/vehicles/utility.json +@@ -120,7 +120,7 @@ + "parts": [ + { "x": 0, "y": 0, "part": "frame_cover" }, + { "x": 0, "y": 0, "part": "small_storage_battery" }, +- { "x": 0, "y": 0, "part": "engine_vtwin" }, ++ { "x": 0, "y": 0, "part": "engine_1cyl_large" }, + { "x": 0, "y": 0, "part": "generator_7500w" }, + { "x": 0, "y": 0, "parts": [ "wheel_mount_light", "wheel_small" ] }, + { "x": 1, "y": 0, "part": "frame_cover" }, -- cgit v1.2.1