{
  "id": "level-2",
  "name": "Boost Alley",
  "arenaWidth": 240,
  "arenaDepth": 180,
  "wallObjects": [
    {
      "type": "gate",
      "edge": "south",
      "position": 120,
      "width": 5,
      "role": "entrance",
      "signText": "",
      "locked": true,
      "destination": null
    },
    {
      "type": "gate",
      "edge": "north",
      "position": 120,
      "width": 5,
      "role": "exit",
      "signText": "EXIT",
      "locked": true,
      "destination": "lobby"
    }
  ],
  "barriers": [
    {
      "type": "building",
      "x": -89,
      "z": 10,
      "height": 3,
      "shape": "square",
      "width": 41.74,
      "depth": 40,
      "gridX": 11,
      "gridZ": 81
    },
    {
      "type": "building",
      "x": 89,
      "z": 10,
      "height": 3,
      "shape": "square",
      "width": 41.74,
      "depth": 40,
      "gridX": 189,
      "gridZ": 81
    }
  ],
  "gameObjects": [
    {
      "type": "boost_pad",
      "x": -62.5,
      "z": -40,
      "width": 23.48,
      "depth": 28,
      "gridX": 47,
      "gridZ": 37
    },
    {
      "type": "boost_pad",
      "x": 62.5,
      "z": -40,
      "width": 23.48,
      "depth": 28,
      "gridX": 172,
      "gridZ": 37
    },
    {
      "type": "boost_pad",
      "x": -31.5,
      "z": 60,
      "width": 23.48,
      "depth": 28,
      "gridX": 78,
      "gridZ": 137
    },
    {
      "type": "boost_pad",
      "x": 31.5,
      "z": 60,
      "width": 23.48,
      "depth": 28,
      "gridX": 141,
      "gridZ": 137
    }
  ],
  "powerups": [
    {
      "type": "nitro_recharge",
      "x": 0,
      "z": -40,
      "category": "instant",
      "gridX": 120,
      "gridZ": 50
    }
  ],
  "enemies": [
    {
      "x": -85.5,
      "z": 69.5,
      "rotation": 0,
      "color": "#FF8A00",
      "category": "easy",
      "gridX": 35,
      "gridZ": 159
    },
    {
      "x": 86.5,
      "z": 52.5,
      "rotation": 0,
      "color": "#FF8A00",
      "category": "easy",
      "gridX": 207,
      "gridZ": 142
    }
  ],
  "rewards": {
    "coins": 65,
    "timeBonusThreshold": 100,
    "timeBonusCoins": 28
  },
  "schemaVersion": 2,
  "mapWidth": 242,
  "mapDepth": 182
}
