[
    {
        "type": "mapgen",
        "om_terrain": [
            "house"
        ],
        "method": "json",
        "weight": 300, "comment": "<--- low weight due to low randomness, remove when house mapgen pool is big",
        "object": {
            "rows": [
                ".zzz....................",
                ".z-----2---2---3-------.",
                ".z|8 |:     C|   B66B 2.",
                ".z2; |  @@   |   B66B 2.",
                ".z|A +  @@   |        |.",
                ".|----------+|   >????2.",
                ".2      |        ?    2.",
                ".|: @@  |C       ?    |.",
                ".2  @@> |C            |.",
                ".|-----+-         >>>>|.",
                ".|:                  G2.",
                ".|:               EFAE|.",
                ".|--+-|-{---{---2-----|.",
                ".28  A|       ........[.",
                ".|8  ;|  B66B ........[.",
                ".------  B66B ........[.",
                ".[....................[.",
                ".[....................[.",
                ".[..............|--3--|.",
                ".[..............|>   >|.",
                ".[..^...........|9   9|.",
                ".[..............|9   9|.",
                ".[~~~~~~~~~~~~~~-------.",
                "........................"
            ],
            "terrain": {
                ".": "t_grass",
                "-": "t_wall_h",
                "2": "t_window_domestic",
                "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",
                "z": "t_shrub",
                "S": "t_sidewalk",
                "^": "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",
                "G": "f_oven"
            },
            "place_specials": [
                { "type": "toilet", "x": 3, "y": 4 },
                { "type": "toilet", "x": 5, "y": 14 }
            ],
            "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 ] },
                { "point": "terrain", "id": "t_tree_apple", "x": [ 0, 14 ], "y": 0, "repeat": [ 1, 2 ] },
                { "point": "terrain", "id": "t_tree", "x": [ 2, 14 ], "y":[ 17,21 ] , "repeat": [ 1,3 ] },
                { "point": "terrain", "id": "t_tree_young", "x": [ 2, 14 ], "y":[ 17,21 ] , "repeat": [ 1,3 ] }


            ],
            "comment": "specific things ---v",
            "add": [
                { "item": "television", "x": 21, "y": 9 },
                { "item": "laptop", "x": 10, "y": 7, "chance": 15 },
                { "item": "lawnmower", "x": 20, "y": 21 }

            ],
            "comment": "randomly picked from a group ---v",
            "place_groups": [
                { "item": "bed", "chance": 80,  "x": [8,9 ], "y": [3,4 ] },
                { "item": "bed", "chance": 80,  "x": [4,5 ], "y": [7,8 ] },
                { "item": "bedroom", "chance": 75, "x": [ 6,13 ], "y": [ 2,4 ] },
                { "item": "bedroom", "chance": 50, "x": [ 2,8 ], "y": [ 6,8 ] },
                { "item": "livingroom", "chance": 80, "x": [ 9,19 ], "y": [ 6,8 ] },
                { "item": "homeguns", "chance": 5, "x": [ 2,2 ], "y": [ 9,10 ] },
                { "item": "dresser", "chance": 50, "x": [ 2,2 ], "y": [ 9,10 ] },
                { "item": "dresser", "chance": 50, "x": [ 6,6 ], "y": [ 2,2 ] },
                { "item": "dresser", "chance": 50, "x": [ 2,2 ], "y": [ 7,7 ] },
                { "item": "fridge", "chance": 50, "x": [ 19,19 ], "y": 11 },
                { "item": "kitchen", "chance": 50, "x": [ 21,21 ], "y": 11 },
                { "item": "kitchen", "chance": 50, "x": [ 18,18 ], "y": 11 },
                { "item": "kitchen", "chance": 50, "x": [ 18,20 ], "y": [ 9,10 ] },
                { "item": "fridge", "chance": 20, "x": [ 17,20 ], "y": [ 2,3 ] },
                { "item": "dining", "chance": 75, "x": [ 18,19 ], "y": [ 2,3 ] },
                { "item": "magazines", "chance": 50, "x": [ 17,17 ], "y": 5 },
                { "item": "mischw", "chance": 50, "x": [ 17,21 ], "y": [ 19,21 ] },
                { "item": "hardware", "chance": 50, "x": [ 17,21 ], "y": [ 19,21 ] },
                { "item": "novels", "chance": 50, "x": [ 7,7 ], "y": [ 2, 3 ] },
                { "item": "office", "chance": 50, "x": 9 , "y": [ 7,8] },
                { "item": "oven", "chance": 50, "x": [ 21, 21 ], "y": 10 },
                { "item": "softdrugs", "chance": 75, "x": [ 2,4 ], "y": [ 2,4 ] },
                { "item": "cleaning", "chance": 75, "x": [ 2,4 ], "y": [ 2,4 ] },
                { "item": "chem_home", "chance": 75, "x": [ 2,5 ], "y": [ 13,14 ] },
                { "monster": "GROUP_ZOMBIE", "chance": 2, "x": [ 2, 21 ], "y": [ 2, 21 ] }
            ],
            "comment": "end of mapgen json definition ---v"
        },
        "comment": "end of mapgen entry ---v"
    }
]
