-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathhouse36.json
164 lines (164 loc) · 5.1 KB
/
house36.json
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "house_36" ],
"object": {
"fill_ter": "t_floor",
"rows": [
".```````........```.!!!.",
".```````........```.![!.",
".```````##oooo##```.!!!.",
".```````#RE y##*#oo##.",
".```````o d|L y xx#^",
".```````# d|r #.",
".``````y# @@ |r llE#.",
".```````#I@@I | HHs#.",
".``````y#||||| | #.",
".&``````* |>| |R R#.",
"##=====##i |+|+|R R#.",
"#&~~~~~U#i || |#.",
"o~~~~~~~#|+|y T#.",
"#~~~~~~q#S'||||||| #.",
"#~~~~~~q#t9|32F1O| hh #.",
"#~~~~~~##|||4____J ff #.",
"#~~~~~~*~~+______J ff #.",
"o~~~~~~#~A|+||____ hh #.",
"#~~~~~~#NN|_S|_45|y #.",
"#########o#_t#*#o##oo##.",
"......^...##o#..........",
"................[.......",
"....[...............[...",
"........................"
],
"palettes": [
"domestic_general_and_variant_palette",
"standard_domestic_landscaping_palette",
"standard_domestic_lino_bathroom",
"standard_domestic_lino_kitchen"
],
"terrain": {
"=": "t_door_metal_locked",
"&": "t_gates_control_brick",
"~": "t_thconc_floor",
"q": "t_thconc_floor",
"U": "t_thconc_floor",
"A": "t_thconc_floor",
"N": "t_thconc_floor",
"y": "t_concrete",
"'": { "param": "linoleum_color_bathroom", "fallback": "t_linoleum_gray" },
"_": { "param": "linoleum_color_kitchen", "fallback": "t_linoleum_gray" }
},
"place_loot": [
{ "item": "hose", "x": 10, "y": 20 },
{ "item": "lawnmower", "x": 1, "y": 4 },
{ "item": "television", "x": 20, "y": 4 },
{ "item": "stereo", "x": 21, "y": 4 }
],
"place_vehicles": [
{ "vehicle": "car", "x": 3, "y": 14, "chance": 60, "rotation": 270 },
{ "vehicle": "tricycle", "x": 4, "y": 7, "chance": 40, "status": 0 }
],
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 11, "y": 1 } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_36_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" --------------- ",
" -.............5 ",
" -...........X.- ",
" -....N........- ",
" -.............- ",
" -.............- ",
" -......1......- ",
" -.............- ",
"---------.............- ",
"-.....................- ",
"-.....................- ",
"-.....................- ",
"-.....&.......=.......- ",
"-.....................- ",
"-.....................- ",
"-.....................- ",
"-.....................- ",
"------5----..---------- ",
" ---- ",
" ",
" ",
" "
],
"palettes": [ "roof_palette" ],
"terrain": { ".": "t_shingle_flat_roof" },
"nested": {
"1": {
"chunks": [
[ "residential_1x2_solar", 6 ],
[ "residential_2x2_solar", 2 ],
[ "residential_1x3_solar", 3 ],
[ "null", 88 ]
]
}
}
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_36_basement",
"object": {
"fill_ter": "t_thconc_floor",
"rows": [
" ",
" ",
" |||||||| ",
" |....UU|||||||| ",
" |.z.z...2.....| ",
" |..z..........| ",
" |F............| ",
" |g............| ",
" ||||||........| ",
" |WZ|<|........| ",
" |..|+|........| ",
" |.............| ",
" |1............| ",
" |.............| ",
" |.............| ",
" ||.............| ",
" |..............| ",
" |..............| ",
" |..............| ",
" ||||..|||||||||| ",
" |||| ",
" ",
" ",
" "
],
"palettes": [ "basement_empty" ],
"nested": {
"2": {
"chunks": [
[ "null", 70 ],
[ "room_6x6_office_S", 35 ],
[ "room_6x6_woodworker", 10 ],
[ "room_6x6_guns_S", 10 ],
[ "room_6x6_brewer_S", 10 ],
[ "room_6x6_bike", 10 ],
[ "6x6_electronics_open", 10 ],
[ "6x6_sewing_open", 10 ],
[ "room_6x6_junk_S", 20 ]
]
},
"1": {
"chunks": [ [ "null", 95 ], [ "7x7_tent_indoors", 5 ], [ "room_7x7_recroom_N", 20 ], [ "7x7_band_practice_open", 20 ] ]
}
}
}
}
]