| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "name": "沙漠绿洲(沙漠场景)",
- "scene": "desert",
- "description": "沙漠场景的挑战,炎热环境下的生存战斗",
- "level": 6,
- "weapons": [
- "毛豆射手",
- "尖胡萝卜",
- "锯齿草",
- "西瓜炸弹",
- "回旋镖盆栽",
- "炙热辣椒"
- ],
- "waves": [
- {
- "waveId": 1,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 18,
- "spawnInterval": 1.8,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "铁桶僵尸",
- "count": 4,
- "spawnInterval": 6,
- "spawnDelay": 12,
- "characteristics": ["超高生命", "极慢速移动"]
- }
- ]
- },
- {
- "waveId": 2,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 15,
- "spawnInterval": 1.5,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "法师僵尸",
- "count": 5,
- "spawnInterval": 5,
- "spawnDelay": 8,
- "characteristics": ["远程魔法子弹攻击防御塔"]
- },
- {
- "enemyType": "弓箭僵尸",
- "count": 3,
- "spawnInterval": 8,
- "spawnDelay": 15,
- "characteristics": ["远程弓箭攻击"]
- }
- ]
- },
- {
- "waveId": 3,
- "enemies": [
- {
- "enemyType": "普通僵尸",
- "count": 20,
- "spawnInterval": 1.2,
- "spawnDelay": 0,
- "characteristics": ["中速移动", "无技能"]
- },
- {
- "enemyType": "隐身僵尸",
- "count": 4,
- "spawnInterval": 10,
- "spawnDelay": 20,
- "characteristics": ["隐身能力", "快速移动"]
- },
- {
- "enemyType": "铁桶僵尸",
- "count": 6,
- "spawnInterval": 4,
- "spawnDelay": 25,
- "characteristics": ["超高生命", "极慢速移动"]
- }
- ]
- }
- ],
- "rewards": {
- "coins": 800,
- "experience": 150,
- "unlockWeapon": "炙热辣椒"
- },
- "difficulty": {
- "enemyHealthMultiplier": 1.5,
- "enemySpeedMultiplier": 1.1,
- "waveIntensity": 0.8
- }
- }
|