summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/field_drops.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo/field_drops.json')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/field_drops.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/field_drops.json b/json/itemgroups/Weapons_Mods_Ammo/field_drops.json
new file mode 100644
index 0000000..a3a940a
--- /dev/null
+++ b/json/itemgroups/Weapons_Mods_Ammo/field_drops.json
@@ -0,0 +1,82 @@
+[
+ {
+ "id": "everyday_usp_40",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "usp_40", "charges-min": 0, "charges-max": 13 }, { "item": "usp40mag" }, { "item": "usp40mag", "prob": 50 } ]
+ },
+ {
+ "id": "everyday_hk_p30_9",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "hk_p30_9", "charges-min": 0, "charges-max": 15 }, { "item": "p309mag" }, { "item": "p309mag", "prob": 50 } ]
+ },
+ {
+ "id": "everyday_hk_p30_40",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "hk_p30_40", "charges-min": 0, "charges-max": 13 }, { "item": "p3040mag" }, { "item": "p3040mag", "prob": 50 } ]
+ },
+ {
+ "id": "everyday_hk_45",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "hk_45", "charges-min": 0, "charges-max": 10 }, { "item": "hk45mag" }, { "item": "hk45mag", "prob": 50 } ]
+ },
+ {
+ "id": "everyday_hk_ump9",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "hk_ump9", "charges-min": 0, "charges-max": 30 }, { "item": "ump9mag" }, { "item": "ump9mag", "prob": 50 } ]
+ },
+ {
+ "id": "everyday_hk_ump9",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "hk_ump40", "charges-min": 0, "charges-max": 30 }, { "item": "ump40mag" }, { "item": "ump40mag", "prob": 50 } ]
+ },
+ {
+ "id": "everyday_hk_psg1a1",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "hk_psg1a1", "charges-min": 0, "charges-max": 10 }, { "item": "g3smallmag" }, { "item": "g3smallmag", "prob": 50 } ]
+ },
+ {
+ "id": "everyday_hk_msg90a2",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "hk_msg90a2", "charges-min": 0, "charges-max": 20 }, { "item": "g3mag" }, { "item": "g3mag", "prob": 50 } ]
+ },
+ {
+ "id": "everyday_hk_g11",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "hk_g11", "charges-min": 0, "charges-max": 50 }, { "item": "hk_g11_mag" }, { "item": "hk_g11_mag", "prob": 50 } ]
+ },
+ {
+ "id": "everyday_hk_caws",
+ "type": "item_group",
+ "//": "this is a distribution for the gun, reasonable number of backup mags",
+ "subtype": "collection",
+ "ammo": 100,
+ "entries": [ { "item": "hk_caws", "charges-min": 0, "charges-max": 10 }, { "item": "hk_caws_mag" }, { "item": "hk_caws_mag", "prob": 50 } ]
+ }
+]