summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-06 19:04:30 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-06 19:04:30 -0700
commit52bfe0b75b3f15df3bf2ad7fc0502ac1a2e17182 (patch)
treec4b9ee91539f36d8266d9944f27bbc6180545ab5 /json
parentRemove the redundant 'railgun' from the H&K G80 name. (diff)
downloadcataclysm-dda-mod_hk-loadout-52bfe0b75b3f15df3bf2ad7fc0502ac1a2e17182.tar.xz
Add a -1/+1 damage modifier to the UCP/MP7 as is the norm for H&K handgun/SMG pairs.
Diffstat (limited to 'json')
-rw-r--r--json/items/gun/46.json2
1 files changed, 2 insertions, 0 deletions
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" ] ] ]
}