From 5f858cdea6c355812caae5b09857a8d970db317a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 3 Nov 2020 16:37:04 -0800 Subject: Add the CAWS Adjust the MSG90 out of active service --- json/itemgroups/Weapons_Mods_Ammo/guns.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'json/itemgroups/Weapons_Mods_Ammo/guns.json') diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json index d29844c..abf179e 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/guns.json +++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json @@ -45,7 +45,15 @@ "//": "Military specification rifles only ever found at military sites.", "items": [ { "item": "hk_msg90a2", "prob": 15, "charges-min": 0, "charges-max": 20 }, - { "item": "hk_g11", "prob": 5, "charges-min": 0, "charges-max": 50 } + { "item": "hk_g11", "prob": 10, "charges-min": 0, "charges-max": 50 } + ] + }, + { + "type": "item_group", + "id": "guns_shotgun_milspec", + "//": "Military shotguns currently in service.", + "items": [ + { "item": "hk_caws", "prob": 30, "charges-min": 0, "charges-max": 10 } ] }, { -- cgit v1.2.1