diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-29 20:25:27 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-29 20:25:27 -0700 |
commit | 01c001de3abc06bdb165593cd2b28ad64dcc125a (patch) | |
tree | 923b835eb0d545762ee3eeb791098334cab5c016 /json | |
parent | Typo (diff) | |
download | cataclysm-bn-mod_hk-loadout-01c001de3abc06bdb165593cd2b28ad64dcc125a.tar.xz |
Buff UCP durability to match the USP
Buff MP7 melee damage slightly
Diffstat (limited to 'json')
-rw-r--r-- | json/items/gun/46.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 5df9266..d6550b3 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -16,7 +16,7 @@ "ammo": "46", "skill": "pistol", "dispersion": 410, - "durability": 8, + "durability": 9, "min_cycle_recoil": 81 , "valid_mod_locations": [ [ "accessories", 2 ], @@ -39,6 +39,7 @@ "copy-from": "hk_mp7", "type": "GUN", "name": { "str": "H&K MP7A2" }, - "volume": "1000 ml" + "volume": "1000 ml", + "bashing": 10 } ] |