diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-07 01:25:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-07 01:25:18 -0700 |
commit | 6fb51e7db84c84a1c8f77f50118ca68d51925ab7 (patch) | |
tree | b86f77434c50c981170c05e98d4e47722d21cbfd /json/items/magazine | |
parent | Increase 000shot lead/flechette requirement by 20% (diff) | |
download | cataclysm-bn-mod_hk-loadout-6fb51e7db84c84a1c8f77f50118ca68d51925ab7.tar.xz |
Tweak MK7A2 mass
Set 40 round magazine as the default for the MP7A2
Add 30 round 4.6mm magazine and droptable
Diffstat (limited to 'json/items/magazine')
-rw-r--r-- | json/items/magazine/46.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/json/items/magazine/46.json b/json/items/magazine/46.json new file mode 100644 index 0000000..f6f22e9 --- /dev/null +++ b/json/items/magazine/46.json @@ -0,0 +1,33 @@ +[ + { + "id": "hk46bigmag", + "looks_like": "mp5mag", + "copy-from": "hk46bigmag", + "type": "MAGAZINE", + "name": { "str": "H&K 4.6mm extended magazine" }, + "description": "An extended 40-round magazine for use with H&K's proprietary 4.6x30mm round.", + "weight": "200 g" + }, + { + "id": "hk46midmag", + "looks_like": "hk46bigmag", + "copy-from": "hk46bigmag", + "type": "MAGAZINE", + "name": { "str": "H&K 4.6mm expanded magazine" }, + "description": "An expanded 30-round magazine for use with H&K's proprietary 4.6x30mm round.", + "weight": "150 g", + "volume": "375 ml", + "price": 5500, + "price_postapoc": 300, + "capacity": 30 + }, + { + "id": "hk46mag", + "looks_like": "mp5mag", + "copy-from": "hk46mag", + "type": "MAGAZINE", + "name": { "str": "H&K 4.6mm magazine" }, + "description": "A standard capacity 20-round magazine for use with H&K's proprietary 4.6x30mm round.", + "weight": "100 g" + } +] |