{ "name": "新手引导(草地平原)", "scene": "grassland", "description": "新手引导关卡,学习基础塔防玩法", "level": 1, "weapons": [ "毛豆射手" ], "waves": [ { "waveId": 1, "enemies": [ { "enemyType": "普通僵尸", "count": 3, "spawnInterval": 5, "spawnDelay": 0, "characteristics": ["中速移动", "无技能"] } ] }, { "waveId": 2, "enemies": [ { "enemyType": "普通僵尸", "count": 1, "spawnInterval": 4, "spawnDelay": 0, "characteristics": ["中速移动", "无技能"] }, { "enemyType": "路障僵尸", "count": 2, "spawnInterval": 8, "spawnDelay": 10, "characteristics": ["高生命", "慢速移动"] } ] }, { "waveId": 3, "enemies": [ { "enemyType": "普通僵尸", "count": 1, "spawnInterval": 3, "spawnDelay": 0, "characteristics": ["中速移动", "无技能"] }, { "enemyType": "路障僵尸", "count": 3, "spawnInterval": 6, "spawnDelay": 5, "characteristics": ["高生命", "慢速移动"] }, { "enemyType": "漫步僵尸", "count": 2, "spawnInterval": 10, "spawnDelay": 15, "characteristics": ["左右摇摆", "近战范围大"] } ] }, { "waveId": 4, "enemies": [ { "enemyType": "普通僵尸", "count": 1, "spawnInterval": 3, "spawnDelay": 0, "characteristics": ["中速移动", "无技能"] }, { "enemyType": "路障僵尸", "count": 2, "spawnInterval": 5, "spawnDelay": 8, "characteristics": ["高生命", "慢速移动"] }, { "enemyType": "漫步僵尸", "count": 1, "spawnInterval": 7, "spawnDelay": 12, "characteristics": ["左右摇摆", "近战范围大"] } ] }, { "waveId": 5, "enemies": [ { "enemyType": "普通僵尸", "count": 1, "spawnInterval": 2.5, "spawnDelay": 0, "characteristics": ["中速移动", "无技能"] }, { "enemyType": "路障僵尸", "count": 5, "spawnInterval": 4, "spawnDelay": 6, "characteristics": ["高生命", "慢速移动"] }, { "enemyType": "漫步僵尸", "count": 2, "spawnInterval": 6, "spawnDelay": 10, "characteristics": ["左右摇摆", "近战范围大"] }, { "enemyType": "火药桶僵尸", "count": 2, "spawnInterval": 12, "spawnDelay": 20, "characteristics": ["死亡爆炸", "需优先清除"] } ] } ], "levelSettings": { "initialHealth": 100, "timeLimit": 300, "difficulty": "easy", "energyMax": 3, "healthMultiplier": 1.0 }, "rewards": { "coins": 100, "diamonds": 10, "unlockWeapon": "尖胡萝卜" } }