summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-16 23:39:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-16 23:39:07 -0700
commite89096f5c3b371dd67b2526b9935d4e9bc163a99 (patch)
treede61b9112d522bcb2434d4196e8707c32483a429
parentInitial commit (diff)
downloadcataclysm-bn-mod_hk-loadout-e89096f5c3b371dd67b2526b9935d4e9bc163a99.tar.xz
Adjust UCP to include modifiers from 0.E
-rw-r--r--json/items/gun/46.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json
index b2f762b..b370979 100644
--- a/json/items/gun/46.json
+++ b/json/items/gun/46.json
@@ -16,11 +16,13 @@
"ammo": "46",
"skill": "pistol",
"ranged_damage": -1,
- "dispersion": 440,
+ "dispersion": 410,
"durability": 8,
+ "min_cycle_recoil": 81 ,
"valid_mod_locations": [
[ "accessories", 2 ],
[ "barrel", 1 ],
+ [ "brass catcher", 1 ],
[ "grip", 1 ],
[ "mechanism", 4 ],
[ "muzzle", 1 ],
@@ -29,6 +31,7 @@
[ "stock", 1 ],
[ "underbarrel", 1 ]
],
+ "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ],
"magazine_well": 1,
"magazines": [ [ "46", [ "hk46mag", "hk46bigmag" ] ] ]
}