Level6_20250904_185450.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. "enemies": [
  25. {
  26. "enemyType": "normal_zombie",
  27. "count": 18,
  28. "spawnInterval": 1.8,
  29. "spawnDelay": 0.0,
  30. "characteristics": "中速移动, 无技能"
  31. },
  32. {
  33. "enemyType": "bucket_zombie",
  34. "count": 4,
  35. "spawnInterval": 6.0,
  36. "spawnDelay": 12.0,
  37. "characteristics": "超高生命, 极慢速移动"
  38. }
  39. ]
  40. },
  41. {
  42. "waveId": 2,
  43. "enemies": [
  44. {
  45. "enemyType": "normal_zombie",
  46. "count": 15,
  47. "spawnInterval": 1.5,
  48. "spawnDelay": 0.0,
  49. "characteristics": "中速移动, 无技能"
  50. },
  51. {
  52. "enemyType": "mage_zombie",
  53. "count": 5,
  54. "spawnInterval": 5.0,
  55. "spawnDelay": 8.0,
  56. "characteristics": "远程魔法子弹攻击防御塔"
  57. },
  58. {
  59. "enemyType": "archer_zombie",
  60. "count": 3,
  61. "spawnInterval": 8.0,
  62. "spawnDelay": 15.0,
  63. "characteristics": "远程弓箭攻击"
  64. }
  65. ]
  66. },
  67. {
  68. "waveId": 3,
  69. "enemies": [
  70. {
  71. "enemyType": "normal_zombie",
  72. "count": 20,
  73. "spawnInterval": 1.2,
  74. "spawnDelay": 0.0,
  75. "characteristics": "中速移动, 无技能"
  76. },
  77. {
  78. "enemyType": "stealth_zombie",
  79. "count": 4,
  80. "spawnInterval": 10.0,
  81. "spawnDelay": 20.0,
  82. "characteristics": "隐身能力, 快速移动"
  83. },
  84. {
  85. "enemyType": "bucket_zombie",
  86. "count": 6,
  87. "spawnInterval": 4.0,
  88. "spawnDelay": 25.0,
  89. "characteristics": "超高生命, 极慢速移动"
  90. }
  91. ]
  92. }
  93. ],
  94. "levelSettings": {
  95. "energyMax": 7,
  96. "energyMaxUpgrades": [
  97. 5,
  98. 10,
  99. 15,
  100. 20,
  101. 25,
  102. 30,
  103. 40,
  104. 50,
  105. 60,
  106. 70,
  107. 80,
  108. 90,
  109. 100,
  110. 120,
  111. 150,
  112. 200,
  113. 300,
  114. 400,
  115. 500,
  116. 500
  117. ]
  118. }
  119. }