[
  {
 "type" : "overmap_terrain",
    "id" : "s_gardening",
    "name" : "gardening supply",
    "rotate" : true,
    "sym" : 71,
    "color" : "green",
    "see_cost" : 5,
    "extras" : "build",
    "mondensity" : 2,
    "sidewalk" : true,
    "mapgen": [ {
            "method": "json",
            "weight": 500,
            "object": {
            "rows": [
            "....,____,____,____,....",
            "....,____,____,____,....",
            "....,____,____,____,....",
            "....,____,____,____,....",
            "....,____,____,____,....",
            "..|--OOOO--++--OOOO--|..",
            "..|                  |..",
            "..|                  |..",
            "..|                  |..",
            "..| ##   rrrrrr  ##  |..",
            "..|  #   rrrrrr  ##  O..",
            "..|  #               O..",
            "..|  #               O..",
            "..|  #   rrrrrr  ##  O..",
            "..|###   rrrrrr  ##  |..",
            "..|                  |..",
            "..|                  |..",
            "..|  rrrr######rrrr  | .",
            "..|------------------|..",
            "........................",
            "........................",
            "........................",
            "........................",
            "........................"
            ],
            "terrain": {
            ".": "t_grass",
            "_": "t_pavement",
            ",": "t_pavement_y",
            " ": "t_floor",
            "-": "t_wall_h",
            "|": "t_wall_v",
            "O": "t_window",
            "L": "t_door_locked_alarm",
            "+": "t_door_glass_c",
            "h": "t_wall_glass_h",
            "x": "t_console_broken",
            "c": "t_floor",
            "#": "t_floor",
            "r": "t_floor",
            "^": "t_chaingate_l",
            "t": "t_floor",
            "F": "t_sidewalk",
            "@": "t_floor",
            ":": "t_floor",
            "T": "t_floor",
            "l": "t_floor",
            "=": "t_floor",
            "G": "t_floor",
            "f": "t_pavement",
            "&": "t_door_locked",
            "B": "t_palisade",
            "*": "t_door_locked",
            "5": "t_chainfence_h",
            "8": "t_chainfence_v",
            "v": "t_wall_glass_v",
            "M": "t_floor"
            },
            "furniture": {
            ".": "f_null",
            "_": "f_null",
            ",": "f_null",
            " ": "f_null",
            "-": "f_null",
            "|": "f_null",
            "O": "f_null",
            "L": "f_null",
            "+": "f_null",
            "M": "f_anvil",
            "w": "f_null",
            "x": "f_null",
            "c": "f_chair",
            "#": "f_counter",
            "&": "f_null",
            "r": "f_rack",
            "^": "f_null",
            "t": "f_table",
            "F": "f_null",
            "@": "f_null",
            ":": "f_dresser",
            "l": "f_vending_c",
            "S": "f_null",
            "G": "f_desk",
            "f": "f_trashcan",
            "T": "f_safe_l",
            "h": "f_null",
            "v": "f_null"
            },
            "place_groups": [
                { "item": "farming_tools", "chance": 80, "x": [ 9,14 ], "y": [ 9,10 ] },
                { "item": "farming_tools", "chance": 80, "x": [ 9,14 ], "y": [ 13,14 ] },
                { "item": "farming_seeds", "chance": 80, "x": [ 17,18 ], "y": [ 9,10 ] },
                { "item": "farming_seeds", "chance": 80, "x": [ 17,18 ], "y": [ 13,14 ] },
                { "item": "farming_seeds", "chance": 80, "x": [ 5,18 ], "y": [ 17,17 ] }
                            ] 
}
}
]
}
]
