-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathhouse_inner_garden.json
133 lines (133 loc) · 4.64 KB
/
house_inner_garden.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
[
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_inner_garden",
"object": {
"fill_ter": "t_floor",
"rows": [
"...$..GssMMMMMMMMsssss..",
".$.....ssM......Msssssu.",
".......ssM.....##xxxxx%#",
".#MMM##8]#8#8#8#~~~~~~u#",
".#888#E #5 #~~~~~~~#",
"^#yay##8]# #~~~~~~##",
"##4 #~~~~~~N#",
"#h #~~~~~~U#",
"## #~~~~~~U#",
".# +~~~~~~U#",
".# y y8]#88#888888##",
".###iL## #8sssssssssss#.",
".p#n 8s#3..3..sFs#.",
".M#K JA ]s.......sFs#.",
".^#QllJA 8s#......sFs#.",
"######## #8sssssssssss#.",
"#y + y8]#8]#8]8888#.",
"o 6 #R + 1 #.",
"o #R #++#HLH #.",
"#O ##+#Wg#### #.",
"#######j ####j + #.",
".....^#t d#dd t# #OOOO#.",
"......###o#o###########.",
"........................"
],
"palettes": [ "house_w_foundation_palette" ],
"terrain": {
"8": "t_wall_glass",
"#": "t_rock_wall",
"]": "t_door_glass_c",
"%": "t_wall_w",
"F": "t_concrete",
"U": "t_thconc_floor",
"N": "t_thconc_floor"
},
"furniture": { "a": "f_displaycase" },
"place_vehicles": [
{ "vehicle": "showroom_small_vehicles", "x": 17, "y": 5, "rotation": 270, "chance": 20, "status": 0 },
{ "vehicle": "showroom_small_vehicles", "x": 19, "y": 5, "rotation": 270, "chance": 20, "status": 0 }
],
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 3, "y": 1 } ],
"items": {
"E": { "item": "coat_rack", "chance": 30, "repeat": [ 1, 4 ] },
"G": { "item": "mail", "chance": 30, "repeat": [ 2, 5 ] },
"a": { "item": "art", "chance": 100 },
"n": [
{ "item": "SUS_dishes", "chance": 100 },
{ "item": "SUS_silverware", "chance": 100 },
{ "item": "SUS_kitchen_sink", "chance": 100 }
],
"Q": [ { "item": "SUS_cookware", "chance": 100 }, { "item": "SUS_spice_collection", "chance": 100 } ],
"K": [
{ "item": "SUS_utensils", "chance": 100 },
{ "item": "SUS_knife_drawer", "chance": 100 },
{ "item": "SUS_junk_drawer", "chance": 100 },
{ "item": "SUS_appliances_cupboard", "chance": 100 }
],
"J": [ { "item": "SUS_breakfast_cupboard", "chance": 100 }, { "item": "SUS_coffee_cupboard", "chance": 100 } ],
"l": { "item": "SUS_fridge", "chance": 100 },
"i": { "item": "SUS_oven", "chance": 100 }
},
"nested": {
"1": { "chunks": [ [ "bedroom_4x4_adult_1_E", 20 ] ] },
"3": { "chunks": [ [ "garden_3x3_1", 50 ], [ "garden_3x3_2", 33 ], [ "garden_3x3_3", 33 ] ] },
"4": { "chunks": [ [ "diningroom_5x5_N_S", 50 ], [ "diningroom_6x6_N_S_1A", 50 ] ] },
"5": {
"chunks": [
[ "livingroom_5x5_N_1", 20 ],
[ "livingroom_5x5_S_1", 20 ],
[ "livingroom_5x5_E_1", 20 ],
[ "livingroom_5x5_E_2", 20 ],
[ "livingroom_5x5_W_1", 20 ]
]
},
"6": { "chunks": [ [ "bonus_room_3x3_S_6", 40 ], [ "bonus_room_3x3_S_5", 20 ], [ "bonus_room_3x3_S_7", 40 ] ] }
}
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_inner_garden_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" ---------",
" ---------------.......-",
" -................ooo..-",
" -.....1...............-",
"5-................ooo.A-",
"-~.....................-",
"--................ooo..-",
" -.....................-",
" -..........------------",
" -..........- ",
" -..&.......- ",
" -..........- ",
" -..........- ",
"--..........- ",
"-...........----------- ",
"-.....................- ",
"-.....................- ",
"-.....................- ",
"-------...............- ",
" 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 ]
]
}
}
}
}
]