-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathhouse_garage5.json
136 lines (136 loc) · 4.34 KB
/
house_garage5.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
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "house_garage5" ],
"weight": 200,
"object": {
"fill_ter": "t_floor",
"rows": [
"..```````...............",
".p```````##**##########.",
"..```````#R |BB t#.",
"..```````#R + #.",
"..```````#R |88Sy yo.",
"..```````#R ||||||+|#.",
"..```````#R +>U|vQQQ#.",
"`````````#Y ||||||||#.",
"`!```````# |6664321#.",
"`!```````* | 5o.",
"`[%%%%%%%# AJ A Oo.",
"`##ooooo## AJ 7F#.",
"`#HHHsy AJJJ Y||#^",
"`oH hfh hro.",
"`oTE hfh ||||||||#.",
"`#RRR hfh |D d#.",
"`#r h + @@ hIo.",
"`#rr | s@@s I#.",
"`######*#### ||||||||#.",
"`.$ G# |Db s#.",
"``] GKG o + @@#.",
"..$ G#Ly|TE d#.",
"..$$$$$$$$$######oo####.",
".............^.........."
],
"palettes": [ "domestic_general_and_variant_palette" ],
"terrain": {
"%": [ "t_region_shrub", "t_region_shrub_fruit", "t_region_shrub_decorative" ],
"[": [ [ "t_region_tree_fruit", 2 ], [ "t_region_tree_nut", 2 ], "t_region_tree_shade" ],
"!": "t_region_groundcover_urban",
"`": "t_concrete",
"$": "t_screened_porch_wall",
"]": "t_screen_door_c"
},
"furniture": { "!": "f_region_flower" },
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 2, 21 ], "y": [ 2, 21 ], "chance": 2 } ],
"place_vehicles": [ { "vehicle": "suburban_home", "x": 5, "y": 5, "chance": 10, "rotation": 270 } ],
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 2, "y": 1 } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_garage5_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" -------------- ",
" -............- ",
" -............- ",
" -............- ",
" -............- ",
" -.....=......- ",
" -............- ",
" -............- ",
" -............- ",
" ---------............- ",
" -....................- ",
" -....................5 ",
" -....N...............- ",
" -....................- ",
" -....................- ",
" -....................- ",
" -............&.......- ",
" --....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 ]
]
}
}
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_garage5_basement",
"object": {
"fill_ter": "t_thconc_floor",
"rows": [
" ",
" |||||||||||||| ",
" |g.F.........| ",
" |............| ",
" |............| ",
" |W...%%......| ",
" |J..A%<......| ",
" |Z..U%.......| ",
" |J...%%......| ",
" |J...........| ",
" |||||||||............| ",
" |.1..................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" |....................| ",
" ||...................| ",
" |...................| ",
" |...................| ",
" |...................| ",
" ||||||||||||||||||||| ",
" "
],
"palettes": [ "basement_empty" ],
"nested": {
"1": {
"chunks": [ [ "null", 70 ], [ "11x11_gym_open", 10 ], [ "11x11_recroom_open", 30 ], [ "room_11x11_apartment_E", 10 ] ]
}
}
}
}
]