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. --- 0032-shears-use-light-battery.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 0032-shears-use-light-battery.patch (limited to '0032-shears-use-light-battery.patch') diff --git a/0032-shears-use-light-battery.patch b/0032-shears-use-light-battery.patch deleted file mode 100644 index e0a0d95..0000000 --- a/0032-shears-use-light-battery.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/data/json/items/tool/pets.json -+++ b/data/json/items/tool/pets.json -@@ -68,9 +68,22 @@ - "color": "dark_gray", - "qualities": [ [ "SHEAR", 3 ] ], - "ammo": "battery", -- "initial_charges": 100, -- "max_charges": 100, -- "charges_per_use": 25 -+ "charges_per_use": 25, -+ "magazines": [ -+ [ -+ "battery", -+ [ -+ "light_minus_battery_cell", -+ "light_battery_cell", -+ "light_plus_battery_cell", -+ "light_atomic_battery_cell", -+ "light_minus_atomic_battery_cell", -+ "light_minus_disposable_cell", -+ "light_disposable_cell" -+ ] -+ ] -+ ], -+ "magazine_well": 1 - }, - { - "id": "horse_tack", -- cgit v1.2.1