From f2f157ba54d5be821e560fcb818d9f66280c3a23 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 2 Jun 2021 15:26:54 -0700 Subject: Expand drop tables for 000shot Make 000shot slightly less rare --- json/itemgroups/Weapons_Mods_Ammo/ammo.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'json') diff --git a/json/itemgroups/Weapons_Mods_Ammo/ammo.json b/json/itemgroups/Weapons_Mods_Ammo/ammo.json index 831a4be..4f7970f 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/ammo.json +++ b/json/itemgroups/Weapons_Mods_Ammo/ammo.json @@ -8,15 +8,34 @@ { "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": 60 }, + { "item": "shot_000_slug", "prob": 30 } + ] + }, { "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 } + { "item": "shot_000_flechette", "prob": 80 } + ] + }, + { + "type": "item_group", + "id": "ammo_shotgun_reloaded", + "//": "Reloaded shotgun ammo balanced according to rarity.", + "subtype": "distribution", + "entries": [ + { "item": "reloaded_shot_000", "prob": 80 }, + { "item": "reloaded_shot_000_flechette", "prob": 2 }, + { "item": "reloaded_shot_000_slug", "prob": 10 } ] } ] -- cgit v1.2.1