diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-02 16:00:32 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-02 16:00:32 -0700 |
commit | 3a01476d4b2531c7af9eed491b6b48d754826930 (patch) | |
tree | 27a04c85fa2c8bce5a462c007330bf9c12d44918 /json/itemgroups | |
parent | Expand drop tables for 000shot (diff) | |
download | cataclysm-bn-mod_hk-loadout-3a01476d4b2531c7af9eed491b6b48d754826930.tar.xz |
Add 000shot variants - Explosive, Incendiary, Beanbag
Add 000shot Reloaded Variant - Incendiary
Add drop tables and recipes for the new shot types
Diffstat (limited to 'json/itemgroups')
-rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/ammo.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/ammo.json b/json/itemgroups/Weapons_Mods_Ammo/ammo.json index 4f7970f..ad791c8 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/ammo.json +++ b/json/itemgroups/Weapons_Mods_Ammo/ammo.json @@ -14,6 +14,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 } ] @@ -24,7 +25,9 @@ "//": "Military specification shotgun ammo found at military sites.", "subtype": "distribution", "entries": [ - { "item": "shot_000_flechette", "prob": 80 } + { "item": "shot_000_he", "prob": 15 }, + { "item": "shot_000_flechette", "prob": 80 }, + { "item": "shot_000_inc", "prob": 30 } ] }, { @@ -35,7 +38,8 @@ "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_slug", "prob": 10 }, + { "item": "reloaded_shot_000_inc", "prob": 7 } ] } ] |