feat(boss): 事件常量 BOSS_PHASE_CHANGED=29 / BOSS_KILLED=30 + 目录同步

This commit is contained in:
2026-07-23 09:43:44 +08:00
parent fb90e13dd7
commit 29d387aebc
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -46,4 +46,8 @@ const BULLET_HIT: int = 26 # 负载:{bullet_id, target_id, hit_pos
# ── S5 新增事件 (27+) ─────────────────────────────────────────────
const MINION_SPAWNED: int = 27 # 负载:{minion_id, owner_id, current_count}
const MINION_EXPIRED: int = 28 # 负载:{minion_id, owner_id, current_count}
# ── S6 Boss 事件 (29+) ────────────────────────────────────────────
const BOSS_PHASE_CHANGED: int = 29 # 负载:{boss_id, boss_type, phase}
const BOSS_KILLED: int = 30 # 负载:{boss_id, boss_type, wave}
# 每新增一条须同步更新 implementation_plan.md §2.1 事件目录表