diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-06-22 23:53:28 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-06-22 23:53:28 -0700 | 
| commit | 1556dd82d57260438d91902923b7597e9c3ff7d5 (patch) | |
| tree | edb385e962408edb9b2e5da97440fad24839df9a /json/items | |
| parent | Add readme explanation of items added (diff) | |
| download | cataclysm-bn-mod_hk-loadout-1556dd82d57260438d91902923b7597e9c3ff7d5.tar.xz | |
Fix the overly large volume on the MP7A2
Diffstat (limited to 'json/items')
| -rw-r--r-- | json/items/gun/46.json | 39 | 
1 files changed, 39 insertions, 0 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 34bd05d..1f84abd 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -33,5 +33,44 @@      "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ],      "magazine_well": 1,      "magazines": [ [ "46", [ "hk46mag", "hk46bigmag" ] ] ] +  }, +  { +    "id": "hk_mp7", +    "looks_like": "hk_mp5", +    "type": "GUN", +    "reload_noise_volume": 10, +    "name": { "str": "H&K MP7A2" }, +    "description": "Designed as a personal defense weapon, the MP7 fires the high-powered 4.6x30mm round while being lightweight, compact in size, and practically recoil free.", +    "weight": "1800 g", +    "volume": "1000 ml", +    "price": 175000, +    "to_hit": -2, +    "bashing": 7, +    "material": [ "steel", "plastic" ], +    "symbol": "(", +    "color": "dark_gray", +    "ammo": "46", +    "skill": "smg", +    "dispersion": 260, +    "durability": 8, +    "min_cycle_recoil": 81, +    "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ], +    "built_in_mods": [ "wire_stock" ], +    "valid_mod_locations": [ +      [ "accessories", 3 ], +      [ "barrel", 1 ], +      [ "brass catcher", 1 ], +      [ "grip", 1 ], +      [ "mechanism", 4 ], +      [ "muzzle", 1 ], +      [ "rail", 1 ], +      [ "sights", 1 ], +      [ "sling", 1 ], +      [ "stock", 1 ], +      [ "underbarrel", 1 ] +    ], +    "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ], +    "magazine_well": 1, +    "magazines": [ [ "46", [ "hk46mag", "hk46bigmag" ] ] ]    }  ]  | 
