{ "levelId": "Level1", "name": "新手关卡(草地平原)", "scene": "grassland", "description": "新手引导关卡,学习基础塔防玩法", "backgroundImage": "images/LevelBackground/BG1", "availableWeapons": [ "毛豆射手" ], "coinReward": 100, "diamondReward": 10, "initialCoins": 45, "timeLimit": 300, "difficulty": "normal", "healthMultiplier": 1.0, "waves": [ { "waveId": 1, "healthMultiplier": 1.0, "enemies": [ { "enemyType": "normal_zombie", "count": 5, "spawnInterval": 1.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能", "healthMultiplier": 1.0 } ] }, { "waveId": 2, "healthMultiplier": 1.3, "enemies": [ { "enemyType": "normal_zombie", "count": 5, "spawnInterval": 1.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能", "healthMultiplier": 1.3 }, { "enemyType": "roadblock_zombie", "count": 2, "spawnInterval": 2.0, "spawnDelay": 0.0, "characteristics": "高生命, 慢速移动", "healthMultiplier": 1.3 } ] }, { "waveId": 3, "healthMultiplier": 1.6, "enemies": [ { "enemyType": "normal_zombie", "count": 6, "spawnInterval": 1.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能", "healthMultiplier": 1.6 }, { "enemyType": "roadblock_zombie", "count": 2, "spawnInterval": 2.0, "spawnDelay": 0.0, "characteristics": "高生命, 慢速移动", "healthMultiplier": 1.6 } ] } ], "levelSettings": { "energyMaxUpgrades": [ 8, 24, 48, 72, 96, 120, 144, 168, 192, 216, 240, 264, 288, 312, 336, 360, 384, 408, 432, 456 ], "energyMax": 500 } }