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-05_22-casings-can-stack.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ammo-05_22-casings-can-stack.patch (limited to 'ammo-05_22-casings-can-stack.patch') diff --git a/ammo-05_22-casings-can-stack.patch b/ammo-05_22-casings-can-stack.patch new file mode 100644 index 0000000..e52b8bb --- /dev/null +++ b/ammo-05_22-casings-can-stack.patch @@ -0,0 +1,17 @@ +--- a/data/json/items/generic/casing.json ++++ b/data/json/items/generic/casins.json +@@ -31,13 +31,11 @@ + }, + { + "id": "22_casing_new", ++ "copy-from": "casing", + "type": "GENERIC", +- "category": "spare_parts", + "price": 100, + "price_postapoc": 0, + "name": { "str": "unused .22 casing" }, +- "symbol": "=", +- "color": "yellow", + "description": "An unfired, like-new .22 round casing, with the primer still intact.", + "material": [ "powder", "brass" ], + "volume": "3 ml", -- cgit v1.2.1