| 1234567891011121314151617181920212223 |
- {
- "id": "level_1",
- "name": "坠星雨林",
- "length": 3600,
- "player": {
- "hp": 6,
- "speed": 270,
- "jumpVelocity": 620
- },
- "waves": [
- { "x": 420, "type": "spore", "count": 4 },
- { "x": 860, "type": "wing", "count": 3 },
- { "x": 1280, "type": "turret", "count": 2 },
- { "x": 1680, "type": "spore", "count": 5 },
- { "x": 2200, "type": "wing", "count": 4 },
- { "x": 2700, "type": "mixed", "count": 6 }
- ],
- "boss": {
- "name": "星巢主脑",
- "x": 3260,
- "hp": 180
- }
- }
|