1[
2  {
3    "type": "palette",
4    "id": "miniature_railway_palette",
5    "terrain": {
6      ".": "t_region_groundcover_urban",
7      "u": [ [ "t_region_groundcover", 50 ], [ "t_region_shrub", 4 ], [ "t_region_tree", 5 ] ],
8      "w": "t_region_groundcover_urban",
9      "_": [ "t_door_locked" ],
10      "@": [ "t_pavement" ],
11      "X": [ "t_railroad_track_small_d" ],
12      "=": [ "t_railroad_track_small" ],
13      "H": [ "t_wall" ],
14      "*": [ "t_wall_glass" ],
15      "%": [ "t_fence" ],
16      "|": [ "t_floor" ],
17      "d": [ "t_floor" ],
18      "h": [ "t_floor" ],
19      "D": [ "t_floor" ],
20      "7": [ "t_floor" ],
21      "l": [ "t_floor" ],
22      "s": [ "t_floor" ],
23      "V": [ "t_floor" ],
24      "t": [ "t_floor" ],
25      "p": [ "t_sidewalk" ],
26      "W": [ "t_sidewalk" ],
27      "5": [ "t_wall_wood" ],
28      ":": [ "t_open_air" ],
29      "r": [ "t_flat_roof" ],
30      "`": [ "t_pavement_y" ]
31    },
32    "furniture": {
33      "h": [ "f_chair" ],
34      "d": [ "f_desk" ],
35      "s": [ "f_utility_shelf" ],
36      "l": [ "f_locker" ],
37      "W": [ "f_bench" ],
38      "w": [ "f_bench" ],
39      "D": [ "f_vending_c" ],
40      "V": [ "f_vending_c" ],
41      "7": [ "f_filing_cabinet" ]
42    },
43    "items": {
44      "d": { "item": "office", "chance": 30 },
45      "s": { "item": "metal_workshop", "chance": 10 },
46      "l": { "item": "metal_workshop", "chance": 10 },
47      "W": [ { "item": "snacks", "chance": 10 }, { "item": "novels", "chance": 10 }, { "item": "alcohol", "chance": 5 } ],
48      "w": [ { "item": "snacks", "chance": 10 }, { "item": "novels", "chance": 10 }, { "item": "alcohol", "chance": 5 } ],
49      "7": { "item": "office_paper", "chance": 30 }
50    },
51    "toilets": { "t": {  } },
52    "vendingmachines": { "D": { "item_group": "vending_drink" }, "V": { "item_group": "vending_food" } }
53  }
54]
55