feat(关卡): 将Boss刷新机制改为基于时间轴

将Boss刷新从固定周期改为基于时间轴配置,支持在特定时间点生成多个Boss
This commit is contained in:
panw
2026-03-18 17:08:53 +08:00
parent 035066752c
commit 10aa8cfba4
3 changed files with 552 additions and 1485 deletions

View File

@@ -33,6 +33,6 @@ export const StageDuration = 30
export const SpawnBaseCd = 1.6
export const SpawnMinCd = 0.5
export const SpawnStageReduce = 0.08
export const BossSpawnCd = 90
export const BossSpawnTimeline = [60, 120, 180, 240, 300]
export const SpawnPowerBias = 1