level1.json 516 B

1234567891011121314151617181920212223
  1. {
  2. "id": "level_1",
  3. "name": "坠星雨林",
  4. "length": 3600,
  5. "player": {
  6. "hp": 6,
  7. "speed": 270,
  8. "jumpVelocity": 620
  9. },
  10. "waves": [
  11. { "x": 420, "type": "spore", "count": 4 },
  12. { "x": 860, "type": "wing", "count": 3 },
  13. { "x": 1280, "type": "turret", "count": 2 },
  14. { "x": 1680, "type": "spore", "count": 5 },
  15. { "x": 2200, "type": "wing", "count": 4 },
  16. { "x": 2700, "type": "mixed", "count": 6 }
  17. ],
  18. "boss": {
  19. "name": "星巢主脑",
  20. "x": 3260,
  21. "hp": 180
  22. }
  23. }