1[
2  {
3    "method": "json",
4    "object": {
5      "furniture": { "#": "f_rubble_landfill", ".": "f_null", "4": "f_null", "_": "f_null" },
6      "items": {
7        "#": [
8          { "item": "trash", "chance": 25, "repeat": 2 },
9          { "item": "road", "chance": 2 },
10          { "item": "allclothes_damaged", "chance": 3 },
11          { "item": "stoner", "chance": 1 },
12          { "item": "oven", "chance": 2 },
13          { "item": "garden_shed", "chance": 2 },
14          { "item": "homebooks", "chance": 2 },
15          { "item": "wheels", "chance": 1 },
16          { "item": "electronics", "chance": 2 },
17          { "item": "creepy", "chance": 1 },
18          { "item": "barrels", "chance": 1 },
19          { "item": "chem_home", "chance": 1 },
20          { "item": "hardware", "chance": 2 },
21          { "item": "misc_smoking", "chance": 1 },
22          { "item": "tools_home", "chance": 1 }
23        ]
24      },
25      "rows": [
26        "...._____...............",
27        "..4._____.4..4..4..4..4.",
28        "...._____...............",
29        "..____________________..",
30        "..____________########..",
31        "..________############..",
32        ".._____###############..",
33        "..####################..",
34        "..####################..",
35        "..####################..",
36        "..####################..",
37        "..####################..",
38        "..####################..",
39        "..####################..",
40        "..####################..",
41        "..####################..",
42        "..####################..",
43        "..####################..",
44        "..####################..",
45        "..####################..",
46        "..####################..",
47        "..####################..",
48        "........................",
49        "........................"
50      ],
51      "terrain": {
52        "#": "t_dirt",
53        ".": [ "t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_dirt" ],
54        "4": "t_tree_pine",
55        "_": [ "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_grass" ]
56      }
57    },
58    "om_terrain": "landfill",
59    "type": "mapgen",
60    "weight": 100
61  },
62  {
63    "method": "json",
64    "object": {
65      "furniture": { "#": "f_rubble_landfill", ".": "f_null", "P": "f_sign", "_": "f_null" },
66      "items": {
67        "#": [
68          { "item": "trash", "chance": 25, "repeat": 2 },
69          { "item": "road", "chance": 2 },
70          { "item": "allclothes_damaged", "chance": 3 },
71          { "item": "stoner", "chance": 1 },
72          { "item": "oven", "chance": 2 },
73          { "item": "garden_shed", "chance": 2 },
74          { "item": "homebooks", "chance": 2 },
75          { "item": "electronics", "chance": 2 },
76          { "item": "barrels", "chance": 1 },
77          { "item": "wheels", "chance": 1 },
78          { "item": "creepy", "chance": 1 },
79          { "item": "chem_home", "chance": 1 },
80          { "item": "hardware", "chance": 2 },
81          { "item": "misc_smoking", "chance": 1 },
82          { "item": "tools_home", "chance": 1 }
83        ]
84      },
85      "rows": [
86        "_______________......___",
87        "______________P......___",
88        "_......................_",
89        "_......................_",
90        "_......................_",
91        "_......................_",
92        "_......................_",
93        "_##############........_",
94        "_################......_",
95        "_##################...._",
96        "_####################.._",
97        "_####################.._",
98        "_######################_",
99        "_######################_",
100        "_######################_",
101        "_######################_",
102        "_######################_",
103        "_######################_",
104        "_######################_",
105        "_######################_",
106        "_######################_",
107        "_######################_",
108        "_######################_",
109        "________________________"
110      ],
111      "terrain": {
112        "#": "t_dirt",
113        ".": [ "t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_dirt" ],
114        "P": "t_grass",
115        "_": [ "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_grass" ]
116      },
117      "place_signs": [ { "signage": "<city> Landfill", "x": 14, "y": 1 } ]
118    },
119    "om_terrain": "landfill",
120    "type": "mapgen",
121    "weight": 100
122  },
123  {
124    "method": "json",
125    "object": {
126      "furniture": { "#": "f_rubble_landfill", ".": "f_null", "7": "f_null", "_": "f_null", "s": "f_null" },
127      "items": {
128        "#": [
129          { "item": "trash", "chance": 25, "repeat": 2 },
130          { "item": "road", "chance": 2 },
131          { "item": "allclothes_damaged", "chance": 3 },
132          { "item": "stoner", "chance": 1 },
133          { "item": "oven", "chance": 2 },
134          { "item": "garden_shed", "chance": 2 },
135          { "item": "homebooks", "chance": 2 },
136          { "item": "electronics", "chance": 2 },
137          { "item": "wheels", "chance": 1 },
138          { "item": "barrels", "chance": 1 },
139          { "item": "creepy", "chance": 1 },
140          { "item": "chem_home", "chance": 1 },
141          { "item": "hardware", "chance": 2 },
142          { "item": "misc_smoking", "chance": 1 },
143          { "item": "tools_home", "chance": 1 }
144        ]
145      },
146      "place_vehicles": [ { "chance": 40, "fuel": 0, "rotation": 90, "status": -1, "vehicle": "excavator", "x": 4, "y": 14 } ],
147      "rows": [
148        "_________......_________",
149        "_7_sss_7_......_7_sss_7_",
150        "_________......_________",
151        "___..................___",
152        "__....................__",
153        "__....................__",
154        "__......############..__",
155        "__......############..__",
156        "__......############..__",
157        "__......############..__",
158        "__......############..__",
159        "__......############..__",
160        "__.....#############..__",
161        "__.....#############..__",
162        "__.....#############..__",
163        "__.....#############..__",
164        "__.....#############..__",
165        "__....##############..__",
166        "__....##############..__",
167        "__....##############..__",
168        "__....##############..__",
169        "__....................__",
170        "___..................___",
171        "________________________"
172      ],
173      "terrain": {
174        "#": "t_dirt",
175        ".": [ "t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_dirt" ],
176        "7": "t_tree_hickory",
177        "_": [ "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_grass" ],
178        "s": "t_shrub"
179      }
180    },
181    "om_terrain": "landfill",
182    "type": "mapgen",
183    "weight": 100
184  },
185  {
186    "method": "json",
187    "object": {
188      "furniture": { "#": "f_rubble_landfill", ".": "f_null", "_": "f_null", "s": "f_null", "|": "f_null" },
189      "items": {
190        "#": [
191          { "item": "trash", "chance": 25, "repeat": 2 },
192          { "item": "road", "chance": 2 },
193          { "item": "allclothes_damaged", "chance": 3 },
194          { "item": "stoner", "chance": 1 },
195          { "item": "oven", "chance": 2 },
196          { "item": "garden_shed", "chance": 2 },
197          { "item": "homebooks", "chance": 2 },
198          { "item": "electronics", "chance": 2 },
199          { "item": "creepy", "chance": 1 },
200          { "item": "wheels", "chance": 1 },
201          { "item": "chem_home", "chance": 1 },
202          { "item": "hardware", "chance": 2 },
203          { "item": "misc_smoking", "chance": 1 },
204          { "item": "tools_home", "chance": 1 }
205        ]
206      },
207      "place_vehicles": [ { "chance": 40, "fuel": 0, "rotation": 180, "status": -1, "vehicle": "excavator", "x": 18, "y": 7 } ],
208      "rows": [
209        ".........______.........",
210        ".........______.........",
211        ".|.ss.ss.______.ss.ss.|.",
212        ".|.......______.......|.",
213        ".|.....__________.....|.",
214        ".|..________________..|.",
215        ".|..________________..|.",
216        ".|.__________________.|.",
217        ".|._######___________.|.",
218        ".|._#######__________.|.",
219        ".|._#######__________.|.",
220        ".|._#######__________.|.",
221        ".|._#########________.|.",
222        ".|._##########_______.|.",
223        ".|._##########___##__.|.",
224        ".|._################_.|.",
225        ".|._################_.|.",
226        ".|._################_.|.",
227        ".|._################_.|.",
228        ".|._################_.|.",
229        ".|..________________..|.",
230        ".|....................|.",
231        ".||||||||||||||||||||||.",
232        "........................"
233      ],
234      "terrain": {
235        "#": "t_dirt",
236        ".": [ "t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_dirt" ],
237        "_": [ "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_grass" ],
238        "s": "t_shrub",
239        "|": "t_fence"
240      }
241    },
242    "om_terrain": "landfill",
243    "type": "mapgen",
244    "weight": 100
245  },
246  {
247    "method": "json",
248    "object": {
249      "furniture": { "#": "f_rubble_landfill", ".": "f_null", "7": "f_null", "_": "f_null", "|": "f_null" },
250      "items": {
251        "#": [
252          { "item": "trash", "chance": 25, "repeat": 2 },
253          { "item": "road", "chance": 2 },
254          { "item": "allclothes_damaged", "chance": 3 },
255          { "item": "stoner", "chance": 1 },
256          { "item": "oven", "chance": 2 },
257          { "item": "garden_shed", "chance": 2 },
258          { "item": "homebooks", "chance": 2 },
259          { "item": "electronics", "chance": 2 },
260          { "item": "creepy", "chance": 1 },
261          { "item": "wheels", "chance": 1 },
262          { "item": "barrels", "chance": 1 },
263          { "item": "chem_home", "chance": 1 },
264          { "item": "hardware", "chance": 2 },
265          { "item": "misc_smoking", "chance": 1 },
266          { "item": "tools_home", "chance": 1 }
267        ]
268      },
269      "rows": [
270        ".........______.........",
271        ".........______.........",
272        ".||||||||______||||||||.",
273        ".|......________......|.",
274        ".|....____________....|.",
275        ".|...______________...|.",
276        ".|..________________..|.",
277        ".|.__________________.|.",
278        ".|.__________________.|.",
279        ".|.__________________.|.",
280        ".|________####________|.",
281        ".|______########______|.",
282        ".|____#############___|.",
283        ".|__#################_|.",
284        ".|_###################|.",
285        ".|####################|.",
286        ".|####################|.",
287        ".|####################|.",
288        ".|####################|.",
289        ".|####################|.",
290        ".||||||||||||||||||||||.",
291        "........................",
292        ".7..7..7..7..7..7..7..7.",
293        "........................"
294      ],
295      "terrain": {
296        "#": "t_dirt",
297        ".": [ "t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_dirt" ],
298        "7": "t_tree_hickory",
299        "_": [ "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_dirt", "t_grass" ],
300        "|": "t_chainfence"
301      }
302    },
303    "om_terrain": "landfill",
304    "type": "mapgen",
305    "weight": 100
306  }
307]
308