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. --- ammo-02_fix-20x66mm-loudness.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ammo-02_fix-20x66mm-loudness.patch (limited to 'ammo-02_fix-20x66mm-loudness.patch') diff --git a/ammo-02_fix-20x66mm-loudness.patch b/ammo-02_fix-20x66mm-loudness.patch new file mode 100644 index 0000000..1dc324c --- /dev/null +++ b/ammo-02_fix-20x66mm-loudness.patch @@ -0,0 +1,10 @@ +--- a/data/json/items/ammo/20x66mm.json ++++ b/data/json/items/ammo/20x66mm.json +@@ -124,6 +124,7 @@ + "range": 12, + "damage": { "damage_type": "stab", "amount": 60 }, + "recoil": 2500, ++ "loudness": 160, + "effects": [ "COOKOFF", "SHOT", "NEVER_MISFIRES" ] + }, + { -- cgit v1.2.1