{
  "id": "level-2",
  "name": "Boost Alley",
  "arenaWidth": 300,
  "arenaDepth": 300,
  "wallObjects": [
    {
      "type": "gate",
      "edge": "south",
      "position": 150,
      "width": 5,
      "role": "entrance",
      "signText": "",
      "locked": true,
      "destination": null
    },
    {
      "type": "gate",
      "edge": "north",
      "position": 150,
      "width": 5,
      "role": "exit",
      "signText": "EXIT",
      "locked": true,
      "destination": "lobby"
    }
  ],
  "barriers": [],
  "gameObjects": [
    { "type": "boost_pad", "x": 25, "z": 40 }
  ],
  "powerups": [
    {
      "type": "nitro_recharge",
      "x": -35,
      "z": 55,
      "category": "instant"
    }
  ],
  "enemies": [
    {
      "x": -50,
      "z": 80,
      "rotation": 1.57,
      "color": "#FF6600",
      "attributes": {
        "speed": 3,
        "acceleration": 3,
        "trailLength": 4,
        "nitroBars": 3,
        "handling": 3,
        "intelligence": 2
      }
    },
    {
      "x": 60,
      "z": -70,
      "rotation": 3.14,
      "color": "#FF6600",
      "attributes": {
        "speed": 3,
        "acceleration": 3,
        "trailLength": 4,
        "nitroBars": 3,
        "handling": 3,
        "intelligence": 3
      }
    }
  ],
  "rewards": {
    "coins": 60,
    "timeBonusThreshold": 120,
    "timeBonusCoins": 30
  }
}
