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/itemgroups/Weapons_Mods_Ammo/magazines.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'json/itemgroups/Weapons_Mods_Ammo/magazines.json') diff --git a/json/itemgroups/Weapons_Mods_Ammo/magazines.json b/json/itemgroups/Weapons_Mods_Ammo/magazines.json index 070ead9..0deb354 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/magazines.json +++ b/json/itemgroups/Weapons_Mods_Ammo/magazines.json @@ -22,7 +22,18 @@ "id": "mags_swat", "//": "Magazines issued to paramilitary forces in addition to standard police issue.", "items": [ + [ "ump9mag", 20 ], + [ "ump40mag", 20 ], [ "usp40mag", 10 ] ] + }, + { + "type": "item_group", + "id": "mags_smg_common", + "//": "Factory specification SMG magazines commonly owned by citizens.", + "items": [ + [ "ump9mag", 5 ], + [ "ump40mag", 5 ] + ] } ] -- cgit v1.2.1