-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathhouse23.json
105 lines (105 loc) · 3.29 KB
/
house23.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
[
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_23",
"object": {
"fill_ter": "t_floor",
"rows": [
"......[.......p`........",
"...........[...`........",
"````````````````........",
"`%..!!.jj.!!...`........",
"`.##oo####oo#$$=$##o##..",
"`.#T s #G y#123#..",
"`%#H H ###*o#J 4#..",
"`.oH l H E|÷ |J O#..",
"`.oH H s| |J fo..",
"`.# E| |J no..",
"`.#yxxx 7#..",
"`.#|||| hhh Y#..",
"`.#S~~+ fff 6#..",
"`.#98t|÷hhh Ty RR Y6#..",
"`.#####*###|||+||+|||#..",
"`......``^#db T| dD#^.",
"`````````!o I| o..",
".........!o@@ hI| yo..",
".........!o@@ |@ Eo..",
"..........#¤ ED|@I T#..",
"..........##ooo###oo##..",
"...........%%%...%.%.%..",
"...............[........",
"........................"
],
"palettes": [ "domestic_general_and_variant_palette", "standard_domestic_lino_bathroom", "standard_domestic_landscaping_palette" ],
"terrain": { "$": "t_screened_porch_wall", "=": "t_screen_door_c" },
"place_item": [ { "item": "stereo", "x": 4, "y": 10, "chance": 100 }, { "item": "television", "x": 5, "y": 10, "chance": 100 } ],
"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": 1,
"y": 17
},
{ "chunks": [ "rolling_trash_can_1x1" ], "x": 5, "y": 1 }
]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_23_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" ",
" ",
" -------------------- ",
" -..................- ",
" -..................- ",
" -..&...............- ",
" -..............=...- ",
" -..................- ",
" -.........1........- ",
" -..................- ",
" -..................- ",
" -..................- ",
" --------5..........- ",
" -..........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 ]
]
}
}
}
}
]