[战斗] 99被动修改 屏蔽金翅大鹏不灭
parent
30f953f6de
commit
a711c30c64
|
@ -1705,8 +1705,7 @@ local passivityList = {
|
|||
local function onSkillCastEnd(skill)
|
||||
if skill.type == BattleSkillType.Special then
|
||||
role.Event:RemoveEvent(BattleEventName.RoleHit, OnHit)
|
||||
|
||||
local arr = RoleManager.Query(function (r) return r.camp == role.camp end)
|
||||
local arr = RoleManager.Query(function (r) return r.camp == role.camp and r.deadFilter end)
|
||||
BattleUtil.SortByHpFactor(arr, 1)
|
||||
-- 检测技能伤害<E4BCA4><E5AEB3><EFBFBD>疗加成
|
||||
local f = BattleUtil.CheckSkillDamageHeal(f1, role, arr[1])
|
||||
|
|
Loading…
Reference in New Issue