summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/field_drops.json
blob: 39fadd4390e39aaf325b037ff6129c8414d183bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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_ump40",
    "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 } ]
  }
]