From 4a5b3e64ace8321983080a5e0c0a3a955859e651 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 6 Apr 2022 19:14:30 -0700 Subject: Fix USP45 failing to properly override yet again. --- json/items/gun/45.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'json/items/gun/45.json') diff --git a/json/items/gun/45.json b/json/items/gun/45.json index e6535c0..6bb45dd 100644 --- a/json/items/gun/45.json +++ b/json/items/gun/45.json @@ -1,11 +1,27 @@ [ - { + { "id": "usp_45", - "copy-from": "usp_9mm", + "copy-from": "usp_45", + "looks_like": "glock_17", "type": "GUN", "name": { "str_sp": "H&K USP .45" }, + "description": "A popular pistol, widely used among law enforcement. Extensively tested for durability, it has been found to stay accurate even after being subjected to extreme abuse.", "weight": "789 g", + "volume": "500 ml", + "price": 68000, + "price_postapoc": 2500, + "to_hit": -2, + "bashing": 8, + "material": [ "steel", "plastic" ], + "symbol": "(", + "color": "dark_gray", "ammo": "45", + "ranged_damage": { "damage_type": "stab", "amount": -1 }, + "dispersion": 400, + "durability": 9, + "blackpowder_tolerance": 48, + "min_cycle_recoil": 450, + "magazine_well": "250 ml", "magazines": [ [ "45", [ "usp45mag" ] ] ] }, { -- cgit v1.2.1