From d59eff27a8bac7951e3cb46572a1ec2c3a47398a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 31 Mar 2023 10:16:26 -0700 Subject: Add copy-from abstracts to guns missing them. --- json/items/gun/46.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'json/items/gun/46.json') diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 05dc0dd..e32ac15 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -1,8 +1,8 @@ [ { "id": "hk_ucp", + "copy-from": "pistol_base", "type": "GUN", - "reload_noise_volume": 10, "name": { "str_sp": "H&K UCP" }, "description": "The Heckler & Koch UCP is a small, very high capacity pistol designed to counter most common body armors.", "weight": "730 g", @@ -23,9 +23,11 @@ "valid_mod_locations": [ [ "accessories", 2 ], [ "barrel", 1 ], + [ "bore", 1 ], [ "brass catcher", 1 ], [ "grip", 1 ], [ "mechanism", 4 ], + [ "magazine", 1 ], [ "muzzle", 1 ], [ "rail", 1 ], [ "sights", 1 ], -- cgit v1.2.1