[
    {
        "type": "mapgen",
        "om_terrain": [
            "s_pharm"
        ],
        "method": "json",
        "weight": 300,
        "object": {
            "rows": [
                "________________________",
                "________________________",
                "|--OOOO--|______________",
                "|l       +______________",
                "|l       +______________",
                "|        |--OOO---OOO--|",
                "|####                  |",
                "|   #    rr  rrrrrrr  f|",
                "|r  #    rr  rrrrrrr  f|",
                "|r  #    rr           f|",
                "|r  #    rr  rrrrrrr  f|",
                "|r  #    rr  rrrrrrr  f|",
                "|r  #                  |",
                "|   #                  |",
                "|            |     |   |",
                "|-+-----------&&&&&----|",
                "|      GG|         w   |",
                "|       c|             |",
                "|        L             |",
                "|        |rrrrrrrrrrrrr|",
                "|-----*----------------|",
                "________________________",
                "________________________",
                "________________________"
            ],
            "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_c",
                "M": "t_door_metal_locked",
                "w": "t_gates_mech_control",
                "x": "t_console_broken",
                "c": "t_floor",
                "#": "t_floor",
                "r": "t_floor",
                "^": "t_floor",
                "t": "t_floor",
                "F": "t_floor",
                "@": "t_floor",
                ":": "t_floor",
                "T": "t_floor",
                "l": "t_floor",
                "=": "t_floor",
                "G": "t_floor",
                "f": "t_floor",
                "&": "t_door_metal_locked",
                "B": "t_palisade",
                "*": "t_door_locked"
            },
            "furniture": {
                ".": "f_null",
                "_": "f_null",
                ",": "f_null",
                " ": "f_null",
                "-": "f_null",
                "|": "f_null",
                "O": "f_null",
                "L": "f_null",
                "+": "f_null",
                "M": "f_null",
                "w": "f_null",
                "x": "f_null",
                "c": "f_chair",
                "#": "f_counter",
                "&": "f_counter",
                "r": "f_rack",
                "^": "f_indoor_plant",
                "t": "f_table",
                "F": "f_fridge",
                "@": "f_bed",
                ":": "f_dresser",
                "T": "f_toilet",
                "l": "f_vending_c",
                "S": "f_null",
                "G": "f_desk",
                "f": "f_glass_fridge"
            },
            "place_groups": [
                { "item": "harddrugs", "chance": 75, "x": [ 10,22 ], "y": [ 19,19 ] },
                { "item": "softdrugs", "chance": 95, "x": [ 10,22 ], "y": [ 19,19 ] },
                { "item": "behindcounter", "chance": 50, "x": [ 1,3 ], "y": [ 7,12 ] },
                { "item": "behindcounter", "chance": 70, "x": [ 1,1 ], "y": [ 8,11 ] },
                { "item": "vending_drink", "chance": 80, "x": [ 1,1 ], "y": [ 3,4 ] },
                { "item": "softdrugs", "chance": 40, "x": [ 9,10 ], "y": [ 7,11 ] },
                { "item": "snacks", "chance": 70, "x": [ 13,19 ], "y": [ 7,8 ] },
                { "item": "magazines", "chance": 70, "x": [ 13,19 ], "y": [ 10,11 ] },
                { "item": "fridgesnacks", "chance": 70, "x": [ 22,22 ], "y": [ 7,11 ] }
            ]
        }
    }
]
