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/itemgroups | |
| 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/itemgroups')
| -rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/magazines.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/magazines.json b/json/itemgroups/Weapons_Mods_Ammo/magazines.json index 20d5e54..070ead9 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/magazines.json +++ b/json/itemgroups/Weapons_Mods_Ammo/magazines.json @@ -5,7 +5,8 @@ "//": "Current military specification magazines.", "items": [ [ "hk_g11_mag", 20 ], - [ "hk_caws_mag", 15 ] + [ "hk_caws_mag", 15 ], + [ "hk46midmag", 10 ] ] }, { |
