summaryrefslogtreecommitdiff
path: root/json/itemgroups
diff options
context:
space:
mode:
Diffstat (limited to 'json/itemgroups')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/ammo.json9
-rw-r--r--json/itemgroups/military.json3
2 files changed, 3 insertions, 9 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/ammo.json b/json/itemgroups/Weapons_Mods_Ammo/ammo.json
index 93fbe3b..536fef1 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/ammo.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/ammo.json
@@ -44,9 +44,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 }
+ { "item": "shot_000", "prob": 60 }
]
},
{
@@ -55,8 +53,7 @@
"//": "Military specification shotgun ammo found at military sites.",
"subtype": "distribution",
"entries": [
- { "item": "shot_000_he", "prob": 8 },
- { "item": "shot_000_flechette", "prob": 80 },
+ { "item": "shot_000", "prob": 60 },
{ "item": "shot_000_inc", "prob": 25 }
]
},
@@ -67,8 +64,6 @@
"subtype": "distribution",
"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_inc", "prob": 7 }
]
}
diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json
index 96d5403..d81221b 100644
--- a/json/itemgroups/military.json
+++ b/json/itemgroups/military.json
@@ -12,8 +12,7 @@
{ "item": "hk_g11", "prob": 7 },
{ "item": "hk_caws", "prob": 5 },
{ "item": "shot_000", "prob": 5 },
- { "item": "shot_000_flechette", "prob": 5 },
- { "item": "shot_000_slug", "prob": 5 },
+ { "item": "shot_000_inc", "prob": 5 },
{ "item": "473x33mm", "prob": 7 },
{ "item": "hk_msg90a2", "prob": 5 }
]