From 2ce607f12a57890c898706f1d4a6ae23226b9bec Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 29 Apr 2021 19:36:45 -0700 Subject: Drop the CAWS 20 round belt mag Fix the 000shot drop tables Fix some usp drop rates --- json/itemgroups/Weapons_Mods_Ammo/ammo.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'json/itemgroups/Weapons_Mods_Ammo/ammo.json') diff --git a/json/itemgroups/Weapons_Mods_Ammo/ammo.json b/json/itemgroups/Weapons_Mods_Ammo/ammo.json index 2a563d7..831a4be 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/ammo.json +++ b/json/itemgroups/Weapons_Mods_Ammo/ammo.json @@ -8,22 +8,14 @@ { "item": "473x33mm", "prob": 35 } ] }, - { - "type": "item_group", - "id": "ammo_shotgun_rare", - "//": "Less common shotgun ammo including that only used by police/paramilitary forces.", - "subtype": "distribution", - "entries": [ - { "item": "shot_000", "prob": 40 }, - { "item": "shot_000_slug", "prob": 20 } - ] - }, { "type": "item_group", "id": "ammo_shotgun_milspec", "//": "Military specification shotgun ammo found at military sites.", "subtype": "distribution", "entries": [ + { "item": "shot_000", "prob": 100 }, + { "item": "shot_000_slug", "prob": 100 }, { "item": "shot_000_flechette", "prob": 100 } ] } -- cgit v1.2.1