1[
2  {
3    "type": "item_group",
4    "id": "NC_SOLDIER_pants",
5    "subtype": "distribution",
6    "entries": [ { "item": "pants_army", "prob": 80 }, { "item": "winter_pants_army", "prob": 20 } ]
7  },
8  {
9    "type": "item_group",
10    "id": "NC_SOLDIER_shirt",
11    "subtype": "distribution",
12    "entries": [
13      { "item": "army_top", "prob": 20 },
14      { "item": "tshirt", "prob": 20 },
15      { "item": "polo_shirt", "prob": 20 },
16      { "item": "longshirt", "prob": 20 }
17    ]
18  },
19  {
20    "type": "item_group",
21    "id": "NC_SOLDIER_gloves",
22    "subtype": "distribution",
23    "entries": [
24      { "item": "null", "prob": 20 },
25      { "item": "gloves_tactical", "prob": 50 },
26      { "item": "gloves_fingerless", "prob": 30 },
27      { "item": "winter_gloves_army", "prob": 10 }
28    ]
29  },
30  {
31    "type": "item_group",
32    "id": "NC_SOLDIER_coat",
33    "subtype": "distribution",
34    "entries": [ { "item": "null", "prob": 20 }, { "item": "jacket_army", "prob": 50 }, { "item": "winter_jacket_army", "prob": 50 } ]
35  },
36  {
37    "type": "item_group",
38    "id": "NC_SOLDIER_vest",
39    "subtype": "distribution",
40    "entries": [
41      { "item": "null", "prob": 10 },
42      { "item": "jacket_army", "prob": 50 },
43      { "item": "kevlar", "prob": 10 },
44      { "item": "ballistic_vest_esapi", "prob": 25 }
45    ]
46  },
47  {
48    "type": "item_group",
49    "id": "NC_SOLDIER_shoes",
50    "subtype": "distribution",
51    "entries": [ { "item": "boots_combat", "prob": 90 }, { "item": "boots", "prob": 10 } ]
52  },
53  {
54    "type": "item_group",
55    "id": "NC_SOLDIER_masks",
56    "subtype": "distribution",
57    "entries": [
58      { "item": "null", "prob": 50 },
59      { "item": "mask_gas", "prob": 20, "charges-min": 10 },
60      { "item": "mask_bal", "prob": 10 }
61    ]
62  },
63  {
64    "type": "item_group",
65    "id": "NC_SOLDIER_eyes",
66    "subtype": "distribution",
67    "entries": [ { "item": "null", "prob": 20 }, { "item": "glasses_safety", "prob": 10 }, { "item": "glasses_bal", "prob": 60 } ]
68  },
69  {
70    "type": "item_group",
71    "id": "NC_SOLDIER_hat",
72    "subtype": "distribution",
73    "entries": [
74      { "item": "null", "prob": 10 },
75      { "item": "tac_helmet", "prob": 50 },
76      { "item": "helmet_army", "prob": 50 },
77      { "item": "helmet_skid", "prob": 20 }
78    ]
79  },
80  {
81    "type": "item_group",
82    "id": "NC_SOLDIER_storage",
83    "subtype": "distribution",
84    "entries": [ { "item": "null", "prob": 5 }, { "item": "molle_pack", "prob": 40 }, { "item": "rucksack", "prob": 10 } ]
85  },
86  {
87    "type": "item_group",
88    "id": "NC_SOLDIER_holster",
89    "subtype": "distribution",
90    "entries": [ { "item": "null", "prob": 20 }, { "item": "holster", "prob": 50 } ]
91  },
92  {
93    "type": "item_group",
94    "id": "NC_SOLDIER_cutting",
95    "subtype": "distribution",
96    "entries": [ { "item": "knife_combat", "prob": 20 } ]
97  },
98  {
99    "type": "item_group",
100    "id": "NC_SOLDIER_stabbing",
101    "subtype": "distribution",
102    "entries": [ { "item": "knife_combat", "prob": 20 } ]
103  },
104  {
105    "type": "item_group",
106    "id": "NC_SOLDIER_pistols",
107    "subtype": "distribution",
108    "entries": [ { "item": "m9", "prob": 100 } ]
109  },
110  {
111    "type": "item_group",
112    "id": "NC_SOLDIER_smg",
113    "subtype": "distribution",
114    "entries": [ { "item": "hk_mp5", "prob": 100 } ]
115  },
116  {
117    "type": "item_group",
118    "id": "NC_SOLDIER_rifle",
119    "subtype": "distribution",
120    "entries": [ { "item": "m4a1", "prob": 90 }, { "item": "m14ebr", "prob": 10 } ]
121  },
122  {
123    "type": "item_group",
124    "id": "NC_SOLDIER_weapon_random",
125    "subtype": "distribution",
126    "entries": [ { "item": "m4a1", "prob": 35 } ]
127  },
128  {
129    "type": "item_group",
130    "id": "NC_SOLDIER_misc",
131    "subtype": "distribution",
132    "entries": [
133      { "item": "grenade", "prob": 10 },
134      { "item": "flashbang", "prob": 2 },
135      { "item": "c4", "prob": 5 },
136      { "item": "goggles_nv", "prob": 1 },
137      { "item": "goggles_ir", "prob": 1 },
138      { "item": "optical_cloak", "prob": 1 },
139      { "item": "UPS_off", "prob": 5 },
140      { "item": "adv_UPS_off", "prob": 3 },
141      { "item": "tacvest", "prob": 10 },
142      { "item": "backpack", "prob": 8 },
143      { "item": "dump_pouch", "prob": 20 },
144      { "item": "legrig", "prob": 10 },
145      { "item": "under_armor", "prob": 20 },
146      { "item": "elbow_pads", "prob": 20 },
147      { "item": "knee_pads", "prob": 20 },
148      { "item": "mil_mess_kit", "prob": 30 },
149      { "item": "e_tool", "prob": 15 },
150      { "item": "chocolate", "prob": 30 },
151      { "item": "can_beans", "prob": 20 },
152      { "item": "mre_chilibeans_box", "prob": 45 },
153      { "item": "mre_bbqbeef_box", "prob": 45 },
154      { "item": "mre_chickennoodle_box", "prob": 45 },
155      { "item": "mre_spaghetti_box", "prob": 45 },
156      { "item": "mre_chicken_box", "prob": 45 },
157      { "item": "mre_beeftaco_box", "prob": 45 },
158      { "item": "mre_beef_box", "prob": 45 },
159      { "item": "mre_meatball_box", "prob": 45 },
160      { "item": "mre_beefstew_box", "prob": 45 },
161      { "item": "mre_chilimac_box", "prob": 45 },
162      { "item": "mre_veggy_box", "prob": 45 },
163      { "item": "mre_macaronimarinara_box", "prob": 45 },
164      { "item": "mre_cheesetort_box", "prob": 45 },
165      { "item": "mre_mushroomfettuccine_box", "prob": 45 },
166      { "item": "mre_mexicanchickenstew_box", "prob": 45 },
167      { "item": "mre_maplesausage_box", "prob": 45 },
168      { "item": "mre_ravioli_box", "prob": 45 },
169      { "item": "mre_hashbrownbacon_box", "prob": 45 },
170      { "item": "mre_lemontuna_box", "prob": 45 },
171      { "item": "mre_asianbeef_box", "prob": 45 },
172      { "item": "mre_chickenpesto_box", "prob": 45 },
173      { "item": "mre_southwestbeef_box", "prob": 45 },
174      { "item": "mre_hotdog_box", "prob": 45 },
175      { "group": "full_ifak", "prob": 35 },
176      { "item": "saline", "prob": 10 },
177      { "item": "con_milk", "prob": 10 },
178      { "item": "sports_drink", "prob": 40 },
179      { "item": "water_clean", "prob": 90 }
180    ]
181  }
182]
183