| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- {
- "name": "丛林探险(森林场景)",
- "scene": "forest",
- "description": "森林场景的塔防挑战",
- "level": 2,
- "weapons": [
- "毛豆射手",
- "尖胡萝卜"
- ],
- "waves": [
- {
- "waveId": 1,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 8,
- "spawnInterval": 3.5,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "漫步僵尸",
- "count": 2,
- "spawnInterval": 8,
- "spawnDelay": 12,
- "characteristics": ["左右摇摆", "近战范围大"]
- }
- ]
- },
- {
- "waveId": 2,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 6,
- "spawnInterval": 3,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "漫步僵尸",
- "count": 4,
- "spawnInterval": 5,
- "spawnDelay": 8,
- "characteristics": ["左右摇摆", "近战范围大"]
- },
- {
- "enemyType": "路障僵尸",
- "count": 2,
- "spawnInterval": 10,
- "spawnDelay": 15,
- "characteristics": ["高生命", "慢速移动"]
- }
- ]
- },
- {
- "waveId": 3,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 10,
- "spawnInterval": 2.5,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "路障僵尸",
- "count": 5,
- "spawnInterval": 4,
- "spawnDelay": 6,
- "characteristics": ["高生命", "慢速移动"]
- },
- {
- "enemyType": "漫步僵尸",
- "count": 3,
- "spawnInterval": 6,
- "spawnDelay": 10,
- "characteristics": ["左右摇摆", "近战范围大"]
- }
- ]
- },
- {
- "waveId": 4,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 8,
- "spawnInterval": 2,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "路障僵尸",
- "count": 6,
- "spawnInterval": 3.5,
- "spawnDelay": 5,
- "characteristics": ["高生命", "慢速移动"]
- },
- {
- "enemyType": "漫步僵尸",
- "count": 4,
- "spawnInterval": 5,
- "spawnDelay": 8,
- "characteristics": ["左右摇摆", "近战范围大"]
- },
- {
- "enemyType": "法师僵尸",
- "count": 2,
- "spawnInterval": 12,
- "spawnDelay": 18,
- "characteristics": ["远程攻击", "魔法抗性"]
- }
- ]
- },
- {
- "waveId": 5,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 10,
- "spawnInterval": 2,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "漫步僵尸",
- "count": 6,
- "spawnInterval": 3.5,
- "spawnDelay": 5,
- "characteristics": ["左右摇摆", "近战范围大"]
- },
- {
- "enemyType": "路障僵尸",
- "count": 4,
- "spawnInterval": 5,
- "spawnDelay": 8,
- "characteristics": ["高生命", "慢速移动"]
- },
- {
- "enemyType": "法师僵尸",
- "count": 3,
- "spawnInterval": 8,
- "spawnDelay": 12,
- "characteristics": ["远程攻击", "魔法抗性"]
- }
- ]
- },
- {
- "waveId": 6,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 12,
- "spawnInterval": 1.5,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "路障僵尸",
- "count": 8,
- "spawnInterval": 3,
- "spawnDelay": 4,
- "characteristics": ["高生命", "慢速移动"]
- },
- {
- "enemyType": "漫步僵尸",
- "count": 6,
- "spawnInterval": 4,
- "spawnDelay": 6,
- "characteristics": ["左右摇摆", "近战范围大"]
- },
- {
- "enemyType": "火药桶僵尸",
- "count": 4,
- "spawnInterval": 8,
- "spawnDelay": 15,
- "characteristics": ["死亡爆炸", "需优先清除"]
- },
- {
- "enemyType": "法师僵尸",
- "count": 3,
- "spawnInterval": 10,
- "spawnDelay": 20,
- "characteristics": ["远程攻击", "魔法抗性"]
- }
- ]
- }
- ],
- "levelSettings": {
- "initialHealth": 100,
- "timeLimit": 360,
- "difficulty": "easy",
- "energyMax": 4,
- "healthMultiplier": 1.2
- },
- "rewards": {
- "coins": 200,
- "diamonds": 20,
- "unlockWeapon": "锯齿草"
- }
- }
|