1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
[
{
"type": "palette",
"id": "ghosttownservices_palette",
"terrain": {
" ": [
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_grass",
"t_dirt",
"t_dirt",
"t_dirt",
"t_dirt",
"t_dirt",
"t_dirt",
"t_dirt",
"t_dirt",
"t_dirt",
"t_dirt",
"t_grass_long",
"t_grass_long",
"t_grass_long",
"t_tree_dead"
],
"a": [
"t_wall_wood",
"t_wall_wood",
"t_wall_wood",
"t_wall_wood",
"t_wall_wood",
"t_wall_wood_chipped",
"t_wall_wood_chipped",
"t_wall_wood_broken"
],
"b": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"c": [ "t_door_c", "t_door_c", "t_door_c", "t_door_b" ],
"d": [ "t_dirt", "t_dirt", "t_dirt", "t_grass" ],
"e": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"f": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"g": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"h": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"i": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"j": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"k": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"l": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"m": [ "t_window", "t_window", "t_window", "t_window_frame" ],
"n": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"o": [ "t_dirt", "t_dirt", "t_dirt", "t_grass", "t_dirt", "t_dirt", "t_dirt" ],
"p": [ "t_dirt", "t_dirt", "t_dirt", "t_grass", "t_dirt", "t_dirt", "t_dirt" ],
"q": [ "t_dirt", "t_dirt", "t_dirt", "t_grass", "t_dirt", "t_dirt", "t_dirt" ],
"r": [ "t_dirt", "t_dirt", "t_dirt", "t_grass", "t_dirt", "t_dirt", "t_dirt" ],
"s": [ "t_dirt", "t_dirt", "t_dirt", "t_grass", "t_dirt", "t_dirt", "t_dirt" ],
"t": [ "t_dirt", "t_dirt", "t_dirt", "t_grass", "t_dirt", "t_dirt", "t_dirt" ],
"u": [ "t_dirt", "t_dirt", "t_dirt", "t_grass", "t_dirt", "t_dirt", "t_dirt" ],
"v": [ "t_dirt", "t_dirt", "t_dirt", "t_grass", "t_dirt", "t_dirt", "t_dirt" ]
},
"furniture": {
"e": "f_bed",
"f": "f_bathtub",
"g": "f_bookcase",
"h": "f_dresser",
"i": "f_stool",
"j": "f_table",
"k": "f_cupboard",
"l": "f_sink",
"n": "f_bigmirror",
"p": "f_forge_rock",
"q": "f_clay_kiln",
"r": "f_rack",
"s": "f_anvil",
"t": "f_crate_o",
"u": "f_chair",
"v": "f_statue"
}
}
]
|