{ "levelId": "Level1", "name": "新手关卡(草地平原)", "scene": "grassland", "description": "新手引导关卡,学习基础塔防玩法", "backgroundImage": "images/LevelBackground/BG1", "availableWeapons": [ "毛豆射手", "尖胡萝卜", "锯齿草", "西瓜炸弹" ], "coinReward": 300, "diamondReward": 20, "timeLimit": 300, "difficulty": "normal", "healthMultiplier": 1.0, "waves": [ { "waveId": 1, "enemies": [ { "enemyType": "normal_zombie", "count": 10, "spawnInterval": 2.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" } ] }, { "waveId": 2, "enemies": [ { "enemyType": "normal_zombie", "count": 15, "spawnInterval": 1.5, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" } ] }, { "waveId": 3, "enemies": [ { "enemyType": "normal_zombie", "count": 20, "spawnInterval": 1.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" }, { "enemyType": "roadblock_zombie", "count": 5, "spawnInterval": 3.0, "spawnDelay": 5.0, "characteristics": "高生命, 慢速移动" } ] }, { "waveId": 4, "enemies": [ { "enemyType": "normal_zombie", "count": 30, "spawnInterval": 1.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" }, { "enemyType": "roadblock_zombie", "count": 10, "spawnInterval": 2.0, "spawnDelay": 0.0, "characteristics": "高生命, 慢速移动" } ] }, { "waveId": 5, "enemies": [ { "enemyType": "normal_zombie", "count": 30, "spawnInterval": 1.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" }, { "enemyType": "roadblock_zombie", "count": 30, "spawnInterval": 1.0, "spawnDelay": 0.0, "characteristics": "高生命, 慢速移动" } ] } ] }