diff options
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/ammo_pouch.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/json/items/armor/ammo_pouch.json b/json/items/armor/ammo_pouch.json index fb1cc13..44a11a5 100644 --- a/json/items/armor/ammo_pouch.json +++ b/json/items/armor/ammo_pouch.json @@ -102,18 +102,22 @@ "type": "ARMOR", "name": { "str": "tac vest" }, "encumbrance": 2, - "max_encumbrance": 10, + "max_encumbrance": 8, + "storage": "1 L", "use_action": { "type": "holster", "holster_prompt": "Stash ammo", "holster_msg": "You stash your %s.", "multi": 5, "min_volume": "250 ml", - "max_volume": "1 L", + "max_volume": "800 ml", "draw_cost": 60, "flags": [ "MAG_COMPACT", "MAG_BULKY" ] }, - "//": "Increase the magazine capacity to five." + "//": "Add an explicit max_encumbrance.", + "//2": "Reduce the storage space to 1 L.", + "//3": "Increase the magazine capacity to five.", + "//4": "Reduce the max_volume of each magazine to 800 ml." }, { "id": "ammo_satchel_leg", |