Level6.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "levelId": "Level6",
  3. "name": "沙漠绿洲(沙漠场景)",
  4. "scene": "desert",
  5. "description": "沙漠场景的挑战,炎热环境下的生存战斗",
  6. "availableWeapons": [
  7. "毛豆射手",
  8. "尖胡萝卜",
  9. "锯齿草",
  10. "西瓜炸弹",
  11. "回旋镖盆栽",
  12. "炙热辣椒"
  13. ],
  14. "coinReward": 600,
  15. "diamondReward": 60,
  16. "timeLimit": 300,
  17. "difficulty": "normal",
  18. "healthMultiplier": 1.0,
  19. "waves": [
  20. {
  21. "waveId": 1,
  22. "enemies": [
  23. {
  24. "enemyType": "normal_zombie",
  25. "count": 18,
  26. "spawnInterval": 1.8,
  27. "spawnDelay": 0.0,
  28. "characteristics": "中速移动, 无技能"
  29. },
  30. {
  31. "enemyType": "bucket_zombie",
  32. "count": 4,
  33. "spawnInterval": 6.0,
  34. "spawnDelay": 12.0,
  35. "characteristics": "超高生命, 极慢速移动"
  36. }
  37. ]
  38. },
  39. {
  40. "waveId": 2,
  41. "enemies": [
  42. {
  43. "enemyType": "normal_zombie",
  44. "count": 15,
  45. "spawnInterval": 1.5,
  46. "spawnDelay": 0.0,
  47. "characteristics": "中速移动, 无技能"
  48. },
  49. {
  50. "enemyType": "mage_zombie",
  51. "count": 5,
  52. "spawnInterval": 5.0,
  53. "spawnDelay": 8.0,
  54. "characteristics": "远程魔法子弹攻击防御塔"
  55. },
  56. {
  57. "enemyType": "archer_zombie",
  58. "count": 3,
  59. "spawnInterval": 8.0,
  60. "spawnDelay": 15.0,
  61. "characteristics": "远程弓箭攻击"
  62. }
  63. ]
  64. },
  65. {
  66. "waveId": 3,
  67. "enemies": [
  68. {
  69. "enemyType": "normal_zombie",
  70. "count": 20,
  71. "spawnInterval": 1.2,
  72. "spawnDelay": 0.0,
  73. "characteristics": "中速移动, 无技能"
  74. },
  75. {
  76. "enemyType": "stealth_zombie",
  77. "count": 4,
  78. "spawnInterval": 10.0,
  79. "spawnDelay": 20.0,
  80. "characteristics": "隐身能力, 快速移动"
  81. },
  82. {
  83. "enemyType": "bucket_zombie",
  84. "count": 6,
  85. "spawnInterval": 4.0,
  86. "spawnDelay": 25.0,
  87. "characteristics": "超高生命, 极慢速移动"
  88. }
  89. ]
  90. }
  91. ]
  92. }