diff options
Diffstat (limited to 'json/items')
-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", |