```feat(fight): 新增特性实现及逻辑优化

1. 实现NewSel114免疫瞬杀特性逻辑
2. 完善NewSel113异常状态伤害锁定逻辑
3. 修复Effect13技能效果添加错误
4. 优化ParasiticSeed状态切换处理
5. 移除无用TODO注释和废弃代码
This commit is contained in:
1
2026-01-23 20:18:58 +00:00
parent 53be2cb776
commit 9199768c37
8 changed files with 76 additions and 5 deletions

View File

@@ -38,6 +38,6 @@ func (e *Effect13) OnSkill() bool {
}
eff.Duration(e.EffectNode.SideEffectArgs[0] - 1)
e.Ctx().Opp.AddEffect(e.Ctx().Opp, eff)
e.Ctx().Opp.AddEffect(e.Ctx().Our, eff)
return true
}