summaryrefslogtreecommitdiff
path: root/json/itemgroups/military.json
blob: d36926be7307dc1a45a70ab3bb45c1edc59cd4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[
  { 
    "type": "item_group",
    "id": "military",
    "subtype": "distribution",
    "entries": [ 
      { "item": "hk_ucp", "prob": 6 },
      { "item": "46mm", "prob": 7 }
    ]
  }
]