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. --- tools-03_shears-use-light-battery.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tools-03_shears-use-light-battery.patch (limited to 'tools-03_shears-use-light-battery.patch') diff --git a/tools-03_shears-use-light-battery.patch b/tools-03_shears-use-light-battery.patch new file mode 100644 index 0000000..e0a0d95 --- /dev/null +++ b/tools-03_shears-use-light-battery.patch @@ -0,0 +1,28 @@ +--- 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