You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2026. It is now read-only.
Summary
在战后或回放中提供按时间排序的战斗日志,帮助玩家看清“刚才发生了什么”。只呈现已发生的事实,不提供胜负归因、策略建议或未来预测。
初步范围
CombatSim/ replay payload,不重复原生的汇总统计。示例:
产品边界
可行性依据
CombatSim已包含逐帧事件:decompiled/BazaarGameShared/BazaarGameShared.Infra.Messages.CombatSimEvents/CombatSim.cs。CombatSimEventEffectExecuted已提供 effect、source、trigger source、target:decompiled/BazaarGameShared/BazaarGameShared.Infra.Messages.CombatSimEvents/CombatSimEventEffectExecuted.cs。CombatReplayCaptureService捕获并保存 combat payload:src/BazaarPlusPlus/Game/CombatReplay/CombatReplayCaptureService.cs。待确认
验收方向