summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/field_drops.json
blob: e0b2a30b88ee4ef26373de5d49b75861b7974b1f (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
83
84
85
86
87
88
89
90
[
  {
    "id": "field_usp_40",
    "type": "item_group",
    "//": "this is a distribution for ammo and magazines an active combatant would have immediately on hand.  Most should be expended.",
    "//2": "usually takes the form of 100% chance for first mag, 70% for second, 50% for third with reducing chances of them being mostly expended.",
    "//3": "this group is for the glock 22",
    "subtype": "collection",
    "entries": [
      {
        "distribution": [ { "item": "usp40mag", "charges": 13, "prob": 50 }, { "item": "usp40mag", "charges": [ 0, 5 ], "prob": 50 } ],
        "prob": 100
      },
      {
        "distribution": [ { "item": "usp40mag", "charges": 13, "prob": 30 }, { "item": "usp40mag", "charges": [ 0, 5 ], "prob": 70 } ],
        "prob": 70
      },
      {
        "distribution": [ { "item": "usp40mag", "charges": 13, "prob": 30 }, { "item": "usp40mag", "charges": [ 0, 5 ], "prob": 70 } ],
        "prob": 50
      }
    ]
  },
  {
    "id": "field_hk_p30_9",
    "type": "item_group",
    "//": "this is a distribution for ammo and magazines an active combatant would have immediately on hand.  Most should be expended.",
    "//2": "usually takes the form of 100% chance for first mag, 70% for second, 50% for third with reducing chances of them being mostly expended.",
    "//3": "this group is for the glock 22",
    "subtype": "collection",
    "entries": [
      {
        "distribution": [ { "item": "p309mag", "charges": 15, "prob": 50 }, { "item": "p309mag", "charges": [ 0, 5 ], "prob": 50 } ],
        "prob": 100
      },
      {
        "distribution": [ { "item": "p309mag", "charges": 15, "prob": 30 }, { "item": "p309mag", "charges": [ 0, 5 ], "prob": 70 } ],
        "prob": 70
      },
      {
        "distribution": [ { "item": "p309mag", "charges": 15, "prob": 30 }, { "item": "p309mag", "charges": [ 0, 5 ], "prob": 70 } ],
        "prob": 50
      }
    ]
  },
  {
    "id": "field_hk_p30_40",
    "type": "item_group",
    "//": "this is a distribution for ammo and magazines an active combatant would have immediately on hand.  Most should be expended.",
    "//2": "usually takes the form of 100% chance for first mag, 70% for second, 50% for third with reducing chances of them being mostly expended.",
    "//3": "this group is for the glock 22",
    "subtype": "collection",
    "entries": [
      {
        "distribution": [ { "item": "p3040mag", "charges": 13, "prob": 50 }, { "item": "p3040mag", "charges": [ 0, 5 ], "prob": 50 } ],
        "prob": 100
      },
      {
        "distribution": [ { "item": "p3040mag", "charges": 13, "prob": 30 }, { "item": "p3040mag", "charges": [ 0, 5 ], "prob": 70 } ],
        "prob": 70
      },
      {
        "distribution": [ { "item": "p3040mag", "charges": 13, "prob": 30 }, { "item": "p3040mag", "charges": [ 0, 5 ], "prob": 70 } ],
        "prob": 50
      }
    ]
  },
  {
    "id": "field_hk_45",
    "type": "item_group",
    "//": "this is a distribution for ammo and magazines an active combatant would have immediately on hand.  Most should be expended.",
    "//2": "usually takes the form of 100% chance for first mag, 70% for second, 50% for third with reducing chances of them being mostly expended.",
    "//3": "this group is for the glock 22",
    "subtype": "collection",
    "entries": [
      {
        "distribution": [ { "item": "hk45mag", "charges": 13, "prob": 50 }, { "item": "hk45mag", "charges": [ 0, 5 ], "prob": 50 } ],
        "prob": 100
      },
      {
        "distribution": [ { "item": "hk45mag", "charges": 13, "prob": 30 }, { "item": "hk45mag", "charges": [ 0, 5 ], "prob": 70 } ],
        "prob": 70
      },
      {
        "distribution": [ { "item": "hk45mag", "charges": 13, "prob": 30 }, { "item": "hk45mag", "charges": [ 0, 5 ], "prob": 70 } ],
        "prob": 50
      }
    ]
  }
]