From 854329ae7c658a62f4ac656df404399f32ba7f6c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 Oct 2022 19:54:54 -0700 Subject: Fix 000 ammunition drop tables. --- json/itemgroups/Weapons_Mods_Ammo/ammo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 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 46e1132..93fbe3b 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/ammo.json +++ b/json/itemgroups/Weapons_Mods_Ammo/ammo.json @@ -55,14 +55,14 @@ "//": "Military specification shotgun ammo found at military sites.", "subtype": "distribution", "entries": [ - { "item": "shot_000_he", "prob": 15 }, + { "item": "shot_000_he", "prob": 8 }, { "item": "shot_000_flechette", "prob": 80 }, - { "item": "shot_000_inc", "prob": 30 } + { "item": "shot_000_inc", "prob": 25 } ] }, { "type": "item_group", - "id": "ammo_shotgun_reloaded", + "id": "ammo_shotgun_modern_handloads", "//": "Reloaded shotgun ammo balanced according to rarity.", "subtype": "distribution", "entries": [ -- cgit v1.2.1