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/bandolier.json | |
download | cataclysm-bn-mod_armor-rebalance-af2a3c6863250f92f426dae9cee7919d84fce991.tar.xz |
Initial commit.
Diffstat (limited to 'json/items/armor/bandolier.json')
-rw-r--r-- | json/items/armor/bandolier.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/json/items/armor/bandolier.json b/json/items/armor/bandolier.json new file mode 100644 index 0000000..b2fbf4c --- /dev/null +++ b/json/items/armor/bandolier.json @@ -0,0 +1,47 @@ +[ + { + "id": "grenade_pouch", + "copy-from": "grenade_pouch", + "type": "ARMOR", + "name": { "str": "grenade cartridge pouch", "str_pl": "grenade cartridge pouches" }, + "rigid": true, + "encumbrance": 0, + "max_encumbrance": 2, + "use_action": { "type": "bandolier", "capacity": 4, "ammo": [ "40x46mm", "40x53mm" ], "draw_cost": 20 }, + "//": "Rename to grenade cartridge pouch", + "//2": "Reduce the storage capacity back down to 4.", + "//3": "Reduce the encumbrance." + }, + { + "id": "grenadebandolier", + "type": "ARMOR", + "name": { "str": "hand grenade pouch", "str_pl": "hand grenade pouches" }, + "description": "A pouch for holding up to four full-sized grenades of various types.", + "weight": "600 g", + "volume": "1250 ml", + "price": "30 USD", + "price_postapoc": "1250 cent", + "rigid": false, + "material": [ "cotton" ], + "symbol": "[", + "looks_like": "leather_belt", + "color": "dark_gray", + "covers": [ "torso" ], + "coverage": 15, + "material_thickness": 2, + "use_action": { + "type": "holster", + "holster_prompt": "Stash grenades", + "holster_msg": "You stash your %s.", + "multi": 4, + "min_volume": "0 ml", + "max_volume": "1 L", + "draw_cost": 30, + "flags": [ "GRENADE" ] + }, + "valid_mods": [ "resized_large" ], + "flags": [ "WATER_FRIENDLY", "BELTED", "COMPACT" ], + "//": "I don't agree with making this a leg pouch. Revert to torso. And overwrite to prevent it sometimes being sided.", + "//2": "Also reduce the minimum stored item volume to facilitate items with less lazily rounded volumes." + } +] |