{ "levelId": "Level1", "name": "新手关卡(草地平原)", "scene": "grassland", "description": "新手引导关卡,学习基础塔防玩法", "backgroundImage": "images/LevelBackground/BG1", "availableWeapons": [ "毛豆射手" ], "coinReward": 300, "diamondReward": 20, "initialCoins": 100, "timeLimit": 300, "difficulty": "normal", "healthMultiplier": 1.0, "waves": [ { "waveId": 1, "enemies": [ { "enemyType": "normal_zombie", "count": 8, "spawnInterval": 4.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" } ] }, { "waveId": 2, "enemies": [ { "enemyType": "normal_zombie", "count": 12, "spawnInterval": 3.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" } ] }, { "waveId": 3, "enemies": [ { "enemyType": "normal_zombie", "count": 20, "spawnInterval": 2.0, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" } ] }, { "waveId": 4, "enemies": [ { "enemyType": "normal_zombie", "count": 40, "spawnInterval": 1.5, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" }, { "enemyType": "roadblock_zombie", "count": 10, "spawnInterval": 3.0, "spawnDelay": 30.0, "characteristics": "中速移动, 无技能" } ] }, { "waveId": 5, "enemies": [ { "enemyType": "normal_zombie", "count": 40, "spawnInterval": 1.5, "spawnDelay": 0.0, "characteristics": "中速移动, 无技能" }, { "enemyType": "roadblock_zombie", "count": 30, "spawnInterval": 2.0, "spawnDelay": 0.0, "characteristics": "高生命, 慢速移动" } ] } ], "levelSettings": { "energyMaxUpgrades": [ 5, 10, 15, 20, 25, 30, 40, 50, 60, 70, 80, 90, 100, 120, 150, 200, 300, 400, 500, 500 ] } }