{ "levelId": "Level3", "name": "魔法废墟(魔幻场景)", "scene": "magic_ruins", "description": "魔幻场景的塔防挑战,引入远程攻击敌人和隐身机制", "backgroundImage": "images/LevelBackground/BG3", "availableWeapons": [ "毛豆射手", "尖胡萝卜", "锯齿草", "西瓜炸弹" ], "coinReward": 800, "diamondReward": 50, "initialCoins": 45, "timeLimit": 300, "difficulty": "normal", "healthMultiplier": 1.4, "waves": [ { "waveId": 1, "enemies": [ { "enemyType": "normal_zombie", "count": 12, "spawnInterval": 2.5, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" }, { "enemyType": "mage_zombie", "count": 3, "spawnInterval": 8.0, "spawnDelay": 15.0, "characteristics": "远程魔法攻击, 中等生命" } ] }, { "waveId": 2, "enemies": [ { "enemyType": "normal_zombie", "count": 10, "spawnInterval": 2.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" }, { "enemyType": "roadblock_zombie", "count": 4, "spawnInterval": 6.0, "spawnDelay": 8.0, "characteristics": "高生命, 慢速移动" }, { "enemyType": "mage_zombie", "count": 4, "spawnInterval": 7.0, "spawnDelay": 20.0, "characteristics": "远程魔法攻击, 中等生命" } ] }, { "waveId": 3, "enemies": [ { "enemyType": "normal_zombie", "count": 8, "spawnInterval": 1.8, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" }, { "enemyType": "roadblock_zombie", "count": 6, "spawnInterval": 5.0, "spawnDelay": 10.0, "characteristics": "高生命, 慢速移动" }, { "enemyType": "mage_zombie", "count": 5, "spawnInterval": 6.0, "spawnDelay": 25.0, "characteristics": "远程魔法攻击, 中等生命" } ] } ], "levelSettings": { "energyMax": 6 } }