summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/ammo.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo/ammo.json')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/ammo.json25
1 files changed, 22 insertions, 3 deletions
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
@@ -10,13 +10,32 @@
},
{
"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 }
]
}
]