diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 21:53:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 21:53:20 -0700 |
commit | af2a3c6863250f92f426dae9cee7919d84fce991 (patch) | |
tree | 066a23dd99b886d14c852af727690c48a6e54c6c /json/items/armor/ammo_pouch.json | |
download | cataclysm-bn-mod_armor-rebalance-af2a3c6863250f92f426dae9cee7919d84fce991.tar.xz |
Initial commit.
Diffstat (limited to 'json/items/armor/ammo_pouch.json')
-rw-r--r-- | json/items/armor/ammo_pouch.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/json/items/armor/ammo_pouch.json b/json/items/armor/ammo_pouch.json new file mode 100644 index 0000000..eb19d7d --- /dev/null +++ b/json/items/armor/ammo_pouch.json @@ -0,0 +1,46 @@ +[ + { + "id": "ammo_pouch", + "copy-from": "ammo_pouch", + "type": "ARMOR", + "name": { "str": "ammo satchel" }, + "rigid": false, + "encumbrance": 1, + "max_encumbrance": 5 + }, + { + "id": "legpouch_large", + "copy-from": "legpouch_large", + "type": "ARMOR", + "name": { "str": "leg magazine pouch", "str_pl": "leg magazine pouch" }, + "extend": { "flags": [ "COMPACT" ] } + }, + { + "id": "ammo_satchel", + "copy-from": "ammo_satchel", + "type": "ARMOR", + "name": { "str": "magazine satchel" }, + "rigid": false, + "encumbrance": 1, + "max_encumbrance": 2 + }, + { + "id": "tacvest", + "copy-from": "tacvest", + "type": "ARMOR", + "name": { "str": "tac vest" }, + "encumbrance": 2, + "max_encumbrance": 5, + "use_action": { + "type": "holster", + "holster_prompt": "Stash ammo", + "holster_msg": "You stash your %s.", + "multi": 5, + "min_volume": "250 ml", + "max_volume": "1 L", + "draw_cost": 60, + "flags": [ "MAG_COMPACT", "MAG_BULKY" ] + }, + "//": "Increase the magazine capacity to five." + } +] |