1[
2  {
3    "type": "item_group",
4    "id": "NC_ARSONIST_pants_male",
5    "subtype": "distribution",
6    "entries": [
7      { "item": "jeans", "prob": 20 },
8      { "item": "pants", "prob": 20 },
9      { "item": "pants_leather", "prob": 20 },
10      { "item": "pants_cargo", "prob": 20 },
11      { "item": "bunker_pants", "prob": 20 }
12    ]
13  },
14  {
15    "type": "item_group",
16    "id": "NC_ARSONIST_pants_female",
17    "subtype": "distribution",
18    "entries": [
19      { "item": "jeans", "prob": 20 },
20      { "item": "pants", "prob": 20 },
21      { "item": "pants_leather", "prob": 20 },
22      { "item": "pants_cargo", "prob": 20 },
23      { "item": "skirt", "prob": 20 },
24      { "item": "bunker_pants", "prob": 10 }
25    ]
26  },
27  {
28    "type": "item_group",
29    "id": "NC_ARSONIST_shirt_male",
30    "subtype": "distribution",
31    "entries": [
32      { "item": "tshirt", "prob": 20 },
33      { "item": "polo_shirt", "prob": 20 },
34      { "item": "dress_shirt", "prob": 20 },
35      { "item": "tank_top", "prob": 20 }
36    ]
37  },
38  {
39    "type": "item_group",
40    "id": "NC_ARSONIST_shirt_female",
41    "subtype": "distribution",
42    "entries": [
43      { "item": "tshirt", "prob": 20 },
44      { "item": "polo_shirt", "prob": 20 },
45      { "item": "dress_shirt", "prob": 20 },
46      { "item": "tank_top", "prob": 20 }
47    ]
48  },
49  {
50    "type": "item_group",
51    "id": "NC_ARSONIST_gloves",
52    "subtype": "distribution",
53    "entries": [
54      { "item": "null", "prob": 60 },
55      { "item": "gloves_leather", "prob": 20 },
56      { "item": "gloves_fingerless", "prob": 20 },
57      { "item": "fire_gauntlets", "prob": 20 }
58    ]
59  },
60  {
61    "type": "item_group",
62    "id": "NC_ARSONIST_coat",
63    "subtype": "distribution",
64    "entries": [
65      { "item": "null", "prob": 20 },
66      { "item": "hoodie", "prob": 20 },
67      { "item": "jacket_light", "prob": 20 },
68      { "item": "jacket_leather", "prob": 20 },
69      { "item": "trenchcoat", "prob": 20 },
70      { "item": "jacket_jean", "prob": 20 },
71      { "item": "bunker_coat", "prob": 10 },
72      { "item": "jacket_windbreaker", "prob": 10 },
73      { "item": "kevlar", "prob": 5 }
74    ]
75  },
76  {
77    "type": "item_group",
78    "id": "NC_ARSONIST_shoes",
79    "subtype": "distribution",
80    "entries": [ { "item": "sneakers", "prob": 20 }, { "item": "boots", "prob": 20 }, { "item": "boots_bunker", "prob": 10 } ]
81  },
82  {
83    "type": "item_group",
84    "id": "NC_ARSONIST_masks",
85    "subtype": "distribution",
86    "entries": [
87      { "item": "null", "prob": 80 },
88      { "item": "mask_dust", "prob": 10 },
89      { "item": "bandana", "prob": 10 },
90      { "item": "mask_filter", "prob": 10, "charges-min": 10 }
91    ]
92  },
93  {
94    "type": "item_group",
95    "id": "NC_ARSONIST_eyes",
96    "subtype": "distribution",
97    "entries": [ { "item": "null", "prob": 80 }, { "item": "glasses_safety", "prob": 20 }, { "item": "sunglasses", "prob": 20 } ]
98  },
99  {
100    "type": "item_group",
101    "id": "NC_ARSONIST_hat",
102    "subtype": "distribution",
103    "entries": [
104      { "item": "null", "prob": 80 },
105      { "item": "hat_ball", "prob": 10 },
106      { "item": "hat_hard", "prob": 10 },
107      { "item": "helmet_bike", "prob": 10 },
108      { "item": "helmet_riot", "prob": 10 },
109      { "item": "helmet_motor", "prob": 10 },
110      { "item": "hat_hunting", "prob": 10 }
111    ]
112  },
113  {
114    "type": "item_group",
115    "id": "NC_ARSONIST_extra",
116    "subtype": "distribution",
117    "entries": [
118      { "item": "null", "prob": 5 },
119      { "item": "backpack", "prob": 25 },
120      { "item": "backpack_leather", "prob": 25 },
121      { "item": "rucksack", "prob": 5 }
122    ]
123  },
124  {
125    "type": "item_group",
126    "id": "NC_ARSONIST_bashing",
127    "subtype": "distribution",
128    "entries": [
129      { "item": "hammer", "prob": 20 },
130      { "item": "wrench", "prob": 20 },
131      { "item": "hammer_sledge", "prob": 10 },
132      { "item": "hammer_sledge_short", "prob": 10 },
133      { "item": "pipe", "prob": 20 },
134      { "item": "bat", "prob": 20 },
135      { "item": "bat_metal", "prob": 20 },
136      { "item": "crowbar", "prob": 20 }
137    ]
138  },
139  {
140    "type": "item_group",
141    "id": "NC_ARSONIST_cutting",
142    "subtype": "distribution",
143    "entries": [
144      { "item": "knife_butcher", "prob": 20 },
145      { "item": "hatchet", "prob": 20 },
146      { "item": "ax", "prob": 20 },
147      { "item": "machete", "prob": 20 },
148      { "item": "knife_combat", "prob": 20 },
149      { "item": "katana", "prob": 20 }
150    ]
151  },
152  {
153    "type": "item_group",
154    "id": "NC_ARSONIST_stabbing",
155    "subtype": "distribution",
156    "entries": [
157      { "item": "spear_knife", "prob": 50 },
158      { "item": "spear_steel", "prob": 10 },
159      { "item": "spear_forked", "prob": 10 },
160      { "item": "spear_rebar", "prob": 5 }
161    ]
162  },
163  {
164    "type": "item_group",
165    "id": "NC_ARSONIST_throw",
166    "subtype": "distribution",
167    "entries": [ { "item": "throwing_knife", "prob": 50 }, { "item": "throwing_axe", "prob": 50 } ]
168  },
169  {
170    "type": "item_group",
171    "id": "NC_ARSONIST_archery",
172    "subtype": "distribution",
173    "entries": [ { "item": "crossbow", "prob": 5 } ]
174  },
175  {
176    "type": "item_group",
177    "id": "NC_ARSONIST_pistols",
178    "subtype": "distribution",
179    "entries": [ { "item": "usp_9mm", "prob": 30 }, { "item": "m9", "prob": 70 } ]
180  },
181  {
182    "type": "item_group",
183    "id": "NC_ARSONIST_shotgun",
184    "subtype": "distribution",
185    "entries": [ { "item": "mossberg_500", "prob": 25 }, { "item": "remington_870", "prob": 25 } ]
186  },
187  {
188    "type": "item_group",
189    "id": "NC_ARSONIST_smg",
190    "subtype": "distribution",
191    "entries": [ { "item": "uzi", "prob": 50 }, { "item": "tec9", "prob": 50 }, { "item": "sten", "prob": 10 } ]
192  },
193  {
194    "type": "item_group",
195    "id": "NC_ARSONIST_rifle",
196    "subtype": "distribution",
197    "entries": [ { "item": "m4a1", "prob": 35 }, { "item": "m1a", "prob": 35 }, { "item": "ak47", "prob": 35 } ]
198  },
199  {
200    "type": "item_group",
201    "id": "NC_ARSONIST_launcher",
202    "subtype": "distribution",
203    "entries": [ { "item": "flamethrower", "prob": 50 } ]
204  },
205  {
206    "type": "item_group",
207    "id": "NC_ARSONIST_weapon_random",
208    "subtype": "distribution",
209    "entries": [ { "item": "q_staff", "prob": 100 } ]
210  },
211  {
212    "type": "item_group",
213    "id": "NC_ARSONIST_misc",
214    "subtype": "distribution",
215    "entries": [
216      { "item": "trenchcoat", "prob": 25 },
217      { "item": "gloves_fingerless", "prob": 30 },
218      { "item": "mask_hockey", "prob": 20 },
219      { "item": "improvised_pipebomb", "prob": 40 },
220      { "item": "molotov", "prob": 100 },
221      { "item": "ref_lighter", "prob": 30, "charges-min": 0 },
222      { "item": "lighter", "prob": 30, "charges-min": 10 },
223      { "item": "matches", "prob": 30, "charges-min": 1 },
224      { "item": "firecracker_pack", "prob": 50 },
225      { "item": "firecracker", "prob": 30 },
226      { "item": "dynamite", "prob": 50 },
227      { "item": "rebar", "prob": 100 }
228    ]
229  }
230]
231