-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathhouse_fence03.json
141 lines (141 loc) · 4.73 KB
/
house_fence03.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
[
{
"type": "mapgen",
"om_terrain": "house_fence03_basement",
"method": "json",
"object": {
"palettes": [ "standard_domestic_palette", "standard_domestic_basement_palette", "standard_domestic_lino_bathroom" ],
"fill_ter": "t_floor",
"rows": [
"^^^^^^^^^^^^^^^^^^^^^^^^",
"^^^^^^^^^^^^^^^^^^^^^^^^",
"^^^^^^^^^^^^^^^^^^^^^^^^",
"^^^^^^^^^^^^^^^^^^^^^^^^",
"^^^^^^^^^^^^^^^^^^^^^^^^",
"^^^^||||||||||||||||^^^^",
"^^^^|qq|<|BBSt|d,,?|^^^^",
"^^^^|++|+|____|,,,¤|^^^^",
"^^^^| |_w88|,~,d|^^^^",
"^^^^| |+||||+||||^^^^",
"^^^^|R iii |zz|^^^^",
"^^^^|R + z|^^^^",
"^^^^|R T |zz|^^^^",
"^^^^||+|||+||+||||||^^^^",
"^^^^#$==|R P| sHHHs|^^^^",
"^^^^#===|R P| }}}}}|^^^^",
"^^^^#%=&| r| }}}}}|^^^^",
"^^^^#Z==| hr| }}}}}|^^^^",
"^^^^#W=g| r|T xxx |^^^^",
"^^^^####||||||||||||^^^^",
"^^^^^^^^^^^^^^^^^^^^^^^^",
"^^^^^^^^^^^^^^^^^^^^^^^^",
"^^^^^^^^^^^^^^^^^^^^^^^^",
"^^^^^^^^^^^^^^^^^^^^^^^^"
],
"terrain": {
",": "t_carpet_green",
"?": "t_carpet_green",
"}": "t_carpet_purple",
"d": "t_carpet_green",
"¤": "t_carpet_green",
"~": "t_carpet_green",
"=": "t_thconc_floor",
"W": "t_thconc_floor",
"Z": "t_thconc_floor",
"%": "t_thconc_floor",
"&": "t_thconc_floor",
"$": "t_thconc_floor",
"g": "t_thconc_floor",
"_": { "param": "linoleum_color_bathroom", "fallback": "t_linoleum_gray" }
},
"furniture": { "?": "f_bunkbed", "$": "f_home_furnace", "%": "f_table", "&": "f_sink", "~": "f_floor_lamp" },
"items": { "!": { "item": "bed", "chance": 50 } },
"place_loot": [ { "item": "laptop", "x": 11, "y": 17 }, { "item": "television", "x": 16, "y": 18 } ]
}
},
{
"type": "mapgen",
"om_terrain": "house_fence03",
"method": "json",
"object": {
"palettes": [ "standard_domestic_palette", "standard_domestic_lino_bathroom", "standard_domestic_landscaping_palette" ],
"fill_ter": "t_floor",
"rows": [
"...........---.p........",
"{{{{{{{{{{{{){{{{{{{{{{{",
"{.....[....---.........{",
"{..........---.........{",
"{..........---.........{",
"{...%%%####o*o###......{",
"{...%%%#>+ L $xx#%%..[.{",
"{...##o#|| lllo%%....{",
"{...#D v|( o%%..u.{",
"{...#|+|||| HHH####...{",
"{...#¤ hI| sssyUU#...{",
"{...o@@ I| ==== o-..{",
"{...o@@ + =``= ¶-..{",
"{...#b dd|R=``=y$ #j..{",
"{..^#||||||R====||+#j..{",
"{...#A h|8~#j..{",
"{...o 2514 ff|S~#...{",
"{...o ff|~~o...{",
"{...#6JJOF66y h|t9#...{",
"{...###oo####oo#####...{",
"{.........^............{",
"{...[..................{",
"{......................{",
"{{{{{{{{{{{{{{{{{{{{{{{{"
],
"terrain": { "{": "t_chainfence", ")": "t_chaingate_c", "=": "t_carpet_purple", "`": "t_carpet_yellow" },
"furniture": { "(": "f_rack", "$": "f_table" },
"items": { "$": { "item": "table_foyer", "chance": 50 }, "(": { "item": "clothing_outdoor_shoes", "chance": 50 } },
"place_loot": [ { "item": "television", "x": 14, "y": 6 } ]
}
},
{
"type": "mapgen",
"om_terrain": "house_fence03_roof",
"method": "json",
"object": {
"palettes": [ "roof_palette" ],
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ---------- ",
" -........- ",
" ----........- ",
" -...........- ",
" -...........---- ",
" -...1..........- ",
" -..............- ",
" -..............- ",
" -..............- ",
" -..........=...- ",
" -...X..........- ",
" -..............- ",
" -..............- ",
" -..............- ",
" ------5--------- ",
" ",
" ",
" ",
" "
],
"terrain": { ".": "t_shingle_flat_roof" },
"nested": {
"1": {
"chunks": [
[ "residential_1x2_solar", 6 ],
[ "residential_2x2_solar", 2 ],
[ "residential_1x3_solar", 3 ],
[ "null", 88 ]
]
}
}
}
}
]