[战斗]======被动427修改提交

dev_chengFeng
wangzhenxing 2022-03-04 16:25:34 +08:00
parent 1e5ac04921
commit 586b77af34
1 changed files with 4 additions and 0 deletions

View File

@ -10975,6 +10975,10 @@ local passivityList = {
if not skill then
return
end
--舍身济世分担不触发
if damageType==3 then
return
end
--如果是boss 并且额外伤害是根据最大生命则返回
local isBoss=BattleUtil.CheckIsBoss(target)
if isBoss and pro==12 then