-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
house02.json
130 lines (130 loc) · 4.15 KB
/
house02.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
[
{
"method": "json",
"om_terrain": "house_02",
"//": "normal variant",
"type": "mapgen",
"weight": 100,
"object": {
"fill_ter": "t_floor",
"rows": [
"............!`!.........",
"...........p!`!.........",
"..ŦŦŦŦŦŦŦŦŦŦ!`!ŦŦŦŦŦŦŦ..",
"..Ŧ.........!`!......Ŧ..",
"..Ŧ...[.....!`!...X..Ŧ..",
"..Ŧ......[..```......Ŧ..",
"..##oo##oo##:*:##ooo##..",
"..#147FO5JJ|y L|D @@#^.",
"..#2 | |b @@o%.",
"..#3 66 Y| |d Io%.",
"..#|+||||+|| + E T#%.",
"..# ||||||#..",
"..o hfh sss + ETR#..",
"..o hfh |||||| o..",
"..o hfh +----| h @o..",
"..# y|9S8t|II d@#..",
"..#|| ||#######ooo##..",
"..#y RR#GKG/.........",
"..#x H ¶~~~/.........",
"..#x H E :~~~=.........",
".^#THHs rr#~~~/.........",
"..###ooo###////.........",
"........................",
"........................"
],
"palettes": [ "domestic_general_and_variant_palette", "standard_domestic_lino_bathroom", "standard_domestic_landscaping_palette" ],
"terrain": {
"/": "t_screened_porch_wall",
"=": "t_screen_door_c",
"-": { "param": "linoleum_color_bathroom", "fallback": "t_linoleum_gray" },
"G": "t_thconc_floor",
"K": "t_thconc_floor",
"~": "t_thconc_floor"
},
"place_loot": [ { "item": "television", "x": 3, "y": 18 }, { "item": "stereo", "x": 3, "y": 19 } ],
"place_nested": [
{
"chunks": [ [ "playset_4x4_2", 25 ], [ "firepit_5x5_1", 25 ], [ "firepit_5x5_2", 25 ], [ "playset_4x4_1", 25 ] ],
"x": 17,
"y": 18
},
{ "chunks": [ "rolling_trash_can_1x1" ], "x": 7, "y": 1 }
]
}
},
{
"method": "json",
"om_terrain": "house_02",
"//": "construction variant",
"type": "mapgen",
"weight": 20,
"object": {
"fill_ter": "t_floor",
"rows": [
".............-..........",
"...........M.-..........",
"..fffffffffff-ffffffff..",
"..f..........-.......f..",
"..f..........-.......f..",
"..fC..CC..CC---CC...Cf..",
"..##oo##oo##o*o##ooo##..",
"..#887FOS77|,,,|,,,,,#^.",
"..#8,,,,,,,|,,,|,,,,,o..",
"..#8,,XX,,,|,,,|X,,,,o..",
"..#|+||||+||,,,+,,,,,#..",
"..#,,,,,,,,,,,,||||||#..",
"..o,,,,,,,XX,,,+,,,,,#..",
"..o,,,,,,,||||||,,,,,o..",
"..o,,,,,,,+~~~~|X,,,,o..",
"..#X,,,,,,|9s6t|,,,,,#..",
"..#||,,,||#######ooo##..",
"..#,,,,,,,#cccc.........",
"..o,,,,,,,+cccc.....{...",
"..o,,XX,,,#cccc.........",
".^#,,,,,,,#cccc.........",
"..###ooo###cccc.........",
"........................",
"........................"
],
"palettes": [ "construction_general_palette" ],
"terrain": { "M": "t_region_soil", "C": "t_region_soil", "{": "t_region_groundcover_urban" }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_02_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" -------------------- ",
" -..................5 ",
" -..................- ",
" -..................- ",
" -....=......N......- ",
" -..................- ",
" -........1.........- ",
" -..................- ",
" -..................- ",
" -..................- ",
" -.....&.....-------- ",
" -...........- ",
" -...........- ",
" -...........- ",
" 5...........- ",
" ------------- ",
" ",
" "
],
"palettes": [ "roof_palette" ],
"terrain": { ".": "t_shingle_flat_roof" }
}
}
]