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/gun/9mm.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'json/items/gun/9mm.json') diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index 679e9e5..75f7980 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -21,5 +21,17 @@ "name": { "str_sp": "H&K MP5K-PDW" }, "weight": "2530 g", "volume": "1250 ml" + }, + { + "id": "hk_ump9", + "copy-from": "hk_ump45", + "type": "GUN", + "name": { "str_sp": "H&K UMP9" }, + "description": "Developed as a successor to the MP5 submachine gun, the UMP9 retains the earlier model's supreme accuracy and low recoil, but with reduced weight and size.", + "weight": "2300 g", + "ammo": "9mm", + "min_cycle_recoil": 450, + "magazines": [ [ "9mm", [ "ump9mag" ] ] ], + "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ] } ] -- cgit v1.2.1