Level5.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "name": "终极挑战(赛博都市)",
  3. "scene": "cyberpunk",
  4. "description": "终极挑战关卡,包含多个BOSS和复杂的敌人组合",
  5. "weapons": [
  6. "毛豆射手",
  7. "尖胡萝卜",
  8. "锯齿草",
  9. "西瓜炸弹",
  10. "回旋镖盆栽",
  11. "炙热辣椒",
  12. "仙人散弹",
  13. "秋葵导弹"
  14. ],
  15. "waves": [
  16. {
  17. "waveId": 1,
  18. "enemies": [
  19. {
  20. "enemyType": "铁桶僵尸",
  21. "count": 10,
  22. "spawnInterval": 5,
  23. "characteristics": ["超高生命", "极慢速移动"]
  24. }
  25. ]
  26. },
  27. {
  28. "waveId": 2,
  29. "enemies": [
  30. {
  31. "enemyType": "法师僵尸",
  32. "count": 7,
  33. "spawnInterval": 4,
  34. "characteristics": ["远程魔法子弹攻击防御塔"]
  35. }
  36. ]
  37. },
  38. {
  39. "waveId": 3,
  40. "enemies": [
  41. {
  42. "enemyType": "火药桶僵尸",
  43. "count": 8,
  44. "spawnInterval": 3,
  45. "characteristics": ["死亡爆炸", "需优先清除"]
  46. }
  47. ]
  48. },
  49. {
  50. "waveId": 4,
  51. "enemies": [
  52. {
  53. "enemyType": "隐身僵尸",
  54. "count": 6,
  55. "spawnInterval": 6,
  56. "characteristics": ["周期性隐身", "需追踪轨迹"]
  57. }
  58. ]
  59. },
  60. {
  61. "waveId": 5,
  62. "enemies": [
  63. {
  64. "enemyType": "BOSS2",
  65. "count": 1,
  66. "spawnInterval": 0,
  67. "characteristics": ["持墓碑大范围攻击", "高防御", "BOSS级血量"]
  68. }
  69. ]
  70. },
  71. {
  72. "waveId": 6,
  73. "enemies": [
  74. {
  75. "enemyType": "普通僵尸",
  76. "count": 20,
  77. "spawnInterval": 2,
  78. "characteristics": ["中速移动", "无技能"]
  79. },
  80. {
  81. "enemyType": "铁桶僵尸",
  82. "count": 10,
  83. "spawnInterval": 5,
  84. "characteristics": ["超高生命", "极慢速移动"]
  85. },
  86. {
  87. "enemyType": "漫步僵尸",
  88. "count": 8,
  89. "spawnInterval": 3,
  90. "characteristics": ["左右摇摆", "近战范围大"]
  91. }
  92. ]
  93. },
  94. {
  95. "waveId": 7,
  96. "enemies": [
  97. {
  98. "enemyType": "BOSS3",
  99. "count": 1,
  100. "spawnInterval": 0,
  101. "characteristics": ["赛博机械臂", "多技能狂暴", "终极BOSS"]
  102. }
  103. ]
  104. }
  105. ],
  106. "levelSettings": {
  107. "initialHealth": 100,
  108. "timeLimit": 600,
  109. "difficulty": "extreme",
  110. "starRequirements": {
  111. "1star": { "healthRemaining": 1 },
  112. "2star": { "healthRemaining": 25 },
  113. "3star": { "healthRemaining": 50 }
  114. }
  115. }
  116. }