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