-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathhouse26.json
86 lines (86 loc) · 2.61 KB
/
house26.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
[
{
"method": "json",
"om_terrain": "house_26",
"//": "used by basement_survival",
"type": "mapgen",
"weight": 100,
"object": {
"fill_ter": "t_floor",
"rows": [
"......p`................",
"....%%```%%....%%%......",
".###oo#*#oo#####o####...",
".#TE L R RRR#...",
".#x H hro...",
".#x lH yP r#...",
".#x H |||+||###.",
".o |y T#.",
".# AAA A |D @@o.",
".#JJJJJJJ 6|d @@o.",
".o4 6|TEs I#.",
".#F12357OY ||||#####.",
".#|||||||||| |QBB#^....",
".oI T@@ + +~~8o.....",
".oIh @@ | |t~S#.....",
".#|| Ey| ||||###...",
".#D+ |||||| RRR >#...",
".###db|U |y y#...",
"...####U + EsET ####...",
".....^###o#oo#o###......",
"........................",
"........................",
"........................",
"........................"
],
"palettes": [ "domestic_general_and_variant_palette", "standard_domestic_landscaping_palette", "standard_domestic_lino_bathroom" ],
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 12, "y": 0 } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_26_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" -------------------- ",
" -..................- ",
" -..................- ",
" -..................- ",
" -.....:............--- ",
" -....................- ",
" -.............N......- ",
" -....................- ",
" -......X.............- ",
" -................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 ]
]
}
}
}
}
]