From 0007915d64c9fbe6fac9160b18ff9d3c58acf9a1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Jun 2024 13:21:30 -0700 Subject: Rebalance the survivor harness. --- json/items/armor/holster.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/json/items/armor/holster.json b/json/items/armor/holster.json index 69b116a..3cbc173 100644 --- a/json/items/armor/holster.json +++ b/json/items/armor/holster.json @@ -81,8 +81,11 @@ "rigid": false, "storage": "4500 ml", "encumbrance": 1, - "max_encumbrance": 4, - "//": "Reduce the encumbrance when empty." + "max_encumbrance": 10, + "use_action": { "type": "holster", "min_volume": "1 L", "max_volume": "8 L", "skills": [ "smg", "shotgun", "rifle" ] }, + "//": "Reduce the encumbrance when empty.", + "//2": "Increase max_encumbrance.", + "//3": "Increase max_volume for the rifle sling." }, { "id": "XL_holster", -- cgit v1.2.1