1[
2  {
3    "type": "item_group",
4    "id": "ga_items_1",
5    "items": [
6      [ "seed_celery", 10 ],
7      [ "seed_tomato", 10 ],
8      [ "seed_zucchini", 10 ],
9      [ "seed_lettuce", 10 ],
10      [ "seed_cucumber", 10 ],
11      [ "seed_carrot", 10 ],
12      [ "seed_pumpkin", 10 ],
13      [ "seed_broccoli", 10 ],
14      [ "seed_spurge", 10 ],
15      [ "gloves_work", 10 ]
16    ]
17  },
18  {
19    "type": "mapgen",
20    "om_terrain": [ "cs_gardening_allotment" ],
21    "method": "json",
22    "weight": 1000,
23    "object": {
24      "fill_ter": "t_dirtfloor",
25      "rows": [
26        ".......~~~..............",
27        ".......~~~..............",
28        "..-----===------------..",
29        "..|3333~~~444.sss.aaa|..",
30        "..|3333~~~444.sss.aaa|..",
31        "..|3333.~~444.sss~aaa|..",
32        "..|...~~~~~~.....~...|..",
33        "..|agaa.~.888.aaa.111|..",
34        "..|gaga.~.888.aaa.111|..",
35        "..|agga.~.888.aaa~111|..",
36        "..|...~.~~~..~...~...|..",
37        "..|gggg.~.SSS.222.666|..",
38        "..|gggg.~.SSS.222.666|..",
39        "..|gggg.~.SSS.222.666|..",
40        "..|..~~~~~~..~..~~~~.|..",
41        "..|hhhh.~.555~aaa~RRR|..",
42        "..|hhhh.~.555.aaa~RRR|..",
43        "..|hhhh.~.555OaaatRRR|..",
44        "..|.s...~.wwwwwwwwwwwww.",
45        "..|...~~~sw77777777777w.",
46        "..|sT.~~~~d,,,,B,,,,,Aw.",
47        "..----=---w,CCC,,B,,B7w.",
48        "..........wwwwwwwwwwwww.",
49        "........................"
50      ],
51      "terrain": {
52        ".": "t_grass",
53        "-": "t_chainfence_h",
54        "|": "t_chainfence_v",
55        "=": "t_chaingate_c",
56        "T": "t_tree_apple",
57        "s": "t_shrub",
58        "~": "t_dirt",
59        "t": "t_dirt",
60        "h": "t_dirtmound",
61        ",": "t_dirtfloor",
62        "w": "t_wall_wood",
63        "d": "t_door_o",
64        "a": "t_dirtmound",
65        "R": "t_shrub_blueberry",
66        "S": "t_shrub_strawberry",
67        "g": "t_underbrush",
68        "1": "t_dirtmound",
69        "2": "t_dirtmound",
70        "3": "t_dirtmound",
71        "4": "t_dirtmound",
72        "5": "t_dirtmound",
73        "8": "t_dirtmound",
74        "6": "t_dirtmound"
75      },
76      "furniture": {
77        "7": "f_table",
78        "C": "f_crate_c",
79        "A": "f_sink",
80        "B": "f_chair",
81        "D": "f_trashcan",
82        "t": "f_standing_tank",
83        "O": "f_standing_tank",
84        "h": "f_hay"
85      },
86      "liquids": { "O": { "liquid": "water", "amount": [ 0, 100 ] }, "t": { "liquid": "fertilizer_liquid", "amount": [ 0, 100 ] } },
87      "sealed_item": {
88        "1": { "item": { "item": "seed_tomato" }, "furniture": "f_plant_seedling", "chance": 70 },
89        "2": { "item": { "item": "seed_lettuce" }, "furniture": "f_plant_seedling", "chance": 70 },
90        "3": { "item": { "item": "seed_cucumber" }, "furniture": "f_plant_seedling", "chance": 70 },
91        "4": { "item": { "item": "seed_carrot" }, "furniture": "f_plant_seedling", "chance": 70 },
92        "5": { "item": { "item": "seed_zucchini" }, "furniture": "f_plant_seedling", "chance": 70 },
93        "8": { "item": { "item": "seed_celery" }, "furniture": "f_plant_seedling", "chance": 70 },
94        "6": { "item": { "item": "seed_pumpkin" }, "furniture": "f_plant_seedling", "chance": 70 }
95      },
96      "items": { "C": { "item": "ga_items_1", "chance": 80 } },
97      "place_items": [
98        { "item": "ga_items_1", "chance": 80, "x": 12, "y": 21 },
99        { "item": "ga_items_1", "chance": 80, "x": 13, "y": 21 },
100        { "item": "ga_items_1", "chance": 80, "x": 14, "y": 21 }
101      ],
102      "add": [
103        { "item": "shovel", "x": [ 13, 17 ], "y": [ 19, 20 ], "chance": 7 },
104        { "item": "stepladder", "x": 11, "y": 21, "chance": 40 },
105        { "item": "gloves_work", "x": [ 14, 16 ], "y": 19, "chance": 5 },
106        { "item": "shovel", "x": 12, "y": 21, "chance": 4 },
107        { "item": "shovel", "x": 13, "y": 21, "chance": 4 },
108        { "item": "shovel", "x": 14, "y": 21, "chance": 4 }
109      ]
110    }
111  },
112  {
113    "type": "mapgen",
114    "method": "json",
115    "om_terrain": "cs_gardening_allotment_roof",
116    "object": {
117      "fill_ter": "t_shingle_flat_roof",
118      "rows": [
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      "terrain": { ".": "t_shingle_flat_roof", " ": "t_open_air" }
145    }
146  }
147]
148