From 7b282ed66e28771b701c210aef39069b3e800a46 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 6 Apr 2022 19:03:09 -0700 Subject: Add the UMP9 and UMP40 plus magazines and itemgroups. --- json/items/magazine/40.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'json/items/magazine/40.json') diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json index c0ee22a..5f2795c 100644 --- a/json/items/magazine/40.json +++ b/json/items/magazine/40.json @@ -7,5 +7,15 @@ "description": "A standard capacity magazine for use with the Heckler & Koch USP .40 handgun.", "ammo_type": [ "40" ], "capacity": 13 + }, + { + "id": "ump40mag", + "copy-from": "ump45mag", + "type": "MAGAZINE", + "name": { "str": "H&K UMP40 magazine" }, + "description": "A standard 30-round box magazine for use with the Heckler & Koch UMP40 SMG.", + "weight": "200 g", + "ammo_type": [ "40" ], + "capacity": 30 } ] -- cgit v1.2.1