-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathhouse_garage.json
175 lines (175 loc) · 5.5 KB
/
house_garage.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
165
166
167
168
169
170
171
172
173
174
175
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "house_garage" ],
"weight": 200,
"object": {
"fill_ter": "t_floor",
"rows": [
"...!!.---.!!.p________..",
".##oo##*##oo##=======##.",
".#y yL|~~~~~~~&#.",
".#r hhhh y|~~~~~~~~#.",
".#r ffff E|~~~~~~~~#.",
".#r ffff T|~~~~~~~~#.",
".# hhhh +~~~~~~~~#.",
".o |+|~~~~~~~~#.",
".o7 AAA |>|~~~~~~~~#.",
".#4 JJJJ |||~~~~~~~~#.",
".#5 6|~~~~~~~~#.",
".#1OF23Y 6|qqqqqqqq#.",
".#|||||| |||||||||||#.",
".#B S|N RR|d hI#.",
".#B t|NE + @ Io.",
".# + y| s@T D#.",
"^#Y88 | sHHH T||||||||#^",
".##oo## E |y @@ D#.",
".-----o + @@ b#.",
".-KG--* xxx y|ET d#.",
".-----##o###o####o##o##.",
"..X.....................",
"........................",
"........................"
],
"palettes": [ "domestic_general_and_variant_palette" ],
"terrain": {
"%": [ "t_region_shrub", "t_region_shrub_fruit", "t_region_shrub_decorative" ],
"!": "t_region_groundcover_urban",
"=": "t_door_metal_locked",
"_": "t_pavement",
"&": "t_gates_control_brick",
"G": "t_sidewalk",
"K": "t_sidewalk",
"~": "t_thconc_floor",
"q": "t_thconc_floor"
},
"furniture": { "!": "f_region_flower" },
"place_loot": [
{ "group": "mischw", "x": [ 13, 20 ], "y": [ 2, 11 ], "chance": 80, "repeat": [ 1, 4 ] },
{ "item": "television", "x": 10, "y": 19, "chance": 100 }
],
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 2, 21 ], "y": [ 2, 21 ], "chance": 2 } ],
"place_vehicles": [ { "vehicle": "suburban_home", "x": 17, "y": 6, "chance": 15, "fuel": 70, "status": 0, "rotation": 90 } ],
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 2, "y": 0 } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_garage_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ---------------------- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -.......1............- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -..&.................- ",
" 5....................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_garage_basement",
"weight": 190,
"object": {
"fill_ter": "t_thconc_floor",
"rows": [
" ",
" |||||||||||||||||||||| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |..........<.........| ",
" |....................| ",
" |....................| ",
" |g...................| ",
" |F...................| ",
" |....................| ",
" |J...................| ",
" |J...................| ",
" |JWUZ....z...........| ",
" ||||||...............| ",
" |.zz............| ",
" |...............| ",
" ||||||||||||||||| ",
" ",
" ",
" "
],
"palettes": [ "basement_empty" ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_garage_basement",
"weight": 10,
"object": {
"fill_ter": "t_thconc_floor",
"rows": [
" ",
" |||||||||||||||||||||| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |..........<.........| ",
" |....................| ",
" |....................| ",
" |g...................| ",
" |F...................| ",
" |....................| ",
" |J...................| ",
" |J...................| ",
" |JWUZ....z...........| ",
" ||||||...............| ",
" |.zz............| ",
" |...............| ",
" ||||||||||||||||| ",
" ",
" ",
" "
],
"palettes": [ "basement_empty_flooded" ]
}
}
]