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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "ghost_townchurch" ],
"object": {
"rows": [
" nn nnnnnnnn nn ",
" naaaaaaaaaaaaaan ",
" aajbjiiiiiajdgaa ",
" pppfbbbbbbbbbfbbbka ",
" pnnaaafaaaaaaaafaaann ",
" pnaajbbbbbbbbbbbbjaan ",
" p hjbbbebbddbbebbbjh ",
" pnabbbbbbbbbbbbbbbban ",
" p hbbbbbbbbbbbbbbbbh ",
" pnabccccccbbccccccban ",
" p hbbbbbbbbbbbbbbbbh ",
" pnabccccccbbccccccban ",
" p hbbbbbbbbbbbbbbbbh ",
" pnabccccccbbccccccban ",
" p hbbbbbbbbbbbbbbbbh ",
" pnabccccccbbccccccban ",
" p abbbbbbbbbbbbbbbba ",
" p aaaaaaaaffaaaaaaaa ",
" p nnaggalbblaggann ",
" p nambambblamban ",
" p abbfbbbbfbma ",
" p aaaaaffaaaaa ",
" p n oo n ",
" pp n oo n "
],
"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_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"d": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"e": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"f": [ "t_door_c", "t_door_c", "t_door_c", "t_door_b" ],
"g": [ "t_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"h": [ "t_window", "t_window", "t_window", "t_window_frame" ],
"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_floor", "t_floor", "t_floor", "t_floor", "t_floor", "t_dirt" ],
"n": [ "t_shrub", "t_shrub", "t_shrub", "t_grass_dead" ],
"o": [ "t_dirt", "t_dirt", "t_dirt", "t_grass" ],
"p": [ "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_grass" ]
},
"furniture": {
"c": "f_bench",
"d": "f_table",
"e": "f_brazier",
"g": "f_crate_c",
"i": "f_bookcase",
"j": "f_chair",
"k": "f_bigmirror",
"l": "f_rack_coat",
"m": "f_stool"
},
"place_loot": [
{ "group": "church", "chance": 1, "repeat": [ 1, 2 ], "x": [ 5, 10 ], "y": [ 9, 9 ] },
{ "group": "church", "chance": 1, "repeat": [ 1, 2 ], "x": [ 13, 18 ], "y": [ 9, 9 ] },
{ "group": "church", "chance": 1, "repeat": [ 1, 2 ], "x": [ 18, 13 ], "y": [ 11, 11 ] },
{ "group": "church", "chance": 1, "repeat": [ 1, 2 ], "x": [ 18, 13 ], "y": [ 13, 13 ] },
{ "group": "church", "chance": 1, "repeat": [ 1, 2 ], "x": [ 18, 13 ], "y": [ 15, 15 ] },
{ "group": "church", "chance": 1, "repeat": [ 1, 2 ], "x": [ 10, 5 ], "y": [ 15, 15 ] },
{ "group": "church", "chance": 1, "repeat": [ 1, 2 ], "x": [ 5, 10 ], "y": [ 13, 13 ] },
{ "group": "church", "chance": 1, "repeat": [ 1, 2 ], "x": [ 10, 5 ], "y": [ 11, 11 ] },
{ "group": "jackets", "chance": 10, "x": [ 13, 13 ], "y": [ 18, 19 ] },
{ "group": "jackets", "chance": 10, "x": [ 10, 10 ], "y": [ 18, 18 ] },
{ "group": "church", "chance": 10, "repeat": [ 1, 2 ], "x": [ 13, 9 ], "y": [ 2, 2 ] }
]
}
}
]
|