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/45.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'json/items/gun/45.json') diff --git a/json/items/gun/45.json b/json/items/gun/45.json index 6bb45dd..4084f04 100644 --- a/json/items/gun/45.json +++ b/json/items/gun/45.json @@ -22,7 +22,22 @@ "blackpowder_tolerance": 48, "min_cycle_recoil": 450, "magazine_well": "250 ml", - "magazines": [ [ "45", [ "usp45mag" ] ] ] + "magazines": [ [ "45", [ "usp45mag" ] ] ], + "delete": { "built_in_mods": [ "match_trigger" ] } + }, + { + "id": "hk_45", + "copy-from": "usp_45", + "looks_like": "glock_17", + "type": "GUN", + "name": { "str_sp": "H&K HK45" }, + "description": "Originally intended to replace the US military's aging M9 pistol, the HK45 combines the famed durability of the USP series with a more ergonomic design based on the P2000 to allow for greater control during operation.", + "weight": "770 g", + "price": 75000, + "price_postapoc": 3000, + "min_cycle_recoil": 400, + "magazines": [ [ "45", [ "hk45mag" ] ] ], + "built_in_mods": [ "pistol_grip" ] }, { "id": "hk_ump45", -- cgit v1.2.1