-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathhouse01.json
154 lines (154 loc) · 4.82 KB
/
house01.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
[
{
"method": "json",
"om_terrain": "house_01",
"//": "normal variant",
"type": "mapgen",
"weight": 100,
"object": {
"fill_ter": "t_floor",
"rows": [
".%.``````p..............",
".%.````````````..[......",
".%.``````%!!!%`.......[.",
".%#~~~~~~##o##*##oo##...",
"..#~~~~~~#IIT| |DbyE#...",
".%#~~~~~~#h | + o.[.",
".%#~~~~~~#s + | @@ o...",
".^#~~~~~~#@@d| |I@@d#...",
"..#~~~~~~#|||| |||||#..[",
"..#~A~~~~#xxxy |66 F#$;$",
"..#NN~qq~# l |Y 1o..$",
"..######*#HHH O#..$",
"$;#t--+ | R| 5o[.$",
"$.#9S8|L + hfhR|7432#..$",
"$.##o###*##ooo###oo##..$",
"$.....`````!!!%%%!!^...$",
"$.....`````............$",
"$.....................[$",
"$......................$",
"$......................$",
"$......................$",
"$..................[...$",
"$......................$",
"$$$$$$$$$$$$$$$$$$$$$$$$"
],
"palettes": [ "domestic_general_and_variant_palette", "standard_domestic_landscaping_palette", "standard_domestic_lino_bathroom" ],
"terrain": {
"$": "t_privacy_fence",
";": "t_privacy_fencegate_c",
"-": { "param": "linoleum_color_bathroom", "fallback": "t_linoleum_gray" },
"N": "t_thconc_floor",
"q": "t_thconc_floor",
"A": "t_thconc_floor",
"~": "t_thconc_floor"
},
"place_loot": [ { "item": "television", "x": 11, "y": 9 }, { "item": "stereo", "x": 10, "y": 9 } ],
"place_nested": [
{
"chunks": [
[ "roof_6x6_garden_4", 15 ],
[ "roof_6x6_garden_1", 15 ],
[ "greenhouse_6x6_herbal", 15 ],
[ "greenhouse_6x6_vegetable", 15 ],
[ "pond_6x6", 15 ],
[ "shed_6x6_junk", 15 ],
[ "shed_6x6_woodworker", 15 ],
[ "playset_4x4_2", 15 ],
[ "firepit_5x5_1", 15 ],
[ "firepit_5x5_2", 15 ],
[ "playset_4x4_1", 15 ]
],
"x": [ 4, 13 ],
"y": 17
},
{ "chunks": [ "rolling_trash_can_1x1" ], "x": 12, "y": 0 }
]
}
},
{
"method": "json",
"om_terrain": "house_01",
"//": "in-construction house - variant",
"type": "mapgen",
"weight": 40,
"object": {
"fill_ter": "t_floor",
"rows": [
"...::::::M..............",
"...::::::cccccc.........",
"...::::::CC.CCcCC..CC...",
".C#``````##o##*##oo##...",
".C#``````|X,,|,|,,,,#...",
".C#``````|,,,|,+,,,,o...",
"..#``````|,,,+,|,,,,o...",
".^#``````|,,,|,|X,,,#...",
"..#``````|||||+|||||#...",
"..#``````|,X,,,|,,,F#...",
"..#xx````|,,,,,|,,,7o...",
"..#|||||+|,,,,,+,,,O#...",
"..#t~~+,,|,,,,,|,,,So...",
"..#9s6|,,+,,,,,|8887#...",
"..######*##ooo###oo##...",
"......ccccc........^....",
"......ccccc.............",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
],
"palettes": [ "construction_general_palette" ],
"terrain": { "M": "t_region_soil", "C": "t_region_soil" },
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 11, 13 ], "y": [ 12, 13 ], "repeat": [ 1, 2 ] } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_01_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" ",
" ------------------- ",
" -.................- ",
" -.................- ",
" -.............N...- ",
" 5.....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 ]
]
}
}
}
}
]