From 7f427ee2a8e7ac0ab8da15e588574c8b1e843bdd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 2 Nov 2020 21:14:35 -0800 Subject: Add the G11K2 rifle --- json/itemgroups/Weapons_Mods_Ammo/guns.json | 3 ++- json/itemgroups/military.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'json/itemgroups') diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json index 13978ea..d29844c 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/guns.json +++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json @@ -44,7 +44,8 @@ "id": "guns_rifle_milspec", "//": "Military specification rifles only ever found at military sites.", "items": [ - { "item": "hk_msg90a2", "prob": 15, "charges-min": 0, "charges-max": 20 } + { "item": "hk_msg90a2", "prob": 15, "charges-min": 0, "charges-max": 20 }, + { "item": "hk_g11", "prob": 5, "charges-min": 0, "charges-max": 50 } ] }, { diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json index 2d836c0..d74dad2 100644 --- a/json/itemgroups/military.json +++ b/json/itemgroups/military.json @@ -6,7 +6,9 @@ "entries": [ { "item": "hk_ucp", "prob": 2 }, { "item": "hk_mp7", "prob": 5 }, - { "item": "46mm", "prob": 7 } + { "item": "hk_g11", "prob": 2 }, + { "item": "46mm", "prob": 7 }, + { "item": "473x33mm", "prob": 2 } ] }, { -- cgit v1.2.1