1[
2  {
3    "type": "palette",
4    "id": "electro_palette",
5    "terrain": {
6      " ": "t_region_groundcover_urban",
7      ",": "t_floor",
8      "_": "t_thconc_floor",
9      "^": "t_carpet_yellow",
10      "C": "t_carpet_yellow",
11      "!": "t_pavement",
12      "+": "t_door_c",
13      "-": "t_brick_wall",
14      "=": "t_door_metal_c",
15      "D": "t_door_locked_interior",
16      "G": "t_door_glass_c",
17      "W": "t_wall_glass",
18      "w": "t_window",
19      "s": "t_sidewalk",
20      "f": "t_chainfence_v",
21      "g": "t_chaingate_c",
22      "<": "t_stairs_up",
23      "|": "t_ladder_up",
24      "O": "t_thconc_floor",
25      "(": "t_pavement"
26    },
27    "furniture": {
28      "x": "f_console_broken",
29      "n": "f_displaycase",
30      "1": "f_rack",
31      "2": "f_rack",
32      "3": "f_rack",
33      "4": "f_rack",
34      "m": "f_rack",
35      "C": "f_counter",
36      "t": "f_counter",
37      "d": "f_desk",
38      "S": "f_sink",
39      "}": "f_filing_cabinet",
40      "c": "f_chair",
41      "o": "f_crate_c",
42      "O": "f_crate_c",
43      "(": "f_dumpster"
44    },
45    "toilets": { "T": {  } },
46    "items": {
47      "1": { "item": "elecsto_books", "chance": 10 },
48      "2": { "item": "elecsto_homapl", "chance": 50 },
49      "3": { "item": "elecsto_lights", "chance": 20 },
50      "4": { "item": "elecsto_diy", "chance": 35 },
51      "C": { "item": "elecsto_displ", "chance": 20 },
52      "n": { "item": "elecsto_persele", "chance": 50 },
53      "o": { "item": "supplies_electronics", "chance": 50, "repeat": [ 2, 5 ] },
54      "O": { "item": "supplies_electronics", "chance": 50, "repeat": [ 3, 5 ] },
55      "d": { "item": "office_mess", "chance": 20, "repeat": [ 1, 2 ] },
56      "f": { "item": "file_room", "chance": 50, "repeat": [ 1, 5 ] }
57    }
58  }
59]
60