diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-04 13:21:30 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-04 13:21:30 -0700 |
commit | 0007915d64c9fbe6fac9160b18ff9d3c58acf9a1 (patch) | |
tree | 3fcdc56430474444f42f4489a9e7376991a926b4 | |
parent | Rebalance the tac vest. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-0007915d64c9fbe6fac9160b18ff9d3c58acf9a1.tar.xz |
Rebalance the survivor harness.
-rw-r--r-- | json/items/armor/holster.json | 7 |
1 files 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", |