[
  {
    "type" : "item_group",
    "id" : "gym",
    "items":[
      ["water_clean", 12],
      ["lemonade", 12],
      ["sports_drink", 12],
      ["V8", 12],
      ["tank_top", 30],
      ["towel", 40],
      ["under_armor_shorts", 20],
      ["under_armor", 20],
      ["protein_shake", 8],
      ["tshirt", 30],
      ["sneakers", 30],
      ["hot_pants", 14],
      ["undershirt", 30],
      ["hoodie", 20],
      ["shorts", 30],
      ["coke", 3],
      ["longshirt", 30],
      ["bandages", 10],
      ["heatpack", 10],
      ["gum", 12],
      ["soap", 10],
      ["sports_bra", 30],
      ["briefs", 30],
      ["yoghurt", 12],
      ["vitamins", 10],
      ["aspirin", 10]
          ]
      },{
    "type" : "overmap_terrain",
    "id" : "gym_fitness",
    "name" : "fitness gym",
    "rotate" : true,
    "sym" : [94, 62, 118, 60],
    "color" : "i_ltcyan",
    "see_cost" : 5,
    "extras" : "build",
    "mondensity" : 2,
    "sidewalk" : true,
    "mapgen": [ {
            "method": "json",
            "weight": 500,
            "object": {
            "rows": [
            "..........,,,,..........",
            "..........,,,,..........",
            "........|--++--|........",
            "........8      8........",
            "........8##    8........",
            "........8 #    8........",
            "........8 #    8........",
            "........8      8........",
            "..|55555|      |55555|..",
            "..|                  |..",
            "..| ! ! c      c @ @ |..",
            "..|     c      c     |..",
            "..| ! ! c      c @ @ |..",
            "..|     c      c     |..",
            "..| ! ! c      c @ @ |..",
            "..|                  |..",
            "..|      VVVVVV      |..",
            "..|                  |..",
            "..|-+----------|---+-|..",
            "..|  OOOOOOOOOO|     |..",
            "..|            |=|=|=|..",
            "..|  cccccccccc|*|*|*|..",
            "..|------------|-----|..",
            "........................"
            ],
            "terrain": {
            ".": "t_grass",
            "_": "t_pavement",
            ",": "t_sidewalk",
            " ": "t_floor",
            "-": "t_wall_h",
            "|": "t_wall_v",
            "O": "t_floor",
            "L": "t_door_locked_alarm",
            "@": "t_floor",
            "+": "t_door_c",
            "M": "t_door_metal_locked",
            "w": "t_gates_mech_control",
            "x": "t_console_broken",
            "c": "t_floor",
            "#": "t_floor",
            "r": "t_floor",
            "^": "t_floor",
            "t": "t_floor",
            "F": "t_floor",
            "H": "t_floor",
            ":": "t_floor",
            "T": "t_floor",
            "l": "t_floor",
            "=": "t_door_glass_c",
            "G": "t_floor",
            "f": "t_floor",
            "B": "t_palisade",
            "!": "t_floor",
            "V": "t_floor",
            "5": "t_wall_glass_h",
            "8": "t_wall_glass_v",
            "*": "t_floor"
            },
            "furniture": {
            ".": "f_null",
            "_": "f_null",
            ",": "f_null",
            " ": "f_null",
            "-": "f_null",
            "|": "f_null",
            "O": "f_locker",
            "L": "f_null",
            "+": "f_null",
            "=": "f_null",
            "w": "f_null",
            "x": "f_null",
            "c": "f_bench",
            "#": "f_counter",
            "&": "f_counter",
            "r": "f_rack",
            "^": "f_indoor_plant",
            "t": "f_table",
            "F": "f_fridge",
            ":": "f_locker",
            "T": "f_toilet",
            "l": "f_vending_c",
            "S": "f_null",
            "G": "f_desk",
            "f": "f_glass_fridge",
            "@": "f_treadmill",
            "!": "f_ergometer",
            "V": "f_exercise",
            "5": "f_null",
            "8": "f_null",
            "*": "f_shower"
            },
            "place_groups": [
                { "item": "gym", "chance": 95, "x": [ 5,14 ], "y": [ 19,19 ] }
                            ] 
            }
        }
        ]
    }
]