[
    {
        "comment": "dual tenant dwelling. assumed single people or couples dwelled here.",
        "type": "mapgen",
        "om_terrain": [
            "house"
        ],
        "method": "json",
        "weight": 300,
        "object": {
            "rows": [
                "....SzzzzzzzzzzzzzzzS...",
                "...SS--2---------2--SS..",
                ".PSSS+     =|= 6^  +SSSP",
                ".------  H 6|      ---|D",
                ".|          |      |;A|.",
                ".|{         |H     |  |.",
                ".|         {|  ??  --+|.",
                ".|^        {|{        |.",
                ".2C         |{        |.",
                ".2C     >>>>|-------  |.",
                ".|^        f|G >     ^|.",
                ".|  B6     A|> >  B   2.",
                ".|   B      |A > B6B  2.",
                ".|      >>GE|E >  B   |.",
                "T|  --------|E        |.",
                ".|  +    + :|F        |.",
                ".|  |    |--|-------  |.",
                ".|  |   @|A +  @@|:|  |.",
                ".|  |   @|  |  @@|+|  |.",
                ".|- |-+--|  |    |   -|.",
                ".|3 |   8|  |    |   3|.",
                ".|4 |AA ;|;8|    +   4|.",
                ".-------2-2------------.",
                ".......................T"
            ],
            "terrain": {
                " ": "t_floor",
                ".": "t_grass",
                "-": "t_wall_h",
                "|": "t_wall_v",
                ":": "t_floor",
                ";": "t_floor",
                "+": "t_door_c",
                "=": "t_floor",
                ">": "t_floor",
                "?": "t_floor",
                "@": "t_floor",
                "^": "t_floor",
                "[": "t_fence_v",
                "~": "t_fence_h",
                "{": "t_floor",
                "2": "t_window_domestic",
                "3": "t_floor",
                "4": "t_floor",
                "6": "t_floor",
                "8": "t_floor",
                "f": "t_floor",
                "z": "t_shrub",
                "A": "t_floor",
                "B": "t_floor",
                "C": "t_floor",
                "D": "t_floor",
                "E": "t_floor",
                "F": "t_floor",
                "G": "t_floor",
                "H": "t_floor",
                "P": "t_grass",
                "S": "t_sidewalk",
                "T": "t_tree_young"
            },
            "furniture": {
                ":": "f_dresser",
                ";": "f_toilet",
                "=": "f_fireplace",
                ">": "f_counter",
                "?": "f_sofa",
                "@": "f_bed",
                "^": "f_indoor_plant",
                "{": "f_bookcase",
                "3": "f_washer",
                "4": "f_dryer",
                "6": "f_table",
                "8": "f_shower",
                "f": "f_glass_fridge",
                "A": "f_sink",
                "B": "f_chair",
                "C": "f_desk",
                "D": "f_trashcan",
                "E": "f_cupboard",
                "F": "f_fridge",
                "G": "f_oven",
                "H": "f_armchair",
                "P": "f_sign"
            },
            "place_specials": [
                { "type": "toilet", "x": 20, "y": 4 },
                { "type": "toilet", "x": 8, "y": 21 },
                { "type": "toilet", "x": 10, "y": 21 },
                { "type": "sign", "x": 1, "y": 2, "signage": "the address has been defaced" },
                { "type": "sign", "x": 23, "y": 2, "signage": "the address is unreadable" }
            ],
            "add": [
                { "item": "television", "x": 15, "y": 2 },
                { "item": "television", "x": 11, "y": 3 }
            ],
            "comment": "east  dwelling followed by west dwelling",
            "place_groups": [
                { "item": "bed", "chance": 80,  "x": [15,16 ], "y": [17,18 ] },
                { "item": "homebooks", "chance": 60,  "x": [ 14, 14 ], "y": [ 5, 6 ] },
                { "item": "bedroom", "chance": 60,  "x": [ 13, 16 ], "y": [ 17, 21 ] },
                { "item": "livingroom", "chance": 60,  "x": [ 13, 18 ], "y": [ 2, 8 ] },
                { "item": "dresser", "chance": 70,  "x": [ 18, 18 ], "y": [ 17, 17 ] },
                { "item": "fridge", "chance": 70, "x": [ 13, 13 ], "y": [ 15, 15 ] },
                { "item": "oven", "chance": 70, "x": [ 13, 13 ], "y": [ 10, 10 ] },
                { "item": "kitchen", "chance": 70, "x": [ 13, 21 ], "y": [ 10, 15 ] },
                
                { "item": "bed", "chance": 80,  "x": [ 8,8 ], "y": [ 17,18 ] },
                { "item": "homebooks", "chance": 60,  "x": [ 11, 11 ], "y": [ 6, 7 ] },
                { "item": "novels", "chance": 50, "x": [ 2,2 ], "y": [ 5,5 ] },
                { "item": "bedroom", "chance": 60,  "x": [ 5,8 ], "y": [ 15, 18 ] },
                { "item": "livingroom", "chance": 60,  "x": [ 2,11 ], "y": [ 4,8 ] },
                { "item": "office", "chance": 60,  "x": [ 2, 3 ], "y": [ 7,10 ] },
                { "item": "dresser", "chance": 70,  "x": [ 11, 11 ], "y": [ 15, 15 ] },
                { "item": "fridge", "chance": 70, "x": [ 11, 11 ], "y": [ 10, 10 ] },
                { "item": "oven", "chance": 70, "x": [ 10, 10 ], "y": [ 13, 13 ] },
                { "item": "kitchen", "chance": 70, "x": [ 7,11 ], "y": [ 10,13 ] }
            ]
        }
    }
]
