1[
2  {
3    "id": "ceramics_workroom",
4    "type": "item_group",
5    "items": [
6      [ "cooking_oil", 15 ],
7      [ "mag_fabrication", 5 ],
8      [ "manual_fabrication", 5 ],
9      [ "mag_survival", 10 ],
10      [ "wax", 30 ],
11      [ "straw_pile", 15 ],
12      [ "charcoal", 25 ],
13      [ "clay_lump", 100 ]
14    ]
15  },
16  {
17    "id": "metal_workshop",
18    "type": "item_group",
19    "items": [
20      { "group": "tools_blacksmith", "prob": 50 },
21      { "group": "supplies_metal", "prob": 40 },
22      [ "welding_book", 5 ],
23      [ "mag_fabrication", 15 ],
24      [ "manual_fabrication", 15 ],
25      [ "goggles_welding", 10 ],
26      [ "apron_leather", 25 ],
27      [ "gloves_leather", 25 ],
28      [ "mask_dust", 15 ],
29      { "item": "ear_plugs", "prob": 25, "count": [ 1, 3 ] },
30      { "item": "charcoal", "prob": 25, "charges": [ 25, 50 ] },
31      [ "sandpaper", 75 ],
32      {
33        "collection": [
34          { "item": "oxy_torch", "prob": 100 },
35          {
36            "distribution": [ { "item": "weldtank", "prob": 100, "count": [ 1, 2 ] }, { "item": "tinyweldtank", "prob": 100, "count": [ 1, 3 ] } ],
37            "prob": 100
38          }
39        ],
40        "prob": 6
41      },
42      [ "oxy_torch", 5 ],
43      { "item": "weldtank", "prob": 2, "count": [ 1, 2 ] },
44      { "item": "tinyweldtank", "prob": 2, "count": [ 1, 3 ] },
45      { "item": "oxygen_cylinder", "prob": 10, "count": [ 1, 2 ] },
46      { "item": "polisher", "prob": 1, "charges": [ 0, 100 ] },
47      { "item": "welder", "prob": 2, "charges": [ 0, 500 ] }
48    ]
49  },
50  {
51    "id": "glass_workroom",
52    "type": "item_group",
53    "items": [
54      [ "pipe", 90 ],
55      [ "glassblowing_book", 50 ],
56      [ "tongs", 30 ],
57      [ "crucible", 30 ],
58      [ "chisel", 30 ],
59      [ "glasses_safety", 25 ],
60      { "item": "charcoal", "prob": 50, "charges": [ 25, 50 ] },
61      { "item": "glass_shard", "prob": 90, "count": [ 1, 8 ] },
62      [ "material_sand", 80 ],
63      { "item": "chemistry_set", "prob": 5, "charges": [ 0, 500 ] },
64      [ "sandpaper", 50 ]
65    ]
66  }
67]
68