| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "name": "终极挑战(赛博都市)",
- "scene": "cyberpunk",
- "description": "终极挑战关卡,包含多个BOSS和复杂的敌人组合",
- "weapons": [
- "毛豆射手",
- "尖胡萝卜",
- "锯齿草",
- "西瓜炸弹",
- "回旋镖盆栽",
- "炙热辣椒",
- "仙人散弹",
- "秋葵导弹"
- ],
- "waves": [
- {
- "waveId": 1,
- "enemies": [
- {
- "enemyType": "铁桶僵尸",
- "count": 10,
- "spawnInterval": 5,
- "characteristics": ["超高生命", "极慢速移动"]
- }
- ]
- },
- {
- "waveId": 2,
- "enemies": [
- {
- "enemyType": "法师僵尸",
- "count": 7,
- "spawnInterval": 4,
- "characteristics": ["远程魔法子弹攻击防御塔"]
- }
- ]
- },
- {
- "waveId": 3,
- "enemies": [
- {
- "enemyType": "火药桶僵尸",
- "count": 8,
- "spawnInterval": 3,
- "characteristics": ["死亡爆炸", "需优先清除"]
- }
- ]
- },
- {
- "waveId": 4,
- "enemies": [
- {
- "enemyType": "隐身僵尸",
- "count": 6,
- "spawnInterval": 6,
- "characteristics": ["周期性隐身", "需追踪轨迹"]
- }
- ]
- },
- {
- "waveId": 5,
- "enemies": [
- {
- "enemyType": "BOSS2",
- "count": 1,
- "spawnInterval": 0,
- "characteristics": ["持墓碑大范围攻击", "高防御", "BOSS级血量"]
- }
- ]
- },
- {
- "waveId": 6,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 20,
- "spawnInterval": 2,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "铁桶僵尸",
- "count": 10,
- "spawnInterval": 5,
- "characteristics": ["超高生命", "极慢速移动"]
- },
- {
- "enemyType": "漫步僵尸",
- "count": 8,
- "spawnInterval": 3,
- "characteristics": ["左右摇摆", "近战范围大"]
- }
- ]
- },
- {
- "waveId": 7,
- "enemies": [
- {
- "enemyType": "BOSS3",
- "count": 1,
- "spawnInterval": 0,
- "characteristics": ["赛博机械臂", "多技能狂暴", "终极BOSS"]
- }
- ]
- }
- ],
- "levelSettings": {
- "initialHealth": 100,
- "timeLimit": 600,
- "difficulty": "extreme",
- "starRequirements": {
- "1star": { "healthRemaining": 1 },
- "2star": { "healthRemaining": 25 },
- "3star": { "healthRemaining": 50 }
- }
- }
- }
|