1[
2  {
3    "type": "palette",
4    "id": "microlab",
5    "terrain": {
6      "+": "t_door_c",
7      ".": "t_metal_floor",
8      "3": "t_door_locked",
9      "2": "t_door_glass_frosted_lab_c",
10      "4": "t_door_metal_pickable",
11      "5": "t_door_metal_locked",
12      "[": "t_door_glass_c",
13      "-": "t_wall_metal",
14      "y": "t_pavement_y",
15      "|": "t_concrete_wall",
16      "=": "t_wall_glass",
17      "(": "t_reinforced_glass",
18      "e": "t_elevator",
19      "E": "t_elevator_control",
20      "<": "t_stairs_up",
21      ">": "t_stairs_down",
22      "Y": "t_utility_light",
23      "#": "t_rock"
24    },
25    "furniture": {
26      "&": "f_toilet",
27      "~": "f_shower",
28      "@": "f_bed",
29      "6": "f_console_broken",
30      "a": "f_armchair",
31      "k": "f_cupboard",
32      "D": "f_dresser",
33      "h": "f_chair",
34      "b": "f_bench",
35      "B": "f_bookcase",
36      "c": "f_counter",
37      "l": "f_locker",
38      "n": "f_trashcan",
39      "d": "f_desk",
40      "f": "f_fridge",
41      "F": "f_glass_fridge",
42      "o": "f_oven",
43      "O": "f_utility_shelf",
44      "U": "f_utility_shelf",
45      "i": "f_sink",
46      "r": "f_rack",
47      "?": "f_sofa",
48      "t": "f_table",
49      "R": "f_table",
50      "^": "f_indoor_plant",
51      "x": "f_safe_l"
52    },
53    "toilets": { ";": {  } },
54    "items": {
55      "d": { "item": "office", "chance": 70, "repeat": [ 1, 3 ] },
56      "B": [ { "item": "textbooks", "chance": 50 }, { "item": "manuals", "chance": 50 } ],
57      "F": [
58        { "item": "supplies_reagents_lab", "chance": 70, "repeat": [ 2, 5 ] },
59        { "item": "supplies_samples_lab", "chance": 40, "repeat": [ 1, 3 ] }
60      ],
61      "U": [
62        { "item": "tools_science", "chance": 30, "repeat": [ 1, 3 ] },
63        { "item": "supplies_reagents_lab", "chance": 70, "repeat": [ 1, 3 ] },
64        { "item": "supplies_samples_lab", "chance": 10, "repeat": [ 1, 2 ] }
65      ],
66      "c": [
67        { "item": "tools_science", "chance": 30, "repeat": [ 1, 3 ] },
68        { "item": "supplies_reagents_lab", "chance": 70, "repeat": [ 1, 3 ] },
69        { "item": "supplies_samples_lab", "chance": 10, "repeat": [ 1, 2 ] }
70      ],
71      "R": [
72        { "item": "tools_robotics", "chance": 20, "repeat": [ 1, 3 ] },
73        { "item": "robots", "chance": 40, "repeat": [ 1, 3 ] },
74        { "item": "supplies_electronics", "chance": 40, "repeat": [ 1, 3 ] }
75      ],
76      "O": [ { "item": "tools_robotics", "chance": 40, "repeat": [ 1, 3 ] }, { "item": "schematics", "chance": 2 } ],
77      "i": { "item": "cleaning", "chance": 20 }
78    },
79    "vendingmachines": { "V": {  } }
80  }
81]
82