1[
2  {
3    "type": "palette",
4    "id": "church",
5    "terrain": {
6      "#": "t_floor",
7      "+": "t_door_c",
8      "-": "t_wall_w",
9      ".": "t_floor",
10      "=": "t_door_locked_alarm",
11      "D": "t_door_locked",
12      "O": "t_column",
13      "S": "t_floor",
14      "T": "t_floor",
15      "^": "t_region_shrub",
16      "c": "t_floor",
17      "b": "t_floor",
18      "d": "t_floor",
19      "e": "t_floor",
20      "h": "t_floor",
21      "l": "t_floor",
22      "o": "t_floor",
23      "s": "t_sidewalk",
24      "t": "t_floor",
25      "w": "t_window",
26      "|": "t_wall_w"
27    },
28    "furniture": {
29      "6": "f_console",
30      "#": "f_bench",
31      "S": "f_sink",
32      "T": "f_toilet",
33      "c": "f_counter",
34      "d": "f_desk",
35      "e": "f_fridge",
36      "h": "f_chair",
37      "l": "f_locker",
38      "o": "f_bookcase",
39      "t": "f_table",
40      "C": "f_crate_c",
41      "y": [ "f_indoor_plant_y", "f_indoor_plant" ]
42    }
43  }
44]
45