1[
2  {
3    "id": "baked_goods",
4    "type": "item_group",
5    "subtype": "distribution",
6    "entries": [
7      { "item": "cookies", "prob": 17 },
8      { "item": "cake2", "prob": 15 },
9      { "item": "cake3", "prob": 10 },
10      { "item": "biscuit", "prob": 10 },
11      { "item": "jihelucake", "prob": 10 },
12      { "item": "brownie", "prob": 20 }
13    ]
14  },
15  {
16    "id": "tea_dishes",
17    "type": "item_group",
18    "items": [ [ "ceramic_cup", 70 ], [ "ceramic_plate", 50 ], [ "spoon", 20 ] ]
19  },
20  {
21    "id": "chair_hat",
22    "type": "item_group",
23    "subtype": "distribution",
24    "entries": [ { "item": "hat_newsboy", "prob": 10 }, { "item": "bowhat", "prob": 40 }, { "item": "porkpie", "prob": 20 } ]
25  },
26  {
27    "id": "chair_torso",
28    "type": "item_group",
29    "subtype": "distribution",
30    "entries": [ { "item": "suit", "prob": 70 }, { "item": "waistcoat", "prob": 70 }, { "item": "dress_shirt", "prob": 70 } ]
31  },
32  {
33    "id": "chair_pants",
34    "type": "item_group",
35    "subtype": "distribution",
36    "entries": [ { "item": "pants", "prob": 70 } ]
37  },
38  {
39    "id": "chair_feet",
40    "type": "item_group",
41    "subtype": "distribution",
42    "entries": [ { "item": "dress_shoes", "prob": 70 } ]
43  },
44  {
45    "id": "chair_extra",
46    "type": "item_group",
47    "subtype": "distribution",
48    "entries": [
49      { "item": "cane", "prob": 70 },
50      { "item": "pocketwatch", "prob": 70 },
51      { "item": "umbrella", "prob": 70 },
52      { "item": "manual_fencing", "prob": 10 }
53    ]
54  },
55  {
56    "id": "corner_reader",
57    "type": "item_group",
58    "subtype": "distribution",
59    "entries": [
60      { "item": "mag_cutting", "prob": 70 },
61      { "item": "mag_stabbing", "prob": 70 },
62      { "item": "mag_unarmed", "prob": 70 },
63      { "item": "manual_dodge", "prob": 70 },
64      { "item": "novel_spy", "prob": 70 },
65      { "item": "novel_thriller", "prob": 70 },
66      { "item": "novel_crime", "prob": 70 },
67      { "item": "novel_adventure", "prob": 70 },
68      { "item": "novel_war", "prob": 70 },
69      { "item": "poetry_book", "prob": 30 },
70      { "item": "cookbook_human", "prob": 10 }
71    ]
72  },
73  {
74    "id": "corner_weapon",
75    "type": "item_group",
76    "subtype": "distribution",
77    "entries": [ { "item": "tazer", "prob": 70, "charges": [ 0, 500 ] }, { "item": "knuckle_brass", "prob": 70 } ]
78  },
79  {
80    "id": "displays",
81    "type": "item_group",
82    "subtype": "distribution",
83    "entries": [
84      { "item": "tea", "prob": 70 },
85      { "item": "tea_raw", "prob": 70 },
86      { "item": "tea_green_raw", "prob": 35 },
87      { "item": "ceramic_cup", "prob": 70 },
88      { "item": "teapot", "prob": 70 },
89      { "item": "clay_teapot", "prob": 70 },
90      { "group": "teabag_box", "prob": 70 }
91    ]
92  },
93  {
94    "id": "prepared_teas",
95    "type": "item_group",
96    "subtype": "distribution",
97    "items": [
98      { "item": "tea", "prob": 60 },
99      { "item": "bee_balm_tea", "prob": 20 },
100      {
101        "item": "dandelionburdock_tea",
102        "prob": 20,
103        "charges-max": 2,
104        "container-item": "bottle_plastic",
105        "sealed": false
106      },
107      { "item": "dandelion_tea", "prob": 10, "charges-max": 2, "container-item": "bottle_plastic", "sealed": false },
108      { "item": "pine_tea", "prob": 10, "charges-max": 2, "container-item": "bottle_plastic", "sealed": false },
109      { "item": "herbal_tea", "prob": 50 },
110      { "item": "chamomile_tea", "prob": 40 },
111      { "item": "lotus_tea", "prob": 30 },
112      { "item": "spurge_tea", "prob": 20 },
113      { "item": "milk_tea", "prob": 20 },
114      { "item": "chai_tea", "prob": 30 }
115    ]
116  },
117  {
118    "id": "teashop_bulk_teas_no_stackable",
119    "type": "item_group",
120    "subtype": "distribution",
121    "items": [
122      { "item": "tanbark", "prob": 3, "count": [ 1, 2 ] },
123      { "item": "spurge", "prob": 20, "count": [ 1, 2 ] },
124      { "item": "lotus", "prob": 20, "count": [ 1, 2 ] },
125      { "item": "chamomile", "prob": 30, "count": [ 1, 2 ] }
126    ]
127  },
128  {
129    "id": "teashop_bulk_teas",
130    "type": "item_group",
131    "subtype": "distribution",
132    "items": [
133      { "item": "honey_bottled", "prob": 20 },
134      { "item": "honey_glassed", "prob": 20 },
135      { "item": "con_milk", "prob": 10 },
136      { "item": "bee_balm", "prob": 20, "charges-min": 1, "charges-max": 12, "container-item": "jar_3l_glass_sealed" },
137      { "item": "jar_3l_glass_sealed", "prob": 40, "contents-group": "teashop_bulk_teas_no_stackable" },
138      {
139        "item": "raw_burdock",
140        "prob": 10,
141        "charges-min": 1,
142        "charges-max": 48,
143        "container-item": "jar_3l_glass_sealed"
144      },
145      { "item": "tea_raw", "prob": 60, "charges-min": 10, "charges-max": 40, "container-item": "jar_glass_sealed" },
146      {
147        "item": "tea_green_raw",
148        "prob": 30,
149        "charges-min": 10,
150        "charges-max": 40,
151        "container-item": "jar_glass_sealed"
152      },
153      {
154        "item": "wild_herbs",
155        "prob": 50,
156        "charges-min": 20,
157        "charges-max": 200,
158        "container-item": "jar_glass_sealed"
159      },
160      {
161        "item": "raw_dandelion",
162        "prob": 10,
163        "charges-min": 1,
164        "charges-max": 8,
165        "container-item": "jar_glass_sealed"
166      },
167      { "item": "milk_powder", "prob": 30, "charges-min": 1, "charges-max": 8, "container-item": "jar_glass_sealed" },
168      { "item": "cinnamon", "prob": 20, "charges-min": 1, "charges-max": 200, "container-item": "jar_glass_sealed" },
169      { "item": "sugar", "prob": 40, "charges-min": 10, "charges-max": 142, "container-item": "jar_glass_sealed" }
170    ]
171  },
172  {
173    "id": "teashop_fridge",
174    "type": "item_group",
175    "items": [ [ "milk", 70 ] ]
176  },
177  {
178    "id": "teashop_kitchen_counter",
179    "type": "item_group",
180    "items": [ [ "sugar", 30 ], [ "tea_raw", 40 ], [ "tea_green_raw", 20 ], [ "teapot", 20 ], [ "spoon", 20 ] ]
181  },
182  {
183    "id": "bar_alcohol",
184    "type": "item_group",
185    "subtype": "distribution",
186    "entries": [
187      { "group": "beer", "prob": 453 },
188      { "group": "wines_worthy", "prob": 100 },
189      { "group": "liquor_and_spirits", "prob": 116 },
190      { "group": "mixed_alcoholic_drinks", "prob": 202 },
191      { "item": "fruit_wine", "prob": 5 },
192      { "item": "sherry", "prob": 10 },
193      { "item": "bristol_sherry", "prob": 5 },
194      { "item": "madeira", "prob": 5 }
195    ]
196  },
197  {
198    "id": "bar_food",
199    "type": "item_group",
200    "subtype": "distribution",
201    "entries": [
202      { "item": "mayonnaise", "prob": 3 },
203      { "group": "ketchup_sealed_rng", "prob": 3 },
204      { "group": "mustard_sealed_rng", "prob": 3 },
205      { "item": "pickle", "prob": 5, "charges": 6, "container-item": "jar_glass_sealed" },
206      { "item": "pickle", "prob": 5 },
207      { "item": "cheeseburger", "prob": 10 },
208      { "item": "hamburger", "prob": 8 },
209      { "item": "sloppyjoe", "prob": 6 },
210      { "item": "fries", "prob": 10 },
211      { "item": "cheese_fries", "prob": 7 },
212      { "item": "onion_rings", "prob": 8 },
213      { "item": "hotdogs_cooked", "charges-min": 1, "prob": 6 },
214      { "item": "hotdogs_newyork", "charges-min": 1, "prob": 5 },
215      { "item": "crab_cakes", "charges-min": 1, "prob": 8 },
216      { "item": "stuffed_clams", "charges-min": 1, "prob": 8 }
217    ]
218  },
219  {
220    "id": "bar_fridge",
221    "type": "item_group",
222    "subtype": "distribution",
223    "entries": [
224      { "item": "water_clean", "prob": 50 },
225      { "item": "water_mineral", "prob": 20 },
226      { "item": "oj", "prob": 40 },
227      { "item": "juice", "prob": 35 },
228      { "item": "tomato_juice", "prob": 25 },
229      { "item": "cranberry_juice", "prob": 35 },
230      { "group": "softdrinks_canned", "prob": 95 },
231      { "item": "V8", "prob": 15 },
232      { "item": "fries", "prob": 7 },
233      { "item": "cheese_fries", "prob": 5 },
234      { "item": "onion_rings", "prob": 7 },
235      { "item": "pizza_veggy", "prob": 7 },
236      { "item": "pizza_meat", "prob": 7 }
237    ]
238  },
239  {
240    "id": "bar_table",
241    "type": "item_group",
242    "subtype": "distribution",
243    "entries": [
244      { "item": "cig", "prob": 50, "charges": [ 1, 20 ] },
245      { "item": "matches", "prob": 45, "charges": [ 1, 20 ] },
246      { "item": "rolling_paper", "prob": 10, "charges": [ 1, 30 ] },
247      { "item": "bottle_glass", "prob": 70 },
248      { "item": "bucket", "prob": 5 },
249      { "item": "can_drink", "prob": 65 },
250      { "item": "wrapper", "prob": 50 },
251      { "item": "ceramic_plate", "prob": 40 },
252      { "item": "news_regional", "prob": 20 },
253      { "item": "mag_news", "prob": 20 }
254    ]
255  },
256  {
257    "id": "bar_bathroom",
258    "type": "item_group",
259    "subtype": "distribution",
260    "entries": [
261      { "item": "weed", "prob": 40, "charges": [ 1, 5 ] },
262      { "item": "coke", "prob": 40, "charges": [ 1, 8 ] },
263      { "item": "aspirin", "prob": 40, "charges": [ 1, 20 ] },
264      { "item": "cig", "prob": 20, "charges": [ 1, 20 ] },
265      { "item": "syringe", "prob": 30 },
266      { "item": "meth", "prob": 20, "charges": [ 1, 6 ] },
267      { "item": "heroin", "prob": 7, "charges": [ 1, 4 ] },
268      { "item": "mag_porn", "prob": 35 },
269      { "item": "hairpin", "prob": 5 },
270      { "item": "purse", "prob": 15 }
271    ]
272  },
273  {
274    "id": "bar_trash",
275    "type": "item_group",
276    "subtype": "distribution",
277    "entries": [
278      { "item": "wrapper", "prob": 50 },
279      { "item": "bottle_glass", "prob": 70 },
280      { "item": "can_drink", "prob": 60 },
281      { "item": "flyer", "prob": 30 },
282      { "item": "box_small", "prob": 30 },
283      { "item": "rag", "prob": 20 },
284      { "item": "bag_plastic", "prob": 20 },
285      { "item": "news_regional", "prob": 15 },
286      { "item": "mag_news", "prob": 15 },
287      { "item": "hairpin", "prob": 15 },
288      { "item": "jar_glass_sealed", "prob": 10 }
289    ]
290  },
291  {
292    "id": "pizza_display",
293    "type": "item_group",
294    "items": [ [ "pizza_meat", 50 ], [ "pizza_veggy", 50 ] ]
295  },
296  {
297    "id": "pizza_kitchen",
298    "type": "item_group",
299    "items": [
300      [ "seasoning_italian", 23 ],
301      [ "seasoning_salt", 13 ],
302      [ "pepper", 5 ],
303      [ "yeast", 10 ],
304      [ "sugar", 9 ],
305      [ "cornmeal", 8 ],
306      [ "flour", 25 ],
307      [ "cookbook", 3 ],
308      [ "cookbook_italian", 2 ]
309    ]
310  },
311  {
312    "id": "pizza_fridge",
313    "type": "item_group",
314    "items": [
315      [ "sauce_red", 29 ],
316      [ "royal_beef", 3 ],
317      [ "can_sardine", 18 ],
318      [ "onion", 14 ],
319      [ "chili_pepper", 14 ],
320      [ "can_chicken", 13 ],
321      [ "bacon", 15 ],
322      [ "cheese", 38 ],
323      [ "sauce_pesto", 12 ],
324      [ "zucchini", 13 ],
325      [ "tomato", 10 ],
326      [ "mushroom", 27 ],
327      [ "sausage", 25 ],
328      [ "pineapple", 20 ]
329    ]
330  },
331  {
332    "id": "pizza_beer",
333    "type": "item_group",
334    "items": [ { "group": "beer", "prob": 10 }, [ "wine_chardonnay", 1 ], [ "wine_cabernet", 1 ] ]
335  },
336  {
337    "id": "pizza_soda",
338    "type": "item_group",
339    "items": [ { "group": "softdrinks_canned", "prob": 70 }, [ "energy_drink", 5 ], [ "lemonade", 8 ] ]
340  },
341  {
342    "id": "pizza_table",
343    "type": "item_group",
344    "items": [
345      { "item": "cig", "prob": 15, "charges": [ 1, 20 ] },
346      { "item": "rolling_paper", "prob": 7, "charges": [ 1, 30 ] },
347      [ "wrapper", 35 ],
348      [ "ceramic_plate", 40 ],
349      [ "cup_plastic", 40 ],
350      { "item": "portable_game", "prob": 10, "charges": [ 0, 100 ] },
351      [ "chips", 15 ],
352      [ "chips2", 3 ],
353      [ "chips3", 3 ],
354      [ "news_regional", 12 ],
355      [ "flyer", 7 ]
356    ]
357  },
358  {
359    "id": "pizza_locker",
360    "type": "item_group",
361    "items": [
362      [ "towel", 15 ],
363      { "item": "soap", "prob": 15, "charges": [ 1, 10 ] },
364      { "item": "detergent", "prob": 15, "charges": [ 1, 20 ] },
365      { "item": "bleach", "prob": 15, "charges-min": 1 },
366      [ "broom", 13 ],
367      [ "dinosuit", 7 ],
368      [ "hat_ball", 19 ],
369      [ "jacket_light", 15 ],
370      [ "mbag", 10 ],
371      [ "rag", 6 ]
372    ]
373  },
374  {
375    "id": "pizza_bathroom",
376    "type": "item_group",
377    "items": [
378      { "item": "weed", "prob": 40, "charges": [ 1, 5 ] },
379      { "item": "coke", "prob": 20, "charges": [ 1, 8 ] },
380      { "item": "meth", "prob": 1, "charges": [ 1, 6 ] },
381      { "item": "aspirin", "prob": 15, "charges": [ 1, 20 ] },
382      [ "mag_porn", 30 ],
383      [ "purse", 10 ],
384      [ "hairpin", 3 ]
385    ]
386  },
387  {
388    "id": "pizza_trash",
389    "type": "item_group",
390    "ammo": 100,
391    "items": [
392      [ "cup_plastic", 40 ],
393      [ "wrapper", 34 ],
394      [ "bag_plastic", 20 ],
395      [ "bottle_glass", 30 ],
396      [ "can_drink", 30 ],
397      [ "rag", 10 ],
398      [ "news_regional", 7 ],
399      [ "mag_news", 7 ],
400      [ "hairpin", 10 ],
401      [ "flyer", 7 ],
402      { "item": "glock_19", "prob": 5, "charges": [ 0, 15 ] },
403      { "item": "9mm", "prob": 3, "charges": [ 1, 50 ] }
404    ]
405  },
406  {
407    "id": "coffee_display_2",
408    "type": "item_group",
409    "subtype": "distribution",
410    "entries": [
411      { "item": "bottle_glass", "prob": 5 },
412      { "item": "ceramic_cup", "prob": 15 },
413      { "item": "ceramic_plate", "prob": 15 },
414      { "item": "chips", "prob": 25 },
415      { "item": "chips2", "prob": 25 },
416      { "item": "chips3", "prob": 25 },
417      { "item": "choco_coffee_beans", "prob": 50 },
418      { "item": "coffee_raw", "prob": 50 },
419      { "item": "coffee_syrup", "prob": 15 },
420      { "item": "licorice", "prob": 10 },
421      { "item": "cookies", "prob": 35 },
422      { "item": "tea_raw", "prob": 50 },
423      { "item": "tea_green_raw", "prob": 25 },
424      { "group": "teabag_box", "prob": 30 }
425    ]
426  },
427  {
428    "id": "coffee_condiments",
429    "type": "item_group",
430    "subtype": "distribution",
431    "entries": [
432      { "item": "bag_plastic", "prob": 25 },
433      { "item": "box_small", "prob": 30 },
434      { "item": "honey_bottled", "prob": 10 },
435      { "item": "honey_glassed", "prob": 10 },
436      { "item": "milk", "prob": 10 },
437      { "item": "milk_powder", "prob": 65 },
438      { "item": "salt", "prob": 15 },
439      { "item": "sugar", "prob": 70 },
440      { "item": "artificial_sweetener", "prob": 15 },
441      { "item": "tea_raw", "prob": 15 },
442      { "item": "tea_green_raw", "prob": 10 },
443      { "item": "wrapper", "prob": 75 },
444      { "group": "teabag_box", "prob": 10 }
445    ]
446  },
447  {
448    "id": "coffee_counter",
449    "type": "item_group",
450    "subtype": "distribution",
451    "entries": [
452      { "item": "atomic_coffee", "prob": 3 },
453      { "item": "bottle_glass", "prob": 5 },
454      { "item": "ceramic_cup", "prob": 30 },
455      { "item": "choco_coffee_beans", "prob": 40 },
456      { "item": "licorice", "prob": 10 },
457      { "item": "coffee", "prob": 55 },
458      { "item": "cookies", "prob": 5 },
459      { "item": "cup_plastic", "prob": 70 },
460      { "item": "tea", "prob": 15 }
461    ]
462  },
463  {
464    "id": "coffee_newsstand",
465    "type": "item_group",
466    "subtype": "distribution",
467    "entries": [
468      { "item": "mag_news", "prob": 35 },
469      { "item": "news_regional", "prob": 35 },
470      { "item": "newest_newspaper", "prob": 55 }
471    ]
472  },
473  {
474    "id": "coffee_prep",
475    "type": "item_group",
476    "subtype": "distribution",
477    "entries": [
478      { "item": "atomic_coffeepot", "prob": 1 },
479      { "item": "bottle_glass", "prob": 15 },
480      { "item": "coffee_raw", "prob": 25 },
481      { "item": "coffee_syrup", "prob": 25 },
482      { "item": "cup_plastic", "prob": 35 },
483      { "item": "jug_plastic", "prob": 15 }
484    ]
485  },
486  {
487    "id": "coffee_freezer",
488    "type": "item_group",
489    "subtype": "distribution",
490    "entries": [
491      { "item": "blt", "prob": 40 },
492      { "item": "insta_salad", "prob": 60 },
493      { "item": "pudding", "prob": 40 },
494      { "item": "sandwich_pb", "prob": 35 },
495      { "item": "sandwich_pbh", "prob": 35 },
496      { "item": "sandwich_pbj", "prob": 40 },
497      { "item": "sandwich_pbm", "prob": 10 },
498      { "item": "sandwich_t", "prob": 45 },
499      { "item": "yoghurt", "prob": 40 }
500    ]
501  },
502  {
503    "id": "coffee_locker",
504    "type": "item_group",
505    "subtype": "distribution",
506    "entries": [
507      { "item": "apron_leather", "prob": 25 },
508      { "item": "sm_extinguisher", "prob": 10, "charges": 10 },
509      { "item": "hat_ball", "prob": 25 },
510      { "item": "towel", "prob": 10 },
511      { "item": "soap", "prob": 8, "charges": [ 1, 10 ] },
512      { "item": "detergent", "prob": 8, "charges": [ 1, 20 ] },
513      { "item": "rag", "prob": 15 },
514      { "item": "broom", "prob": 8 },
515      { "item": "bleach", "prob": 8, "charges-min": 1 },
516      { "item": "hotplate", "prob": 1, "charges": [ 0, 500 ] },
517      { "item": "vinegar", "prob": 3 }
518    ]
519  },
520  {
521    "id": "coffee_dishes",
522    "type": "item_group",
523    "subtype": "distribution",
524    "entries": [
525      { "item": "ceramic_cup", "prob": 70 },
526      { "item": "ceramic_plate", "prob": 50 },
527      { "item": "cup_plastic", "prob": 20 }
528    ]
529  },
530  {
531    "id": "coffee_trash",
532    "type": "item_group",
533    "subtype": "distribution",
534    "entries": [
535      { "item": "wrapper", "prob": 17 },
536      { "item": "bag_plastic", "prob": 15 },
537      { "item": "bottle_glass", "prob": 10 },
538      { "item": "can_drink", "prob": 10 },
539      { "item": "rag", "prob": 10 },
540      { "item": "news_regional", "prob": 20 },
541      { "item": "mag_news", "prob": 20 },
542      { "item": "hairpin", "prob": 10 },
543      { "item": "flyer", "prob": 7 }
544    ]
545  },
546  {
547    "id": "coffee_bathroom",
548    "type": "item_group",
549    "subtype": "distribution",
550    "entries": [
551      { "item": "weed", "prob": 10, "charges": [ 1, 5 ] },
552      { "item": "coke", "prob": 10, "charges": [ 1, 8 ] },
553      { "item": "aspirin", "prob": 45, "charges": [ 1, 20 ] },
554      { "item": "mag_news", "prob": 30 },
555      { "item": "purse", "prob": 10 },
556      { "item": "hairpin", "prob": 25 }
557    ]
558  },
559  {
560    "id": "fast_table",
561    "type": "item_group",
562    "subtype": "distribution",
563    "entries": [
564      { "item": "cup_plastic", "prob": 60 },
565      { "item": "wrapper", "prob": 60 },
566      { "item": "bag_plastic", "prob": 45 },
567      { "item": "rag", "prob": 10 },
568      { "item": "fries", "prob": 25 },
569      { "item": "cheese_fries", "prob": 15 },
570      { "item": "onion_rings", "prob": 20 },
571      { "item": "cheeseburger", "prob": 15 },
572      { "item": "hamburger", "prob": 15 },
573      { "item": "fish_sandwich", "prob": 10 },
574      { "group": "softdrinks_canned", "prob": 75 },
575      { "item": "hotdogs_cooked", "charges-min": 1, "prob": 25 },
576      { "item": "hotdogs_newyork", "charges-min": 1, "prob": 15 },
577      { "item": "crab_cakes", "charges-min": 1, "prob": 20 },
578      { "item": "stuffed_clams", "charges-min": 1, "prob": 15 }
579    ]
580  },
581  {
582    "id": "fast_kitchen",
583    "type": "item_group",
584    "subtype": "distribution",
585    "entries": [
586      { "item": "knife_butcher", "prob": 30 },
587      { "item": "bread", "prob": 50 },
588      { "item": "seasoning_salt", "prob": 50 },
589      { "item": "seasoning_italian", "prob": 50 },
590      { "item": "can_chicken", "prob": 30 },
591      { "item": "sugar", "prob": 40 },
592      { "item": "artificial_sweetener", "prob": 10 },
593      { "item": "soysauce", "prob": 10 },
594      { "item": "hot_sauce", "prob": 10 },
595      { "item": "flour", "prob": 40 },
596      { "item": "curry_powder", "prob": 40 },
597      { "item": "cornmeal", "prob": 52 },
598      { "item": "oyster_crackers", "charges-min": 1, "prob": 35 }
599    ]
600  },
601  {
602    "id": "fast_trash",
603    "type": "item_group",
604    "subtype": "distribution",
605    "entries": [
606      { "item": "cup_plastic", "prob": 50 },
607      { "item": "wrapper", "prob": 50 },
608      { "item": "bag_plastic", "prob": 50 },
609      { "item": "rag", "prob": 50 },
610      { "item": "syringe", "prob": 5 },
611      { "item": "restaurantmap", "prob": 1 },
612      { "item": "hairpin", "prob": 25 },
613      { "item": "flyer", "prob": 25 }
614    ]
615  },
616  {
617    "id": "fast_fridge",
618    "type": "item_group",
619    "subtype": "distribution",
620    "entries": [
621      { "item": "hotdogs_frozen", "prob": 30 },
622      { "item": "cheese", "prob": 60 },
623      { "item": "fries", "prob": 40 },
624      { "item": "can_chicken", "prob": 40 },
625      { "item": "can_spam", "prob": 40 },
626      { "item": "lettuce", "prob": 50 },
627      { "item": "irradiated_lettuce", "prob": 10 },
628      { "item": "tomato", "prob": 50 },
629      { "item": "irradiated_tomato", "prob": 10 },
630      { "item": "onion", "prob": 50 },
631      { "item": "irradiated_onion", "prob": 10 },
632      { "item": "chili_pepper", "prob": 50 }
633    ]
634  },
635  {
636    "id": "fast_bath",
637    "type": "item_group",
638    "subtype": "distribution",
639    "entries": [ { "item": "hairpin", "prob": 10 }, { "item": "briefs", "prob": 10 }, { "item": "tieclip", "prob": 10 } ]
640  },
641  {
642    "id": "fast_locker",
643    "type": "item_group",
644    "subtype": "distribution",
645    "entries": [
646      { "item": "hat_ball", "prob": 30 },
647      { "item": "knife_steak", "prob": 20 },
648      { "item": "sm_extinguisher", "prob": 40, "charges": 10 },
649      { "item": "towel", "prob": 40 },
650      { "item": "soap", "prob": 30, "charges": [ 1, 10 ] },
651      { "item": "detergent", "prob": 30, "charges": [ 1, 20 ] },
652      { "item": "rag", "prob": 30 },
653      { "item": "bleach", "prob": 30, "charges-min": 1 },
654      { "item": "vinegar", "prob": 30 },
655      { "item": "backpack", "prob": 5 }
656    ]
657  },
658  {
659    "id": "groce_bread",
660    "type": "item_group",
661    "subtype": "distribution",
662    "entries": [
663      { "item": "bread", "prob": 65 },
664      { "item": "brown_bread", "prob": 50 },
665      { "item": "cake2", "prob": 10 },
666      { "item": "cake3", "prob": 10 },
667      { "item": "cornbread", "prob": 35 },
668      { "item": "brioche", "prob": 50 },
669      { "item": "hardtack", "prob": 30 },
670      { "item": "jihelucake", "prob": 10 },
671      { "item": "biscuit", "prob": 50 },
672      { "item": "crackers", "prob": 40 },
673      { "item": "soybean_seed", "prob": 40 },
674      { "item": "almond_unshelled", "prob": 20 },
675      { "item": "pecan_unshelled", "prob": 20 },
676      { "item": "cashews", "prob": 20 },
677      { "item": "pistachio_unshelled", "prob": 20 },
678      { "item": "peanut_unshelled", "prob": 20 }
679    ]
680  },
681  {
682    "id": "groce_premade",
683    "type": "item_group",
684    "subtype": "distribution",
685    "entries": [
686      { "item": "blt", "prob": 50 },
687      { "item": "sandwich_pbj", "prob": 50 },
688      { "item": "sandwich_pbh", "prob": 20 },
689      { "item": "sandwich_pbm", "prob": 10 },
690      { "item": "sandwich_pb", "prob": 35 },
691      { "item": "fish_sandwich", "prob": 20 },
692      { "item": "sandwich_t", "prob": 50 },
693      { "item": "junk_burrito", "prob": 30 },
694      { "item": "taco", "prob": 40 },
695      { "item": "insta_salad", "prob": 60 },
696      { "item": "yoghurt", "prob": 50 },
697      { "item": "macaroni_cooked", "prob": 20 }
698    ]
699  },
700  {
701    "id": "groce_cereal",
702    "type": "item_group",
703    "subtype": "distribution",
704    "entries": [
705      { "item": "oatmeal", "prob": 50 },
706      { "item": "cereal", "prob": 25 },
707      { "item": "cereal2", "prob": 55 },
708      { "item": "cereal3", "prob": 55 },
709      { "item": "cereal_fp1", "prob": 50 },
710      { "item": "cereal_fp2", "prob": 50 },
711      { "item": "cereal_fp3", "prob": 50 },
712      { "item": "cereal_fp4", "prob": 25 },
713      { "item": "cereal_fp5", "prob": 25 },
714      { "item": "cereal_fp6", "prob": 25 },
715      { "item": "cereal_fp7", "prob": 25 },
716      { "item": "toastem", "prob": 40 },
717      { "item": "toastem2", "prob": 32 },
718      { "item": "toastem3", "prob": 25 }
719    ]
720  },
721  {
722    "id": "groce_pasta",
723    "type": "item_group",
724    "subtype": "distribution",
725    "entries": [
726      { "item": "spaghetti_raw", "prob": 60 },
727      { "item": "lasagne_raw", "prob": 50 },
728      { "item": "macaroni_raw", "prob": 60 },
729      { "item": "noodles_fast", "prob": 50 }
730    ]
731  },
732  {
733    "id": "groce_ingredient",
734    "type": "item_group",
735    "subtype": "distribution",
736    "entries": [
737      { "item": "flour", "prob": 65 },
738      { "item": "bread_flour", "prob": 35 },
739      { "item": "cornmeal", "prob": 50 },
740      { "item": "yeast", "prob": 40 },
741      { "item": "powder_eggs", "prob": 55 },
742      { "item": "milk_UHT", "prob": 15 },
743      { "item": "milk_evap", "prob": 25 },
744      { "item": "con_milk", "prob": 25 },
745      { "item": "milk_powder", "prob": 45 },
746      { "item": "salt", "prob": 50 },
747      { "item": "soysauce", "prob": 25 },
748      { "item": "hot_sauce", "prob": 25 },
749      { "item": "sugar", "prob": 60 },
750      { "item": "artificial_sweetener", "prob": 15 },
751      { "item": "dry_rice", "prob": 65 },
752      { "item": "chem_citric_acid", "prob": 5 }
753    ]
754  },
755  {
756    "id": "groce_softdrink",
757    "type": "item_group",
758    "subtype": "distribution",
759    "entries": [
760      { "item": "lemonade", "prob": 30 },
761      { "item": "sports_drink", "prob": 40 },
762      { "item": "energy_drink", "prob": 40 },
763      { "item": "energy_drink_atomic", "prob": 5 },
764      { "group": "softdrinks_canned", "prob": 290 },
765      { "item": "spezi", "prob": 10 },
766      { "item": "cola", "prob": 30, "container-item": "bottle_plastic", "sealed": false },
767      { "item": "creamsoda", "prob": 20, "container-item": "bottle_plastic", "sealed": false },
768      { "item": "lemonlime", "prob": 20, "container-item": "bottle_plastic", "sealed": false },
769      { "item": "orangesoda", "prob": 15, "container-item": "bottle_plastic", "sealed": false },
770      { "item": "colamdew", "prob": 10, "container-item": "bottle_plastic", "sealed": false },
771      { "item": "rootbeer", "prob": 20, "container-item": "bottle_plastic", "sealed": false },
772      { "item": "cola", "prob": 20, "container-item": "bottle_twoliter" },
773      { "item": "creamsoda", "prob": 10, "container-item": "bottle_twoliter" },
774      { "item": "lemonlime", "prob": 15, "container-item": "bottle_twoliter" },
775      { "item": "orangesoda", "prob": 15, "container-item": "bottle_twoliter" },
776      { "item": "colamdew", "prob": 10, "container-item": "bottle_twoliter" },
777      { "item": "rootbeer", "prob": 15, "container-item": "bottle_twoliter" }
778    ]
779  },
780  {
781    "id": "groce_condiment",
782    "type": "item_group",
783    "//": "might split this into two categories; condiments and seasonings, and preserves",
784    "subtype": "distribution",
785    "entries": [
786      { "item": "mayonnaise", "prob": 40 },
787      { "group": "ketchup_sealed_rng", "prob": 60 },
788      { "group": "mustard_sealed_rng", "prob": 60 },
789      { "item": "horseradish", "prob": 10 },
790      { "item": "sprinkles", "prob": 20 },
791      { "item": "honey_bottled", "prob": 35 },
792      { "item": "honey_glassed", "prob": 35 },
793      { "item": "peanutbutter", "prob": 60 },
794      { "item": "pickle", "prob": 40, "charges": 6, "container-item": "jar_glass_sealed" },
795      { "item": "coffee_syrup", "prob": 35 },
796      { "item": "coffee_raw", "prob": 45 },
797      { "item": "tea_raw", "prob": 45 },
798      { "item": "tea_green_raw", "prob": 20 },
799      { "item": "salt", "prob": 50 },
800      { "item": "pepper", "prob": 50 },
801      { "item": "soysauce", "prob": 50 },
802      { "item": "hot_sauce", "prob": 50 },
803      { "item": "cinnamon", "prob": 20 },
804      { "item": "syrup", "prob": 50 },
805      { "item": "seasoning_salt", "prob": 45 },
806      { "item": "seasoning_italian", "prob": 50 },
807      { "item": "curry_powder", "prob": 40 },
808      { "item": "can_cheese", "prob": 30 },
809      { "item": "sauce_red", "prob": 40 },
810      { "item": "sauce_pesto", "prob": 20 },
811      { "item": "oyster_crackers", "charges-min": 1, "prob": 30 },
812      { "group": "teabag_box", "prob": 45 }
813    ]
814  },
815  {
816    "id": "groce_frozen",
817    "type": "item_group",
818    "subtype": "distribution",
819    "entries": [
820      { "item": "frozen_dinner", "prob": 80 },
821      { "item": "pizza_veggy", "prob": 50 },
822      { "item": "pizza_meat", "prob": 50 },
823      { "item": "junk_burrito", "prob": 50 },
824      { "item": "icecream_artificial", "prob": 30 },
825      { "item": "icecream_candy", "prob": 20 },
826      { "item": "sundae_cup", "prob": 30 }
827    ]
828  },
829  {
830    "id": "groce_meat",
831    "type": "item_group",
832    "subtype": "distribution",
833    "entries": [
834      { "item": "bologna", "prob": 50 },
835      { "item": "sausage", "prob": 50 },
836      { "item": "bratwurst_sausage", "prob": 35 },
837      { "item": "sweet_sausage", "prob": 10 },
838      { "item": "hotdogs_frozen", "prob": 50 },
839      { "item": "lunchmeat", "prob": 60 },
840      { "item": "meat", "prob": 60 }
841    ]
842  },
843  {
844    "id": "groce_dairyegg",
845    "type": "item_group",
846    "subtype": "distribution",
847    "entries": [
848      { "item": "egg_bird_unfert", "prob": 65, "charges-min": 6, "charges-max": 12, "container-item": "carton_egg" },
849      { "item": "milk", "prob": 80 },
850      { "item": "milk_raw", "prob": 5 },
851      { "item": "milk_raw", "prob": 5 },
852      { "item": "butter", "prob": 35, "charges": 8, "container-item": "wrapper" },
853      { "item": "buttermilk", "prob": 15 },
854      { "item": "cheese", "prob": 60 },
855      { "item": "yoghurt", "prob": 40 },
856      { "item": "pudding", "prob": 30 },
857      { "item": "icecream", "prob": 30 },
858      { "item": "icecream_artificial", "prob": 15 },
859      { "item": "sundae_cup", "prob": 30 }
860    ]
861  },
862  {
863    "id": "restaur_table",
864    "type": "item_group",
865    "items": [
866      [ "candlestick", 50 ],
867      [ "ceramic_plate", 70 ],
868      [ "ceramic_bowl", 50 ],
869      [ "glass", 70 ],
870      [ "spoon", 50 ],
871      [ "fork", 50 ],
872      [ "knife_butter", 40 ],
873      [ "knife_steak", 35 ],
874      [ "spork", 10 ],
875      [ "foon", 10 ],
876      [ "bottle_glass", 15 ],
877      { "group": "bar_alcohol", "prob": 68 },
878      [ "currywurst", 5 ],
879      [ "macaroni_cooked", 5 ],
880      [ "lasagne", 5 ],
881      [ "foodplace_food", 2 ],
882      [ "spaghetti_pesto", 5 ],
883      [ "glazed_tenderloin", 5 ]
884    ]
885  },
886  {
887    "id": "restaur_fridge",
888    "type": "item_group",
889    "items": [
890      [ "water_clean", 10 ],
891      [ "water_mineral", 10 ],
892      [ "milk", 20 ],
893      { "item": "butter", "prob": 35, "charges-min": 8, "charges-max": 64, "container-item": "wrapper" },
894      {
895        "item": "ghee",
896        "prob": 5,
897        "charges-min": 1,
898        "charges-max": 64,
899        "container-item": "jar_glass_sealed",
900        "sealed": false
901      },
902      [ "yoghurt", 10 ],
903      [ "pudding", 15 ],
904      [ "apple", 10 ],
905      [ "sandwich_t", 15 ],
906      [ "mushroom", 20 ],
907      [ "tomato", 20 ],
908      [ "lettuce", 15 ],
909      [ "zucchini", 15 ],
910      [ "foodplace_food", 20 ],
911      [ "onion", 15 ],
912      [ "chili_pepper", 15 ],
913      [ "carrot", 15 ],
914      [ "potato", 15 ],
915      [ "irradiated_tomato", 4 ],
916      [ "irradiated_lettuce", 4 ],
917      [ "irradiated_zucchini", 4 ],
918      [ "irradiated_onion", 4 ],
919      [ "irradiated_carrot", 4 ],
920      [ "chili", 10 ],
921      { "group": "wines_worthy", "prob": 54 },
922      [ "fish_fried", 7 ],
923      [ "cheese", 10 ],
924      [ "lemon", 15 ],
925      { "item": "pickle", "prob": 10, "charges": 6, "container-item": "jar_glass_sealed" },
926      [ "lutefisk", 15 ],
927      [ "fries", 15 ],
928      [ "cheese_fries", 10 ],
929      [ "onion_rings", 10 ],
930      [ "royal_beef", 1 ],
931      [ "sauce_red", 8 ],
932      [ "tofu", 8 ],
933      [ "sausage", 10 ],
934      [ "bratwurst_sausage", 10 ],
935      [ "syrup", 10 ],
936      [ "sweet_sausage", 2 ],
937      [ "soup_meat", 10 ]
938    ]
939  },
940  {
941    "id": "restaur_kitchen",
942    "type": "item_group",
943    "items": [
944      [ "vinegar", 20 ],
945      [ "jam_fruit", 5 ],
946      [ "bread", 17 ],
947      [ "meat", 20 ],
948      [ "cornbread", 7 ],
949      [ "biscuit", 8 ],
950      [ "seasoning_salt", 15 ],
951      [ "seasoning_italian", 15 ],
952      [ "garlic", 10 ],
953      [ "thyme", 10 ],
954      [ "can_chicken", 10 ],
955      [ "ghee", 15 ],
956      [ "pepper", 15 ],
957      [ "salt", 20 ],
958      [ "sugar", 5 ],
959      [ "flour", 17 ],
960      [ "soysauce", 25 ],
961      [ "hot_sauce", 25 ],
962      [ "cooking_oil", 20 ],
963      [ "cooking_oil2", 20 ],
964      [ "cookbook", 8 ],
965      [ "cookbook_italian", 9 ],
966      [ "cornmeal", 3 ],
967      [ "knife_steak", 15 ],
968      [ "chilly-p", 15 ],
969      [ "curry_powder", 15 ],
970      [ "spaghetti_raw", 20 ],
971      [ "lasagne_raw", 20 ],
972      [ "macaroni_raw", 20 ],
973      [ "foodplace_food", 5 ],
974      [ "knife_butcher", 10 ]
975    ]
976  },
977  {
978    "id": "restaur_bath",
979    "type": "item_group",
980    "items": [
981      [ "coke", 5 ],
982      [ "restaurantmap", 2 ],
983      [ "touristmap", 2 ],
984      [ "purse", 10 ],
985      [ "hairpin", 10 ],
986      [ "cig", 10 ],
987      [ "news_regional", 10 ],
988      [ "mag_news", 10 ]
989    ]
990  },
991  {
992    "id": "restaur_trash",
993    "type": "item_group",
994    "items": [
995      [ "wrapper", 40 ],
996      [ "bag_plastic", 35 ],
997      [ "bottle_glass", 35 ],
998      [ "rag", 30 ],
999      [ "flyer", 15 ],
1000      [ "mag_news", 15 ],
1001      [ "news_regional", 15 ],
1002      { "item": "glass_shard", "prob": 30, "count": [ 1, 8 ] },
1003      [ "jug_plastic", 25 ],
1004      [ "fetus", 1 ]
1005    ]
1006  },
1007  {
1008    "id": "restaur_rack",
1009    "type": "item_group",
1010    "items": [
1011      [ "ceramic_plate", 50 ],
1012      [ "glass", 50 ],
1013      [ "knife_butter", 30 ],
1014      [ "knife_steak", 15 ],
1015      [ "spoon", 20 ],
1016      [ "fork", 20 ],
1017      [ "spork", 5 ],
1018      [ "foon", 5 ],
1019      { "group": "wines_worthy", "prob": 66 },
1020      [ "fruit_wine", 20 ],
1021      [ "gloves_cut_resistant", 5 ],
1022      [ "armguard_cut_resistant", 2 ],
1023      [ "hat_chef", 30 ],
1024      [ "jacket_chef", 30 ],
1025      [ "pants_checkered", 28 ]
1026    ]
1027  },
1028  {
1029    "id": "restaur_sink",
1030    "type": "item_group",
1031    "items": [
1032      [ "ceramic_plate", 50 ],
1033      [ "glass", 50 ],
1034      [ "knife_butter", 50 ],
1035      [ "knife_steak", 25 ],
1036      [ "spoon", 50 ],
1037      [ "fork", 50 ],
1038      [ "spork", 5 ],
1039      [ "foon", 5 ]
1040    ]
1041  },
1042  {
1043    "id": "salad_bar",
1044    "type": "item_group",
1045    "items": [
1046      [ "bowl_plastic", 80 ],
1047      [ "veggy_salad", 6 ],
1048      { "item": "tomato", "prob": 8, "container-item": "bowl_plastic" },
1049      { "item": "onion", "prob": 6, "container-item": "bowl_plastic" },
1050      { "item": "broccoli", "prob": 6, "container-item": "bowl_plastic" },
1051      { "item": "celery", "prob": 6, "container-item": "bag_plastic" },
1052      { "item": "cabbage", "prob": 12, "container-item": "bag_plastic" },
1053      { "item": "carrot", "prob": 8, "charges": 2, "container-item": "bowl_plastic" }
1054    ]
1055  },
1056  {
1057    "id": "soup_bar",
1058    "type": "item_group",
1059    "items": [
1060      [ "pot", 90 ],
1061      { "item": "soup_chicken", "prob": 12, "charges": 1, "container-item": "pot" },
1062      { "item": "soup_chicken", "prob": 6, "charges": 2, "container-item": "pot" },
1063      { "item": "soup_fish", "prob": 9, "charges": 1, "container-item": "pot" },
1064      { "item": "soup_fish", "prob": 4, "charges": 2, "container-item": "pot" },
1065      { "item": "soup_tomato", "prob": 10, "charges": 1, "container-item": "pot" },
1066      { "item": "soup_tomato", "prob": 5, "charges": 2, "container-item": "pot" },
1067      { "item": "soup_veggy", "prob": 10, "charges": 1, "container-item": "pot" },
1068      { "item": "soup_veggy", "prob": 5, "charges": 2, "container-item": "pot" },
1069      { "item": "oyster_crackers", "prob": 25 }
1070    ]
1071  },
1072  {
1073    "id": "diner_food",
1074    "type": "item_group",
1075    "subtype": "distribution",
1076    "entries": [
1077      { "item": "cheeseburger", "prob": 6 },
1078      { "item": "hamburger", "prob": 8 },
1079      { "item": "sloppyjoe", "prob": 6 },
1080      { "item": "blt", "prob": 6 },
1081      { "item": "fries", "prob": 10 },
1082      { "item": "onion_rings", "prob": 8 },
1083      { "item": "fchicken", "prob": 8 },
1084      { "item": "sausage", "prob": 8 },
1085      { "item": "bratwurst_sausage", "prob": 6 },
1086      { "item": "sweet_sausage", "prob": 2 },
1087      { "item": "hotdogs_cooked", "prob": 8 },
1088      { "item": "chilidogs", "prob": 6 },
1089      { "item": "corndogs_cooked", "prob": 8 },
1090      { "item": "scrambled_eggs", "prob": 8 },
1091      { "item": "tofu_rice", "prob": 4 },
1092      { "item": "deluxe_eggs", "prob": 5 },
1093      { "item": "pancakes", "prob": 12 },
1094      { "item": "fruit_pancakes", "prob": 6 },
1095      { "item": "choc_pancakes", "prob": 6 },
1096      { "item": "waffles", "prob": 10 },
1097      { "item": "fruit_waffles", "prob": 6 },
1098      { "item": "choc_waffles", "prob": 6 },
1099      { "item": "pie", "prob": 9 },
1100      { "item": "pie_meat", "prob": 8 },
1101      { "item": "pan", "prob": 30 },
1102      { "item": "hotdogs_newyork", "charges-min": 1, "prob": 5 },
1103      { "item": "crab_cakes", "charges-min": 1, "prob": 8 },
1104      { "item": "stuffed_clams", "charges-min": 1, "prob": 8 }
1105    ]
1106  },
1107  {
1108    "id": "diner_back",
1109    "type": "item_group",
1110    "subtype": "distribution",
1111    "entries": [
1112      { "item": "pickle", "prob": 20, "charges": 6, "container-item": "jar_glass_sealed" },
1113      { "item": "bacon", "prob": 20 },
1114      { "item": "fries", "prob": 20 },
1115      { "item": "onion_rings", "prob": 20 },
1116      { "item": "sausage", "prob": 20 },
1117      { "item": "bratwurst_sausage", "prob": 10 },
1118      { "item": "sweet_sausage", "prob": 5 },
1119      { "item": "hotdogs_frozen", "prob": 20 },
1120      { "item": "corndogs_frozen", "prob": 20 },
1121      { "item": "pancakes", "prob": 20 },
1122      { "item": "waffles", "prob": 20 },
1123      { "item": "tomato", "prob": 20 },
1124      { "item": "lettuce", "prob": 20 },
1125      { "item": "soup_veggy", "prob": 20 },
1126      { "item": "soup_meat", "prob": 20 },
1127      { "item": "soup_tomato", "prob": 20 },
1128      { "item": "crab_cakes", "charges-min": 1, "prob": 12 },
1129      { "item": "stuffed_clams", "charges-min": 1, "prob": 12 }
1130    ]
1131  },
1132  {
1133    "id": "keg_beer",
1134    "type": "item_group",
1135    "subtype": "distribution",
1136    "items": [
1137      [ "keg", 100 ],
1138      { "item": "beer", "prob": 40, "container-item": "keg" },
1139      { "item": "belgian_ale", "prob": 30, "container-item": "keg" },
1140      { "item": "european_pilsner", "prob": 20, "container-item": "keg" },
1141      { "item": "wine_barley", "prob": 17, "container-item": "keg" },
1142      { "item": "india_pale_ale", "prob": 20, "container-item": "keg" },
1143      { "item": "pale_ale", "prob": 20, "container-item": "keg" },
1144      { "item": "stout", "prob": 10, "container-item": "keg" },
1145      { "item": "imperial_stout", "prob": 5, "container-item": "keg" }
1146    ]
1147  },
1148  {
1149    "id": "flask_liquor",
1150    "type": "item_group",
1151    "subtype": "distribution",
1152    "items": [
1153      [ "flask_hip", 100 ],
1154      { "item": "whiskey", "prob": 40, "container-item": "flask_hip" },
1155      { "item": "single_pot_whiskey", "prob": 20, "container-item": "flask_hip" },
1156      { "item": "cheap_whiskey", "prob": 40, "container-item": "flask_hip" },
1157      { "item": "canadian_whiskey", "prob": 40, "container-item": "flask_hip" },
1158      { "item": "vodka", "prob": 30, "container-item": "flask_hip" },
1159      { "item": "gin", "prob": 20, "container-item": "flask_hip" },
1160      { "item": "rum", "prob": 20, "container-item": "flask_hip" },
1161      { "item": "tequila", "prob": 20, "container-item": "flask_hip" },
1162      { "item": "brandy", "prob": 10, "container-item": "flask_hip" },
1163      { "item": "moonshine", "prob": 5, "container-item": "flask_hip" }
1164    ]
1165  },
1166  {
1167    "type": "item_group",
1168    "id": "butcher_raw_meat",
1169    "subtype": "distribution",
1170    "entries": [
1171      { "item": "stomach_large", "prob": 2 },
1172      { "item": "stomach_boiled", "prob": 2 },
1173      { "item": "meat", "prob": 8 },
1174      { "item": "lunchmeat", "prob": 6 },
1175      { "item": "hotdogs_frozen", "prob": 6 },
1176      { "item": "lung", "prob": 2, "charges": 5 },
1177      { "item": "kidney", "prob": 2, "charges": 5 },
1178      { "item": "liver", "prob": 4, "charges": 5 },
1179      { "item": "brain", "prob": 2, "charges": 5 },
1180      { "item": "sweetbread", "prob": 2, "charges": 2 }
1181    ]
1182  },
1183  {
1184    "type": "item_group",
1185    "id": "butcher_meat",
1186    "subtype": "distribution",
1187    "entries": [
1188      { "item": "lunchmeat", "prob": 15 },
1189      { "item": "bologna", "prob": 10 },
1190      { "item": "sausage", "prob": 4 },
1191      { "item": "sweet_sausage", "prob": 2 },
1192      { "item": "bratwurst_sausage", "prob": 4 },
1193      { "item": "meat_salted", "prob": 2 },
1194      { "item": "meat_canned", "prob": 2 },
1195      { "item": "offal_canned", "prob": 2 },
1196      { "item": "meat_smoked", "prob": 2 },
1197      { "item": "meat_pickled", "prob": 2, "charges": 2, "container-item": "jar_glass_sealed" },
1198      { "item": "offal_pickled", "prob": 2, "charges": 2, "container-item": "jar_glass_sealed" }
1199    ]
1200  },
1201  {
1202    "type": "item_group",
1203    "id": "butcher_tools",
1204    "subtype": "distribution",
1205    "entries": [
1206      { "item": "knife_steak", "prob": 20 },
1207      { "item": "knife_butcher", "prob": 30 },
1208      { "item": "butchering_kit", "prob": 5 },
1209      { "item": "tongs", "prob": 10 },
1210      { "item": "carver_off", "prob": 5, "charges": [ 0, 500 ] },
1211      { "item": "meat", "prob": 1 },
1212      { "item": "hacksaw", "prob": 10 },
1213      { "item": "gloves_cut_resistant", "prob": 10 }
1214    ]
1215  },
1216  {
1217    "id": "restaurant_mexican_table",
1218    "type": "item_group",
1219    "subtype": "collection",
1220    "items": [
1221      {
1222        "distribution": [
1223          { "item": "nachosc", "prob": 60, "container-item": "ceramic_bowl" },
1224          { "item": "nachosmc", "prob": 60, "container-item": "ceramic_bowl" },
1225          { "item": "nachosv", "prob": 60, "container-item": "bowl_plastic" },
1226          { "item": "nachosvc", "prob": 60, "container-item": "ceramic_bowl" },
1227          { "item": "nachosm", "prob": 60, "container-item": "ceramic_bowl" }
1228        ],
1229        "prob": 40
1230      },
1231      {
1232        "distribution": [
1233          { "item": "deluxe_beansnrice", "prob": 60, "container-item": "ceramic_bowl" },
1234          { "item": "rice_cooked", "prob": 60, "container-item": "ceramic_bowl" },
1235          { "item": "beans_cooked", "prob": 60, "container-item": "ceramic_bowl" },
1236          { "item": "beansnrice", "prob": 60, "container-item": "ceramic_bowl" }
1237        ],
1238        "prob": 60
1239      },
1240      {
1241        "distribution": [
1242          { "item": "taco", "prob": 50, "count": [ 1, 3 ], "container-item": "wrapper" },
1243          { "item": "homemade_burrito", "prob": 60, "container-item": "wrapper" },
1244          { "item": "nopalitos", "prob": 20, "container-item": "ceramic_bowl" },
1245          { "item": "quesadilla_cheese", "prob": 40, "count": [ 1, 2 ], "container-item": "wrapper" }
1246        ],
1247        "prob": 60
1248      },
1249      { "item": "nachos", "prob": 30, "container-item": "ceramic_bowl" },
1250      { "item": "hot_sauce", "prob": 40 }
1251    ]
1252  },
1253  {
1254    "id": "food_mexican_truck",
1255    "type": "item_group",
1256    "subtype": "collection",
1257    "items": [
1258      {
1259        "distribution": [
1260          { "item": "nachosc", "prob": 60, "container-item": "bowl_plastic" },
1261          { "item": "nachosmc", "prob": 60, "container-item": "bowl_plastic" },
1262          { "item": "nachosv", "prob": 60, "container-item": "bowl_plastic" },
1263          { "item": "nachosvc", "prob": 60, "container-item": "bowl_plastic" },
1264          { "item": "nachosm", "prob": 60, "container-item": "bowl_plastic" }
1265        ],
1266        "prob": 40
1267      },
1268      {
1269        "distribution": [
1270          { "item": "deluxe_beansnrice", "prob": 60, "container-item": "bowl_plastic" },
1271          { "item": "rice_cooked", "prob": 60, "container-item": "bowl_plastic" },
1272          { "item": "beans_cooked", "prob": 60, "container-item": "bowl_plastic" },
1273          { "item": "beansnrice", "prob": 60, "container-item": "bowl_plastic" }
1274        ],
1275        "prob": 60
1276      },
1277      {
1278        "distribution": [
1279          { "item": "taco", "prob": 50, "count": [ 1, 3 ], "container-item": "wrapper" },
1280          { "item": "homemade_burrito", "prob": 60, "container-item": "wrapper" },
1281          { "item": "nopalitos", "prob": 20, "container-item": "bowl_plastic" },
1282          { "item": "quesadilla_cheese", "prob": 40, "count": [ 1, 2 ], "container-item": "wrapper" }
1283        ],
1284        "prob": 60
1285      },
1286      { "item": "nachos", "prob": 30, "container-item": "bowl_plastic" },
1287      { "item": "hot_sauce", "prob": 40 }
1288    ]
1289  },
1290  {
1291    "id": "restaurant_mexican_fridge",
1292    "type": "item_group",
1293    "subtype": "collection",
1294    "items": [
1295      [ "water_clean", 10 ],
1296      [ "water_mineral", 10 ],
1297      [ "milk", 20 ],
1298      { "item": "butter", "prob": 35, "charges-min": 8, "charges-max": 64, "container-item": "wrapper" },
1299      {
1300        "item": "ghee",
1301        "prob": 5,
1302        "charges-min": 1,
1303        "charges-max": 64,
1304        "container-item": "jar_glass_sealed",
1305        "sealed": false
1306      },
1307      [ "cactus_pad", 20 ],
1308      [ "papaya", 20 ],
1309      [ "fish_cooked", 20 ],
1310      [ "boiled_egg", 20 ],
1311      [ "mango", 20 ],
1312      [ "spinach", 10 ],
1313      [ "celery", 10 ],
1314      [ "corn", 20 ],
1315      [ "chili_pepper", 20 ],
1316      [ "cucumber", 5 ],
1317      [ "garlic", 20 ],
1318      [ "tomato", 20 ],
1319      [ "bell_pepper", 8 ],
1320      [ "sausage_raw", 8 ],
1321      [ "bacon", 8 ],
1322      [ "fish", 8 ],
1323      [ "meat", 8 ],
1324      [ "porkbelly", 8 ],
1325      [ "bacon_uncut", 8 ],
1326      [ "onion", 15 ],
1327      [ "potato", 15 ],
1328      [ "pineapple", 20 ],
1329      [ "lard", 10 ],
1330      [ "mushroom_morel", 8 ],
1331      [ "sausage_cooked", 8 ],
1332      [ "mushroom", 20 ],
1333      [ "tomato", 20 ],
1334      [ "lettuce", 15 ],
1335      [ "chili_pepper", 15 ],
1336      [ "carrot", 15 ],
1337      [ "irradiated_tomato", 4 ],
1338      [ "irradiated_lettuce", 4 ],
1339      [ "irradiated_onion", 4 ],
1340      [ "irradiated_carrot", 4 ],
1341      [ "chili", 10 ],
1342      [ "cheese", 10 ],
1343      [ "lemon", 15 ],
1344      [ "sauce_red", 8 ],
1345      [ "tofu", 8 ],
1346      [ "sausage", 10 ],
1347      [ "syrup", 10 ],
1348      [ "sweet_sausage", 2 ],
1349      [ "soup_meat", 10 ]
1350    ]
1351  },
1352  {
1353    "id": "restaurant_mexican_pantry",
1354    "type": "item_group",
1355    "subtype": "collection",
1356    "entries": [
1357      { "group": "pantry_liquids", "prob": 30 },
1358      { "item": "tortilla_corn", "prob": 60, "count": [ 1, 3 ] },
1359      { "item": "sauce_red", "prob": 30 },
1360      { "item": "nachos", "prob": 60, "count": [ 1, 3 ] },
1361      { "item": "cheese_hard", "prob": 40 },
1362      { "item": "can_beans", "prob": 20, "count": [ 1, 3 ] },
1363      { "item": "dry_beans", "prob": 60, "count": [ 1, 3 ] },
1364      { "item": "dry_mushroom", "prob": 40, "count": [ 1, 3 ] },
1365      { "item": "flatbread", "prob": 20, "count": [ 1, 3 ] },
1366      { "item": "dry_rice", "prob": 60, "count": [ 1, 3 ] },
1367      { "group": "SUS_spice_collection", "prob": 70 },
1368      { "group": "big_canned_food", "prob": 20, "count": [ 1, 2 ] },
1369      { "group": "dry_goods", "prob": 30 }
1370    ]
1371  }
1372]
1373