[
    {
        "type"  : "item_group",
        "id"    : "fast_table",
        "items" : [
            ["cup_plastic",   60],
            ["wrapper",       60],
            ["bag_plastic",   45],
            ["rag",           10],
            ["fries",         25],
            ["cheese_fries",  15],
            ["onion_rings",   20],
            ["cheeseburger",  15],
            ["hamburger",     15],
            ["fish_sandwich", 10],
            ["cola",          15],
            ["lemonlime",     10],
            ["orangesoda",    10],
            ["crispycran",    10],
            ["rootbeer",      13],
            ["colamdew",      10],
            ["lemonade",       7]
        ]
    },
    {
        "type"  : "item_group",
        "id"    : "fast_kitchen",
        "items" : [
            ["knife_butcher",     30],
            ["bread",             50],
            ["seasoning_salt",    50],
            ["seasoning_italian", 50],
            ["can_chicken",       30],
            ["sugar",             40],
            ["flour",             40],
            ["curry_powder",      40],
            ["cornmeal",          52]
        ]
    },
    {
        "type"  : "item_group",
        "id"    : "fast_trash",
        "items" : [
            ["cup_plastic",      50],
            ["wrapper",          50],
            ["bag_plastic",      50],
            ["rag",              50],
            ["syringe",           5],
            ["restaurantmap",     1],
            ["hairpin",          25],
            ["flyer",            25]
        ]
    },
    {
        "type"  : "item_group",
        "id"    : "fast_fridge",
        "items" : [
            ["hotdogs_frozen", 30],
            ["cheese",         60],
            ["fries",          40],
            ["can_chicken",    40],
            ["can_spam",       40],
            ["lettuce",        50],
            ["irradiated_lettuce", 10],
            ["tomato",         50],
            ["irradiated_tomato",  10],
            ["onion",          50],
            ["irradiated_onion",   10]
        ]
    },
    {
        "type"  : "item_group",
        "id"    : "fast_bath",
        "items" : [
            ["hairpin",      10],
            ["briefs",       10],
            ["tieclip",      10]
        ]
    },
    {
        "type"  : "item_group",
        "id"    : "fast_locker",
        "items" : [
            ["hat_ball",        30],
            ["knife_steak",     20],
            ["sm_extinguisher", 40],
            ["towel",           40],
            ["soap",            30],
            ["rag",             30],
            ["bleach",          30],
            ["vinegar",         30],
            ["backpack",         5]
        ]
    },
    {
    "type" : "mapgen",
    "om_terrain" : ["s_restaurant_fast"],
    "method": "json",
    "weight": 250,
    "object": {
      "fill_ter": "t_floor",
      "rows":[
        ",_____ssssssssssss_____,",
        ",__,__#### ss ####__,__,",
        ",_,,,_#ssssssssss#__,__,",
        ",__,__#HTHssssHTH#__,__,",
        ",__,__#ssssssssss#_,,,_,",
        ",__,__|-555++555-|__,__,",
        ",_____|.HH....HH.%_____,",
        ",_____%.TT....TT.%_____,",
        ",_____%.TT....TT.%_____,",
        ",_____%.HH....HH.|_____,",
        ",_____|..........%_____,",
        ",,,,,,|g.........+_____,",
        ",_____|ccxccxc|..%_____,",
        ",_____ow=w=w=w+..|_____,",
        ",_____|ewccOwc|t-|_____,",
        ",_____|l=w=w=S|=S|_____,",
        ",_____||eercwx|P||_____,",
        ",_____#|----o---|#_____,",
        ",________,_____________,",
        ",________,_____________,",
        ",________,_____________,",
        " ,_______,____________, ",
        "  ,,,,,,,,,,,,,,,,,,,,  ",
        "   dd                   "
      ],
      "terrain":{
        "5": "t_wall_glass_h",
        "%": "t_wall_glass_v",
        ",": "t_pavement_y",
        "_": "t_pavement",
        "x": "t_console_broken",
        ".": "t_floor",
        "-": "t_wall_h",
        "|": "t_wall_v",
        "#": "t_shrub",
        "+": "t_door_glass_c",
        "t": "t_door_c",
        "s": "t_sidewalk",
        " ": "t_grass",
        "o": "t_window_open",
        "=": "t_linoleum_gray",
        "w": "t_linoleum_white",
        "e": "t_linoleum_white",
        "r": "t_linoleum_gray",
        "c": "t_linoleum_white",
        "S": "t_linoleum_white",
        "P": "t_linoleum_white",
        "O": "t_linoleum_white",
        "l": "t_linoleum_white"
        },
      "furniture":{
        "d": "f_dumpster",
        "T": "f_table",
        "P": "f_toilet",
        "S": "f_sink",
        "e": "f_fridge",
        "H": "f_chair",
        "c": "f_counter",
        "l": "f_locker",
        "g": "f_trashcan",
        "O": "f_woodstove",
        "r": "f_oven"
        },
      "set": [
        { "point": "terrain", "x": [ 0, 23 ], "y": 23, "id": "t_dirt", "repeat": [ 5, 15 ] },
        
        { "line": "terrain", "x": 7, "y": 3, "x2": 9, "y2": 3, "id": "t_sidewalk" },
        { "line": "terrain", "x": 14, "y": 3, "x2": 16, "y2": 3, "id": "t_sidewalk" },
        
        { "line": "trap", "x": 14, "y": 13, "x2": 16, "y2": 13, "id": "tr_beartrap", "chance": 10 }
      ],
      "place_specials": [
        { "type": "toilet", "x": 15, "y": 16 }
      ],
      "place_groups": [
        {"item": "fast_table",  "chance": 20, "x": 8,     "y": 3,      "repeat": [1,2]},
        {"item": "fast_table",  "chance": 20, "x": 15,    "y": 3,      "repeat": [1,2]},
        {"item": "fast_table",  "chance": 20, "x": [8,9], "y": [7,8],  "repeat": [1,2]},
        {"item": "fast_table",  "chance": 20, "x":[14,15],"y": [7,8],  "repeat": [1,2]},

        {"item": "fast_kitchen","chance": 25, "x": [9,10],"y": 14,     "repeat": [1,2]},
        {"item": "fast_kitchen","chance": 25, "x": 13,    "y": 14,     "repeat": [1,2]},
        {"item": "fast_fridge", "chance": 50, "x": 7,     "y": 14,     "repeat": [2,3]},
        {"item": "fast_fridge", "chance": 70, "x": [8,9], "y": 16,     "repeat": [2,3]},
        {"item": "fast_kitchen","chance": 25, "x": 11,    "y": 16,     "repeat": [1,2]},
        {"item": "fast_locker", "chance": 70, "x":  7,    "y": 15,     "repeat": [1,3]},

        {"item": "fast_trash",  "chance": 75, "x": 7,     "y": 11,     "repeat": [1,3]},
        {"item": "fast_bath",   "chance": 25, "x": 14,    "y": 15,     "repeat": [1,2]},
        {"item": "fast_trash",  "chance": 60, "x": [3,4], "y": 23,     "repeat": [1,3]},
        {"item": "trash",       "chance": 30, "x": [3,4], "y": 23,     "repeat": [1,3]},

        { "monster": "GROUP_ZOMBIE", "x": 15, "y": 15, "chance": 10 }
      ]
    }
  }
]
