Level6.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "levelId": "Level6",
  3. "name": "沙漠绿洲(沙漠场景)",
  4. "scene": "desert",
  5. "description": "沙漠场景的挑战,炎热环境下的生存战斗",
  6. "backgroundImage": "images/LevelBackground/BG1",
  7. "availableWeapons": [
  8. "毛豆射手",
  9. "尖胡萝卜",
  10. "锯齿草",
  11. "西瓜炸弹",
  12. "回旋镖盆栽",
  13. "炙热辣椒"
  14. ],
  15. "coinReward": 1800,
  16. "diamondReward": 120,
  17. "initialCoins": 100,
  18. "timeLimit": 300,
  19. "difficulty": "normal",
  20. "healthMultiplier": 2.0,
  21. "waves": [
  22. {
  23. "waveId": 1,
  24. "healthMultiplier": 2.0,
  25. "enemies": [
  26. {
  27. "enemyType": "normal_zombie",
  28. "count": 18,
  29. "spawnInterval": 1.8,
  30. "spawnDelay": 0.0,
  31. "characteristics": "中速移动, 无技能",
  32. "healthMultiplier": 2.0
  33. },
  34. {
  35. "enemyType": "bucket_zombie",
  36. "count": 4,
  37. "spawnInterval": 6.0,
  38. "spawnDelay": 12.0,
  39. "characteristics": "超高生命, 极慢速移动",
  40. "healthMultiplier": 2.0
  41. }
  42. ]
  43. },
  44. {
  45. "waveId": 2,
  46. "healthMultiplier": 2.0,
  47. "enemies": [
  48. {
  49. "enemyType": "normal_zombie",
  50. "count": 15,
  51. "spawnInterval": 1.5,
  52. "spawnDelay": 0.0,
  53. "characteristics": "中速移动, 无技能",
  54. "healthMultiplier": 2.0
  55. },
  56. {
  57. "enemyType": "mage_zombie",
  58. "count": 5,
  59. "spawnInterval": 5.0,
  60. "spawnDelay": 8.0,
  61. "characteristics": "远程魔法子弹攻击防御塔",
  62. "healthMultiplier": 2.0
  63. },
  64. {
  65. "enemyType": "archer_zombie",
  66. "count": 3,
  67. "spawnInterval": 8.0,
  68. "spawnDelay": 15.0,
  69. "characteristics": "远程弓箭攻击",
  70. "healthMultiplier": 2.0
  71. }
  72. ]
  73. },
  74. {
  75. "waveId": 3,
  76. "healthMultiplier": 2.0,
  77. "enemies": [
  78. {
  79. "enemyType": "normal_zombie",
  80. "count": 20,
  81. "spawnInterval": 1.2,
  82. "spawnDelay": 0.0,
  83. "characteristics": "中速移动, 无技能",
  84. "healthMultiplier": 2.0
  85. },
  86. {
  87. "enemyType": "stealth_zombie",
  88. "count": 4,
  89. "spawnInterval": 10.0,
  90. "spawnDelay": 20.0,
  91. "characteristics": "隐身能力, 快速移动",
  92. "healthMultiplier": 2.0
  93. },
  94. {
  95. "enemyType": "bucket_zombie",
  96. "count": 6,
  97. "spawnInterval": 4.0,
  98. "spawnDelay": 25.0,
  99. "characteristics": "超高生命, 极慢速移动",
  100. "healthMultiplier": 2.0
  101. }
  102. ]
  103. }
  104. ],
  105. "levelSettings": {
  106. "energyMax": 7,
  107. "energyMaxUpgrades": [
  108. 5,
  109. 10,
  110. 15,
  111. 20,
  112. 25,
  113. 30,
  114. 40,
  115. 50,
  116. 60,
  117. 70,
  118. 80,
  119. 90,
  120. 100,
  121. 120,
  122. 150,
  123. 200,
  124. 300,
  125. 400,
  126. 500,
  127. 500
  128. ]
  129. }
  130. }