[
    {
        "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...S.zzz.",
                "...........----22-3----.",
                "...........|?  H     C|.",
                "...........|?       BC|.",
                "...zzzzzz..|?  6    --|.",
                ".----22----|?  6     D|.",
                ".|         |>         |.",
                ".| ??????  |      B   2.",
                ".|7        +    666B  2.",
                ".|7        |   B666   2.",
                ".|7        |     B    2.",
                ".|  6666   |        EE|.",
                ".|---------|+---------|.",
                ".2AEFG     | | ;     8|.",
                ".2         + +      882.",
                ".2 >>>  999| | A    88|.",
                ".|----------+-----+---|.",
                ".|:                  62.",
                ".|@@                 62.",
                ".|@@          ---+----|.",
                ".|:           |       |.",
                ".|            |99:6 Ww|.",
                ".----22-----2----------.",
                "........................"
            ],
            "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",
                "H": "t_floor",
                "z": "t_shrub",
                "S": "t_sidewalk",
                "^": "t_tree",
                "{": "t_door_glass_c",
                "[": "t_fence_v",
                "W": "t_floor",
                "w": "t_floor",
                "~": "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",
                "W": "f_dryer",
                "w": "f_washer",
                "G": "f_oven"
            },
            "place_specials": [
                { "type": "toilet", "x": 15, "y": 13 }
            ],
            "add": [
                { "item": "television", "x": 5, "y": 11 }
            ],

            "comment": "specific terrain/furniture/radiation. doing this until grass_or_dirt is supported ---v",
            "set": [
                { "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 ] }
                    ],
                        "comment": "randomly picked from a group ---v",
            "place_groups": [
                { "item": "bed", "chance": 80,  "x": [2,3 ], "y": [18,19 ] },
                { "item": "livingroom", "chance": 70,  "x": [ 12,21 ], "y": [ 2,6 ] },
                { "item": "livingroom", "chance": 70,  "x": [ 2,10 ], "y": [ 6,11 ] },
                { "item": "dining", "chance": 70,  "x": [ 16,18 ], "y": [ 8,9 ] },
                { "item": "cannedfood", "chance": 30, "x": [ 20,21 ], "y": [ 11,1 ] },
                { "item": "dining", "chance": 70, "x": [ 20,21 ], "y": [ 1,1 ] },
                { "item": "bedroom", "chance": 60,  "x": [ 1,10 ], "y": [ 17,21 ] },
                { "item": "dresser", "chance": 50,  "x": [ 2,2 ], "y": [ 17,17 ] },
                { "item": "dresser", "chance": 50,  "x": [ 2,2 ], "y": [ 20,20 ] },
                { "item": "consumer_electronics", "chance": 20,  "x": [ 1,10 ], "y": [ 17,21 ] },
                { "item": "homeguns", "chance": 20,  "x": [ 1,10 ], "y": [ 17,21 ] },
                { "item": "novels", "chance": 30, "x": [ 2,2], "y": [ 8,10 ] },
                { "item": "softdrugs", "chance": 50, "x": [ 15,15 ], "y": [ 15,15 ] },
                { "item": "kitchen", "chance": 70, "x": [ 2,10 ], "y": [ 13,15 ] },
                { "item": "fridge", "chance": 70, "x": [ 4,4 ], "y": [ 13,13 ] },
                { "item": "oven", "chance": 70, "x": [ 5,5 ], "y": [ 13,13 ] },
                { "item": "cannedfood", "chance": 20, "x": [ 9,10 ], "y": [ 15,15] },
                { "item": "pasta", "chance": 50, "x": [ 3,5 ], "y": [ 15,15 ] },
                { "item": "knifeblock", "chance": 30, "x": [ 3,5 ], "y": [ 15,15 ] },
                { "item": "camping", "chance": 10, "x": [ 21,21 ], "y": [ 17,18 ] },
                { "item": "dresser", "chance": 50, "x": [ 20,21 ], "y": [ 21,21 ] },
                { "item": "cleaning", "chance": 50, "x": [ 15,18 ], "y": [ 21,21 ] },
                { "monster": "GROUP_ZOMBIE", "chance": 2, "x": [ 2, 21 ], "y": [ 2, 21 ] }
            ],
            "comment": "end of mapgen json definition ---v"
        },
        "comment": "end of mapgen entry ---v"
    }
]
