[
    {
        "type": "mapgen",
        "om_terrain": [
            "house"
        ],
        "method": "json",
        "weight": 100, "comment": "<--- very low weight due to the awesomness within",
        "object": {
            "rows":[
                "........................",
                ".---22-----33----------.",
                ".|       |    |    A; |.",
                ".|      7|    +       2.",
                ".|      7|    |     88|.",
                ".|      7|    |-------|.",
                ".|@@     |    |       |.",
                ".|@@     |    +       |.",
                ".|:      |    |  66  >|.",
                ".|       +   7|  66  A2.",
                ".|       |   7|      G2.",
                ".|---------MM-|      F|.",
                ".|9          7|-------|.",
                ".|9   @  @            |.",
                ".|9                   |.",
                ".|9   @  @            |.",
                ".|>                   |.",
                ".|>   @  @     ??????>|.",
                ".|=                   |.",
                ".|>   @  @            |.",
                ".|                    |.",
                ".|  99999  99999  9999|.",
                ".----------------------.",
                "........................"
            ],
            "terrain": {
                ".": "t_grass",
                "-": "t_wall_h",
                "2": "t_window_boarded",
                "3": "t_door_locked",
                "|": "t_wall_v",
                " ": "t_floor",
                "6": "t_floor",
                "7": "t_floor",
                "8": "t_floor",
                "9": "t_floor",
                ":": "t_floor",
                ";": "t_floor",
                "+": "t_door_c",
                "=": "t_floor",
                ">": "t_floor",
                "?": "t_floor",
                "@": "t_floor",
                "A": "t_floor",
                "B": "t_floor",
                "C": "t_floor",
                "D": "t_floor",
                "E": "t_floor",
                "F": "t_floor",
                "G": "t_floor",
                "H": "t_floor",
                "z": "t_shrub",
                "M": "t_door_metal_c",
                "^": "t_tree",
                "{": "t_door_glass_c",
                "[": "t_fence_v",
                "~": "t_fence_h"
            },
            "furniture": {
                "6": "f_table",
                "7": "f_bookcase",
                "8": "f_bathtub",
                "9": "f_rack",
                ":": "f_dresser",
                ";": "f_toilet",
                "=": "f_fireplace",
                ">": "f_counter",
                "?": "f_sofa",
                "@": "f_bed",
                "A": "f_sink",
                "B": "f_chair",
                "C": "f_desk",
                "D": "f_trashcan",
                "E": "f_cupboard",
                "F": "f_fridge",
                "H": "f_armchair",
                "G": "f_oven"
            },
            "place_specials": [
                { "type": "toilet", "x": 20, "y": 2 }
            ],
            "comment": "specific terrain/furniture/radiation. doing this until grass_or_dirt is supported ---v",
            "set": [
                { "point": "terrain", "id": "t_dirt", "x": 0, "y": [ 0, 23 ], "repeat": [ 5, 10 ] },
                { "point": "terrain", "id": "t_dirt", "x": 23, "y": [ 0, 23 ], "repeat": [ 5, 10 ] },
                { "point": "terrain", "id": "t_dirt", "x": [ 0, 23 ], "y": 23, "repeat": [ 5, 8 ] },
                { "point": "terrain", "id": "t_dirt", "x": [ 0, 14 ], "y": 0, "repeat": [ 5, 8 ] }
            ],
            "comment": "randomly picked from a group ---v",
            "place_groups": [
                { "item": "bed", "chance": 80,  "x": [6,6 ], "y": [13,13 ] },
                { "item": "bed", "chance": 80,  "x": [9,9 ], "y": [13,13 ] },
                { "item": "bed", "chance": 80,  "x": [6,6 ], "y": [15,15 ] },
                { "item": "bed", "chance": 80,  "x": [9,9 ], "y": [15,15 ] },
                { "item": "bed", "chance": 80,  "x": [6,6 ], "y": [17,17 ] },
                { "item": "bed", "chance": 80,  "x": [9,9 ], "y": [17,17 ] },
                { "item": "bed", "chance": 80,  "x": [6,6 ], "y": [19,19 ] },
                { "item": "bed", "chance": 80,  "x": [9,9 ], "y": [19,19 ] },
                { "item": "bed", "chance": 80,  "x": [2,3 ], "y": [6,7 ] },
                { "item": "bedroom", "chance": 60,  "x": [ 2,8 ], "y": [ 2,10 ] },
                { "item": "dresser", "chance": 50,  "x": [ 2,2 ], "y": [ 8,8 ] },
                { "item": "bedroom", "chance": 60,  "x": [ 2,2 ], "y": [ 8,8 ] },
                { "item": "cannedfood", "chance": 80,  "x": [ 2,2 ], "y": [ 12,17 ] },
                { "item": "pasta", "chance": 80,  "x": [ 2,2 ], "y": [ 12,17 ] },
                { "item": "oven", "chance": 80,  "x": [ 2,2 ], "y": [ 19,19 ] },
                { "item": "homeguns", "chance": 60,  "x": [ 4,8 ], "y": [ 21,21 ] },
                { "item": "lmoe_guns", "chance": 40,  "x": [ 4,8 ], "y": [ 21,21 ] },
                { "item": "stash_ammo", "chance": 30,  "x": [ 4,8 ], "y": [ 21,21 ] },
                { "item": "magazines", "chance": 50, "x": [ 8,8 ], "y": [ 3,5 ] },
                { "item": "novels", "chance": 70, "x": [ 13,13 ], "y": [ 10,12 ] },
                { "item": "cleaning", "chance": 70, "x": [ 15,21 ], "y": [ 2,5 ] },
                { "item": "survival_tools", "chance": 80, "x": [ 11,15 ], "y": [ 21,21 ] },
                { "item": "survival_tools", "chance": 50, "x": [ 18,21 ], "y": [ 21,21 ] },
                { "item": "kitchen", "chance": 70, "x": [ 15,21 ], "y": [ 6,11 ] },
                { "item": "fridge", "chance": 70, "x": [ 21,21 ], "y": [ 11,11 ] },
                { "item": "oven", "chance": 70, "x": [ 21,21 ], "y": [ 10,10 ] },
                { "item": "kitchen", "chance": 70, "x": [ 21,21 ], "y": [ 9,9 ] },
                { "monster": "GROUP_ZOMBIE", "x": [ 2, 21 ], "y": [ 2, 21 ], "repeat": [2,3] },
                { "monster": "GROUP_PREPPER_HOUSE", "x": [ 2, 21 ], "y": [ 13, 21 ] }

            ],
            "comment": "end of mapgen json definition ---v"
        },
        "comment": "end of mapgen entry ---v"
    }
]
