From a92fb76848754f9e732e57b7f73f22bb40d67118 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 3 Nov 2020 19:52:51 -0800 Subject: Add 000shot drops Adjust drop rates for other items --- json/itemgroups/Weapons_Mods_Ammo/ammo.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (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 6c311ca..6d6f8a6 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/ammo.json +++ b/json/itemgroups/Weapons_Mods_Ammo/ammo.json @@ -5,7 +5,26 @@ "//": "Military specification rifle ammo found at military sites.", "subtype": "distribution", "entries": [ - { "item": "473x33mm", "prob": 30 } + { "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_flechette", "prob": 100 }, ] } ] -- cgit v1.2.1