From 52bfe0b75b3f15df3bf2ad7fc0502ac1a2e17182 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 6 Apr 2022 19:04:30 -0700 Subject: Add a -1/+1 damage modifier to the UCP/MP7 as is the norm for H&K handgun/SMG pairs. --- json/items/gun/46.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/json/items/gun/46.json b/json/items/gun/46.json index cf0a3f6..ecd48ad 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -16,6 +16,7 @@ "color": "light_gray", "ammo": [ "46" ], "skill": "pistol", + "ranged_damage": { "damage_type": "stab", "amount": -1 }, "dispersion": 410, "durability": 9, "min_cycle_recoil": 81 , @@ -43,6 +44,7 @@ "weight": "1960 g", "volume": "1000 ml", "bashing": 10, + "ranged_damage": { "damage_type": "stab", "amount": 1 }, "built_in_mods": [ "folding_stock" ], "magazines": [ [ "46", [ "hk46bigmag", "hk46midmag", "hk46mag" ] ] ] } -- cgit v1.2.1