[战斗]======被动427修改提交
parent
1e5ac04921
commit
586b77af34
|
@ -10975,6 +10975,10 @@ local passivityList = {
|
||||||
if not skill then
|
if not skill then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
--舍身济世分担不触发
|
||||||
|
if damageType==3 then
|
||||||
|
return
|
||||||
|
end
|
||||||
--如果是boss 并且额外伤害是根据最大生命则返回
|
--如果是boss 并且额外伤害是根据最大生命则返回
|
||||||
local isBoss=BattleUtil.CheckIsBoss(target)
|
local isBoss=BattleUtil.CheckIsBoss(target)
|
||||||
if isBoss and pro==12 then
|
if isBoss and pro==12 then
|
||||||
|
|
Loading…
Reference in New Issue