diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-11 18:26:35 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-11 18:26:35 -0700 |
commit | eedb98f8fe8af82536b8b7a5db94296ca0a96043 (patch) | |
tree | 11d41ce21bd617b8311065d30357ff89806e3715 /json/items | |
parent | Fix unpack message for army winter coat. And clean up its note. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-eedb98f8fe8af82536b8b7a5db94296ca0a96043.tar.xz |
Increase the maximum volume for stowed magazines in the exoskeleton magazine carrier.
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/armor/power_armor.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/json/items/armor/power_armor.json b/json/items/armor/power_armor.json index c1cdefc..e910752 100644 --- a/json/items/armor/power_armor.json +++ b/json/items/armor/power_armor.json @@ -184,7 +184,18 @@ "type": "ARMOR", "category": "clothing", "name": { "str": "combat exoskeleton magazine carrier" }, - "rigid": true + "use_action": { + "type": "holster", + "holster_prompt": "Stash ammo", + "holster_msg": "You stash your %s.", + "multi": 2, + "min_volume": "250 ml", + "max_volume": "2 L", + "draw_cost": 80, + "flags": [ "MAG_COMPACT", "MAG_BULKY" ] + }, + "rigid": true, + "//": "Increase max_volume to 2L to make it comparable to the magazine satchel." }, { "id": "power_armor_bscabbard", |