| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- {
- "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": "尖胡萝卜"
- }
- }
|