Level7_20250902_151257.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "levelId": "Level7",
  3. "name": "冰雪王国(冰雪场景)",
  4. "scene": "ice",
  5. "description": "冰雪场景的极地挑战,寒冷环境下的防御战",
  6. "backgroundImage": "images/LevelBackground/BG1",
  7. "availableWeapons": [
  8. "毛豆射手",
  9. "尖胡萝卜",
  10. "锯齿草",
  11. "西瓜炸弹",
  12. "回旋镖盆栽",
  13. "炙热辣椒",
  14. "仙人散弹",
  15. "秋葵导弹"
  16. ],
  17. "coinReward": 2200,
  18. "diamondReward": 150,
  19. "initialCoins": 45,
  20. "timeLimit": 300,
  21. "difficulty": "normal",
  22. "healthMultiplier": 2.2,
  23. "waves": [
  24. {
  25. "waveId": 1,
  26. "enemies": [
  27. {
  28. "enemyType": "normal_zombie",
  29. "count": 22,
  30. "spawnInterval": 1.6,
  31. "spawnDelay": 0.0,
  32. "characteristics": "中速移动, 无技能"
  33. },
  34. {
  35. "enemyType": "roadblock_zombie",
  36. "count": 8,
  37. "spawnInterval": 4.0,
  38. "spawnDelay": 10.0,
  39. "characteristics": "高生命, 慢速移动"
  40. }
  41. ]
  42. },
  43. {
  44. "waveId": 2,
  45. "enemies": [
  46. {
  47. "enemyType": "normal_zombie",
  48. "count": 18,
  49. "spawnInterval": 1.4,
  50. "spawnDelay": 0.0,
  51. "characteristics": "中速移动, 无技能"
  52. },
  53. {
  54. "enemyType": "archer_zombie",
  55. "count": 6,
  56. "spawnInterval": 6.0,
  57. "spawnDelay": 12.0,
  58. "characteristics": "远程弓箭攻击"
  59. },
  60. {
  61. "enemyType": "barrel_zombie",
  62. "count": 3,
  63. "spawnInterval": 12.0,
  64. "spawnDelay": 20.0,
  65. "characteristics": "爆炸伤害, 自爆攻击"
  66. }
  67. ]
  68. },
  69. {
  70. "waveId": 3,
  71. "enemies": [
  72. {
  73. "enemyType": "normal_zombie",
  74. "count": 25,
  75. "spawnInterval": 1.0,
  76. "spawnDelay": 0.0,
  77. "characteristics": "中速移动, 无技能"
  78. },
  79. {
  80. "enemyType": "bucket_zombie",
  81. "count": 8,
  82. "spawnInterval": 3.0,
  83. "spawnDelay": 15.0,
  84. "characteristics": "超高生命, 极慢速移动"
  85. },
  86. {
  87. "enemyType": "stealth_zombie",
  88. "count": 5,
  89. "spawnInterval": 8.0,
  90. "spawnDelay": 25.0,
  91. "characteristics": "隐身能力, 快速移动"
  92. }
  93. ]
  94. },
  95. {
  96. "waveId": 4,
  97. "enemies": [
  98. {
  99. "enemyType": "boss1_gatekeeper",
  100. "count": 1,
  101. "spawnInterval": 0.0,
  102. "spawnDelay": 30.0,
  103. "characteristics": "超高生命, 多种攻击方式, 召唤小怪"
  104. }
  105. ]
  106. }
  107. ],
  108. "levelSettings": {
  109. "energyMax": 8,
  110. "energyExpValues": [
  111. 10,
  112. 15,
  113. 20,
  114. 25,
  115. 30,
  116. 35,
  117. 40,
  118. 45,
  119. 50,
  120. 55,
  121. 60,
  122. 65,
  123. 70,
  124. 75,
  125. 80,
  126. 85,
  127. 90,
  128. 95,
  129. 100,
  130. 105
  131. ],
  132. "energyMaxUpgrades": [
  133. 9,
  134. 10,
  135. 11,
  136. 12,
  137. 13,
  138. 14,
  139. 15,
  140. 16,
  141. 17,
  142. 18,
  143. 19,
  144. 20,
  145. 21,
  146. 22,
  147. 23,
  148. 24,
  149. 25,
  150. 26,
  151. 27,
  152. 28
  153. ]
  154. }
  155. }