summaryrefslogtreecommitdiff
path: root/json/itemgroups/military.json
blob: ecf974f2d22468c14dc243b77dfb7924d3eb148f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  { 
    "type": "item_group",
    "id": "military",
    "subtype": "distribution",
    "entries": [ 
      { "item": "hk_ucp", "prob": 6 },
      { "item": "46mm", "prob": 7 }
    ]
  },
  {
    "type": "item_group",
    "id": "military_standard_sniper_rifles",
    "subtype": "distribution",
    "entries": [ { "item": "m2010", "prob": 20, "charges": [ 0, 5 ] },
    { "item": "m110a1", "prob": 70, "charges": [ 0, 20 ] },
    { "item": "hk_msg90a2", "prob": 10, "charges": [ 0, 20]} ]
  }
]