-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathhouse_gardener.json
156 lines (156 loc) · 5.09 KB
/
house_gardener.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "house_gardener" ],
"weight": 100,
"object": {
"fill_ter": "t_floor",
"rows": [
".%.--.%.................",
"...--p..................",
".##**###................",
".#L +U#^...............",
".#y ||##oooo###oo#oo#..",
".#3 h HHHHy|dy TII#..",
".o2 ff + h#..",
".o5 ff E R|E #..",
".#O h E R|T @@ #..",
".#1F7 66y y|D s@@s#..",
".#|||+|||||+|||||||||#..",
".#t B|>+ yy ;;;;;#..",
".#S8y8B|U|i y;#..",
".##o####v|i yyy'''''#^.",
".$%%%%%####*##########..",
".$...................$..",
".$.=.!.!.!..!!!!!!!!.$..",
".$.=.!.!.!...........$..",
".$.&.!.!.!..!!!!!!!!.$..",
".$.&.!.!.!...........$..",
".$.&.!.!.!..!!!!!!!!.$..",
".$...................$..",
".$$$$$$$$$$$$$$$$$$$$$..",
"........................"
],
"palettes": [ "domestic_general_and_variant_palette" ],
"terrain": {
"%": [ "t_region_shrub", "t_region_shrub_fruit", "t_region_shrub_decorative" ],
"$": "t_fence",
"=": "t_shrub_blueberry",
"!": "t_dirtmound",
"&": "t_shrub_strawberry"
},
"furniture": { ";": "f_rack", "'": "f_table" },
"sealed_item": { "!": { "items": { "item": "farming_seeds", "chance": 100 }, "furniture": "f_plant_seedling", "chance": 80 } },
"place_loot": [
{ "group": "farming_tools", "x": [ 16, 20 ], "y": 11, "chance": 65, "repeat": [ 1, 2 ] },
{ "group": "farming_seeds", "x": [ 16, 20 ], "y": 13, "chance": 85, "repeat": [ 1, 5 ] }
],
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 10, "y": 1 } ],
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 2, 21 ], "y": [ 2, 21 ], "chance": 2 } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_gardener_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" ------- ",
" -.....- ",
" -.....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 ]
]
}
}
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_gardener_basement",
"object": {
"fill_ter": "t_thconc_floor",
"rows": [
" ",
" ",
" ||||||| ",
" |2....| ",
" |.....||||||||||||||| ",
" |.......g..1........| ",
" |...................| ",
" |...................| ",
" |...................| ",
" |ZW.JJJ.............| ",
" |%%+%%%.............| ",
" |9....%<............| ",
" |t.88S%.z...........| ",
" |||||||Fzz..........| ",
" ||||||||||||||| ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "basement_empty" ],
"nested": {
"1": { "chunks": [ [ "null", 80 ], [ "room_9x9_recroom_W", 40 ], [ "room_9x9_cellar_W", 20 ], [ "room_9x9_weed_W", 5 ] ] },
"2": {
"chunks": [
[ "null", 90 ],
[ "5x5_holdout_S", 2 ],
[ "5x5_sauna_S", 10 ],
[ "5x5_gym_S", 20 ],
[ "5x5_gym_W", 20 ],
[ "livingroom_5x5_S_1", 30 ],
[ "livingroom_5x5_E_1", 30 ],
[ "livingroom_5x5_N_1", 30 ],
[ "livingroom_5x5_W_1", 30 ],
[ "livingroom_5x5_S_2", 30 ],
[ "livingroom_5x5_E_2", 30 ],
[ "livingroom_5x5_N_2", 30 ],
[ "livingroom_5x5_W_2", 30 ],
[ "home_office_4x4_N", 20 ],
[ "home_office_4x4_S", 20 ]
]
}
}
}
}
]