diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-06 19:54:54 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-06 19:54:54 -0700 | 
| commit | 854329ae7c658a62f4ac656df404399f32ba7f6c (patch) | |
| tree | 358f6aed11426dbfb62d7adde714bec8f126d490 | |
| parent | Update uncraft ala 2022-09-15-2016. (diff) | |
| download | cataclysm-dda-mod_hk-loadout-854329ae7c658a62f4ac656df404399f32ba7f6c.tar.xz | |
Fix 000 ammunition drop tables.
| -rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/ammo.json | 6 | 
1 files changed, 3 insertions, 3 deletions
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": [  | 
