summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-29 20:25:27 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-29 20:25:27 -0700
commit01c001de3abc06bdb165593cd2b28ad64dcc125a (patch)
tree923b835eb0d545762ee3eeb791098334cab5c016
parentTypo (diff)
downloadcataclysm-dda-mod_hk-loadout-01c001de3abc06bdb165593cd2b28ad64dcc125a.tar.xz
Buff UCP durability to match the USP
Buff MP7 melee damage slightly
-rw-r--r--json/items/gun/46.json5
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
}
]