summaryrefslogtreecommitdiff
path: root/json/itemgroups/military.json
blob: 3ef6e21401865e5774851340e6426741394c6fad (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] }
    ]
  }
]