summaryrefslogtreecommitdiff
path: root/json/itemgroups/military.json
blob: ab1329fb4533be0003e40c869b711faca8ed1ff1 (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
[
  {
    "type": "item_group",
    "id": "military",
    "subtype": "distribution",
    "entries": [
      { "item": "double_plutonium_core", "prob": 3 }
    ]
  },
  {
    "type": "item_group",
    "id": "mil_hw",
    "subtype": "distribution",
    "entries": [
      { "item": "double_plutonium_core", "prob": 3 }
    ]
  },
  {
    "type": "item_group",
    "id": "helicopter",
    "subtype": "distribution",
    "entries": [
      { "item": "double_plutonium_core", "prob": 5 }
    ]
  }
]