Level3_20250902_144918.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "levelId": "Level3",
  3. "name": "魔法废墟(魔幻场景)",
  4. "scene": "magic_ruins",
  5. "description": "魔幻场景的塔防挑战,引入远程攻击敌人和隐身机制",
  6. "backgroundImage": "images/LevelBackground/BG3",
  7. "availableWeapons": [
  8. "毛豆射手",
  9. "尖胡萝卜",
  10. "锯齿草",
  11. "西瓜炸弹"
  12. ],
  13. "coinReward": 800,
  14. "diamondReward": 50,
  15. "initialCoins": 45,
  16. "timeLimit": 300,
  17. "difficulty": "normal",
  18. "healthMultiplier": 1.4,
  19. "waves": [
  20. {
  21. "waveId": 1,
  22. "enemies": [
  23. {
  24. "enemyType": "normal_zombie",
  25. "count": 12,
  26. "spawnInterval": 2.5,
  27. "spawnDelay": 0.0,
  28. "characteristics": "中速移动, 无技能"
  29. },
  30. {
  31. "enemyType": "mage_zombie",
  32. "count": 3,
  33. "spawnInterval": 8.0,
  34. "spawnDelay": 15.0,
  35. "characteristics": "远程魔法攻击, 中等生命"
  36. }
  37. ]
  38. },
  39. {
  40. "waveId": 2,
  41. "enemies": [
  42. {
  43. "enemyType": "normal_zombie",
  44. "count": 10,
  45. "spawnInterval": 2.0,
  46. "spawnDelay": 0.0,
  47. "characteristics": "中速移动, 无技能"
  48. },
  49. {
  50. "enemyType": "roadblock_zombie",
  51. "count": 4,
  52. "spawnInterval": 6.0,
  53. "spawnDelay": 8.0,
  54. "characteristics": "高生命, 慢速移动"
  55. },
  56. {
  57. "enemyType": "mage_zombie",
  58. "count": 4,
  59. "spawnInterval": 7.0,
  60. "spawnDelay": 20.0,
  61. "characteristics": "远程魔法攻击, 中等生命"
  62. }
  63. ]
  64. },
  65. {
  66. "waveId": 3,
  67. "enemies": [
  68. {
  69. "enemyType": "normal_zombie",
  70. "count": 8,
  71. "spawnInterval": 1.8,
  72. "spawnDelay": 0.0,
  73. "characteristics": "中速移动, 无技能"
  74. },
  75. {
  76. "enemyType": "roadblock_zombie",
  77. "count": 6,
  78. "spawnInterval": 5.0,
  79. "spawnDelay": 10.0,
  80. "characteristics": "高生命, 慢速移动"
  81. },
  82. {
  83. "enemyType": "mage_zombie",
  84. "count": 5,
  85. "spawnInterval": 6.0,
  86. "spawnDelay": 25.0,
  87. "characteristics": "远程魔法攻击, 中等生命"
  88. }
  89. ]
  90. }
  91. ],
  92. "levelSettings": {
  93. "energyMax": 6
  94. }
  95. }