From 691fbc79f895672d9e7c3c8f69d492f142589602 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 6 Apr 2022 20:10:49 -0700 Subject: Add P30 9mm, P30 .40, and HK45 handguns, plus magazines and itemgroups. --- json/items/gun/40.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'json/items/gun/40.json') diff --git a/json/items/gun/40.json b/json/items/gun/40.json index 011b97b..e37b151 100644 --- a/json/items/gun/40.json +++ b/json/items/gun/40.json @@ -8,6 +8,19 @@ "ammo": "40", "magazines": [ [ "40", [ "usp40mag" ] ] ] }, + { + "id": "hk_p30_40", + "copy-from": "usp_9mm", + "type": "GUN", + "name": { "str_sp": "H&K P30 .40" }, + "description": "Developed as a successor to the USP .40 handgun, the P30 .49 retains the earlier model's famed durability, but with improved control and reduced weight.", + "weight": "647 g", + "price": 75000, + "price_postapoc": 3000, + "min_cycle_recoil": 400, + "magazines": [ [ "40", [ "p3040mag" ] ] ], + "built_in_mods": [ "pistol_grip" ] + }, { "id": "hk_ump40", "copy-from": "hk_ump45", -- cgit v1.2.1