| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- {
- "name": "终极试炼(终极场景)",
- "scene": "ultimate",
- "description": "终极试炼关卡,解锁最后的植物武器,面对最强挑战",
- "level": 9,
- "weapons": [
- "毛豆射手",
- "尖胡萝卜",
- "锯齿草",
- "西瓜炸弹",
- "回旋镖盆栽",
- "炙热辣椒",
- "仙人散弹",
- "秋葵导弹",
- "狼牙棒"
- ],
- "waves": [
- {
- "waveId": 1,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 40,
- "spawnInterval": 0.8,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "路障僵尸",
- "count": 15,
- "spawnInterval": 2.5,
- "spawnDelay": 5,
- "characteristics": ["高生命", "慢速移动"]
- },
- {
- "enemyType": "漫步僵尸",
- "count": 10,
- "spawnInterval": 4,
- "spawnDelay": 12,
- "characteristics": ["左右摇摆", "近战范围大"]
- }
- ]
- },
- {
- "waveId": 2,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 35,
- "spawnInterval": 0.6,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "法师僵尸",
- "count": 12,
- "spawnInterval": 3,
- "spawnDelay": 8,
- "characteristics": ["远程魔法子弹攻击防御塔"]
- },
- {
- "enemyType": "弓箭僵尸",
- "count": 10,
- "spawnInterval": 4,
- "spawnDelay": 15,
- "characteristics": ["远程弓箭攻击"]
- },
- {
- "enemyType": "火药桶僵尸",
- "count": 6,
- "spawnInterval": 8,
- "spawnDelay": 22,
- "characteristics": ["爆炸伤害", "自爆攻击"]
- }
- ]
- },
- {
- "waveId": 3,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 30,
- "spawnInterval": 0.5,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "铁桶僵尸",
- "count": 15,
- "spawnInterval": 2,
- "spawnDelay": 10,
- "characteristics": ["超高生命", "极慢速移动"]
- },
- {
- "enemyType": "隐身僵尸",
- "count": 12,
- "spawnInterval": 4,
- "spawnDelay": 18,
- "characteristics": ["隐身能力", "快速移动"]
- }
- ]
- },
- {
- "waveId": 4,
- "enemies": [
- {
- "enemyType": "BOSS1",
- "count": 1,
- "spawnInterval": 0,
- "spawnDelay": 25,
- "characteristics": ["超高生命", "多种攻击方式", "召唤小怪"]
- },
- {
- "enemyType": "BOSS2",
- "count": 1,
- "spawnInterval": 0,
- "spawnDelay": 60,
- "characteristics": ["超高生命", "范围攻击", "召唤增援"]
- },
- {
- "enemyType": "铁桶僵尸",
- "count": 10,
- "spawnInterval": 6,
- "spawnDelay": 40,
- "characteristics": ["超高生命", "极慢速移动"]
- }
- ]
- },
- {
- "waveId": 5,
- "enemies": [
- {
- "enemyType": "终极BOSS",
- "count": 1,
- "spawnInterval": 0,
- "spawnDelay": 30,
- "characteristics": ["极高生命", "全屏攻击", "无敌阶段", "召唤军团"]
- }
- ]
- }
- ],
- "levelSettings": {
- "initialHealth": 100,
- "timeLimit": 720,
- "difficulty": "nightmare",
- "energyMax": 10,
- "healthMultiplier": 2.5
- },
- "rewards": {
- "coins": 1500,
- "experience": 300,
- "diamonds": 100,
- "unlockWeapon": "终极豌豆"
- },
- "difficulty": {
- "enemyHealthMultiplier": 2.5,
- "enemySpeedMultiplier": 1.5,
- "waveIntensity": 1.2
- }
- }
|