{
  "id": "level-1",
  "name": "The Grid",
  "arenaWidth": 200,
  "arenaDepth": 200,
  "wallObjects": [
    {
      "type": "gate",
      "edge": "south",
      "position": 100,
      "width": 5,
      "role": "entrance",
      "signText": "",
      "locked": true,
      "destination": null
    },
    {
      "type": "gate",
      "edge": "north",
      "position": 100,
      "width": 5,
      "role": "exit",
      "signText": "EXIT",
      "locked": true,
      "destination": "lobby"
    }
  ],
  "barriers": [
    {
      "type": "building",
      "x": 0,
      "z": -11,
      "height": 3,
      "shape": "square",
      "width": 31.58,
      "depth": 44.44,
      "gridX": 85,
      "gridZ": 68
    }
  ],
  "gameObjects": [],
  "powerups": [],
  "enemies": [
    {
      "x": 0.5,
      "z": 44.5,
      "rotation": 0,
      "color": "#FF8A00",
      "category": "easy",
      "gridX": 101,
      "gridZ": 144
    }
  ],
  "rewards": {
    "coins": 50,
    "timeBonusThreshold": 90,
    "timeBonusCoins": 25
  },
  "schemaVersion": 2,
  "mapWidth": 202,
  "mapDepth": 202
}
