-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathhouse15.json
176 lines (176 loc) · 5.55 KB
/
house15.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
176
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "house_15" ],
"weight": 200,
"object": {
"fill_ter": "t_floor",
"rows": [
"......%%p------%%%......",
".....%````````````%.....",
"....%``````````````%....",
"...%````````````````%...",
"..%`````%%%%%%%%`````%..",
".%`````%!!!!!!!!%`````%.",
".%````%%#oooooo#%%````%.",
".%```%%##HHHHHH##%%```%.",
".^```%##E E##%```%.",
".#o*o##Es llll sE##*oo#.",
".#I y| 34 12#.",
".#h @@|R yaay 5#.",
".# @@|R |||||| hffh O#.",
".# d| |L>qq| hffh F#.",
".# y + Y6#.",
".#+||+|||+|+||+|||+|||#.",
".#D|9 | | S| | + #.",
".#v|St| @ | t| @ |WZ|$o.",
".###o##y@d|89|d@y##o###.",
"......##o##o###o##...^..",
"........................",
"........................",
"........................",
"........................"
],
"palettes": [ "domestic_general_and_variant_palette", "standard_domestic_landscaping_palette" ],
"terrain": { "%": "t_region_shrub_fruit" },
"furniture": { "!": "f_bluebell", "$": [ "f_treadmill", "f_treadmill_mechanical" ] },
"place_loot": [ { "group": "livingroom", "x": [ 7, 16 ], "y": [ 7, 9 ], "chance": 90, "repeat": [ 1, 6 ] } ],
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 5, "y": 0 } ],
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 1, 22 ], "y": [ 2, 21 ], "chance": 5 } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_15_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" -------- ",
" --......-- ",
" --........-- ",
" 5-----..........------ ",
" -....................- ",
" -.......X............- ",
" -....................- ",
" -.....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_15_basement",
"weight": 190,
"object": {
"fill_ter": "t_thconc_floor",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" |||||||| ",
" ||JJWZJJ|| ",
" ||........|| ",
" ||||||..........|||||| ",
" |1...........2.......| ",
" |........UU.z........| ",
" |........%%..........| ",
" |........%<..........| ",
" |........%%..........| ",
" |....................| ",
" |........z...........| ",
" |..........z.........| ",
" ||||||...Fzg.z..|||||| ",
" |||||||||||| ",
" ",
" ",
" ",
" "
],
"palettes": [ "basement_empty" ],
"nested": {
"1": {
"chunks": [
[ "null", 30 ],
[ "8x8_gym_N", 30 ],
[ "8x8_gym_E", 30 ],
[ "room_6x6_brewer_E", 10 ],
[ "7x7_tent_indoors", 5 ],
[ "room_7x7_recroom_E", 30 ],
[ "room_6x6_junk_E", 20 ]
]
},
"2": { "chunks": [ [ "null", 50 ], [ "room_8x8_hobby_W", 50 ] ] }
}
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_15_basement",
"weight": 10,
"object": {
"fill_ter": "t_thconc_floor",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" |||||||| ",
" ||JJWZJJ|| ",
" ||........|| ",
" ||||||..........|||||| ",
" |1...................| ",
" |........UU.z........| ",
" |........%%..........| ",
" |........%<..........| ",
" |........%%..........| ",
" |....................| ",
" |........z...........| ",
" |..........z.........| ",
" ||||||...Fzg.z..|||||| ",
" |||||||||||| ",
" ",
" ",
" ",
" "
],
"palettes": [ "basement_empty_flooded" ],
"nested": { "1": { "chunks": [ [ "room_6x6_brewer_E", 10 ], [ "room_6x6_junk_E", 20 ] ] } }
}
}
]