| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "levelId": "Level1",
- "name": "新手关卡(草地平原)",
- "scene": "grassland",
- "description": "新手引导关卡,学习基础塔防玩法",
- "backgroundImage": "images/LevelBackground/BG1",
- "availableWeapons": [
- "毛豆射手"
- ],
- "coinReward": 100,
- "diamondReward": 10,
- "initialCoins": 45,
- "timeLimit": 300,
- "difficulty": "normal",
- "healthMultiplier": 1.0,
- "waves": [
- {
- "waveId": 1,
- "healthMultiplier": 1.0,
- "enemies": [
- {
- "enemyType": "normal_zombie",
- "count": 5,
- "spawnInterval": 1.0,
- "spawnDelay": 0.0,
- "characteristics": "中速移动, 无技能",
- "healthMultiplier": 1.0
- }
- ]
- },
- {
- "waveId": 2,
- "healthMultiplier": 1.3,
- "enemies": [
- {
- "enemyType": "normal_zombie",
- "count": 5,
- "spawnInterval": 1.0,
- "spawnDelay": 0.0,
- "characteristics": "中速移动, 无技能",
- "healthMultiplier": 1.3
- },
- {
- "enemyType": "roadblock_zombie",
- "count": 2,
- "spawnInterval": 2.0,
- "spawnDelay": 0.0,
- "characteristics": "高生命, 慢速移动",
- "healthMultiplier": 1.3
- }
- ]
- },
- {
- "waveId": 3,
- "healthMultiplier": 1.6,
- "enemies": [
- {
- "enemyType": "normal_zombie",
- "count": 6,
- "spawnInterval": 1.0,
- "spawnDelay": 0.0,
- "characteristics": "中速移动, 无技能",
- "healthMultiplier": 1.6
- },
- {
- "enemyType": "roadblock_zombie",
- "count": 2,
- "spawnInterval": 2.0,
- "spawnDelay": 0.0,
- "characteristics": "高生命, 慢速移动",
- "healthMultiplier": 1.6
- }
- ]
- }
- ],
- "levelSettings": {
- "energyMaxUpgrades": [
- 8,
- 24,
- 48,
- 72,
- 96,
- 120,
- 144,
- 168,
- 192,
- 216,
- 240,
- 264,
- 288,
- 312,
- 336,
- 360,
- 384,
- 408,
- 432,
- 456
- ],
- "energyMax": 500
- }
- }
|