From fde97375dd85b3d462cebd44e8faafb21f5cec1e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 16 Feb 2023 18:17:44 -0800 Subject: Convert the CAWS to 00shot. -Obsolete 000 shells that aren't buckshot. --- json/itemgroups/Weapons_Mods_Ammo/ammo.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'json/itemgroups/Weapons_Mods_Ammo') diff --git a/json/itemgroups/Weapons_Mods_Ammo/ammo.json b/json/itemgroups/Weapons_Mods_Ammo/ammo.json index 93fbe3b..536fef1 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/ammo.json +++ b/json/itemgroups/Weapons_Mods_Ammo/ammo.json @@ -44,9 +44,7 @@ "//": "Less common shotgun ammo including that only used by police/paramilitary forces.", "subtype": "distribution", "entries": [ - { "item": "shot_000_beanbag", "prob": 15 }, - { "item": "shot_000", "prob": 60 }, - { "item": "shot_000_slug", "prob": 30 } + { "item": "shot_000", "prob": 60 } ] }, { @@ -55,8 +53,7 @@ "//": "Military specification shotgun ammo found at military sites.", "subtype": "distribution", "entries": [ - { "item": "shot_000_he", "prob": 8 }, - { "item": "shot_000_flechette", "prob": 80 }, + { "item": "shot_000", "prob": 60 }, { "item": "shot_000_inc", "prob": 25 } ] }, @@ -67,8 +64,6 @@ "subtype": "distribution", "entries": [ { "item": "reloaded_shot_000", "prob": 80 }, - { "item": "reloaded_shot_000_flechette", "prob": 2 }, - { "item": "reloaded_shot_000_slug", "prob": 10 }, { "item": "reloaded_shot_000_inc", "prob": 7 } ] } -- cgit v1.2.1