1[
2  {
3    "type": "item_group",
4    "id": "NC_DEBUG_worn",
5    "subtype": "distribution",
6    "entries": [ { "item": "towel", "prob": 100 } ]
7  },
8  {
9    "type": "item_group",
10    "id": "NC_DEBUG_carried",
11    "subtype": "distribution",
12    "entries": [ { "item": "mininuke", "prob": 100 } ]
13  },
14  {
15    "type": "item_group",
16    "id": "NC_DEBUG_weapon",
17    "subtype": "distribution",
18    "entries": [ { "item": "soap", "prob": 100 } ]
19  }
20]
21