【战斗】=========白骨精连击技能不触发免疫无敌吨特性

dev_chengFeng
wangzhenxing 2022-08-03 15:24:25 +08:00
parent 22f3484263
commit aceb295e0d
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@ function Shield:CountAllReduce(damage,atkRole,skill)
if atkRole.roleId==10091 and skill and skill.type==BattleSkillType.Normal and skill.isAdd then
isImmuneAllReduceShield=false
end
if atkRole.roleId==10091 and skill and skill.type==BattleSkillType.Special and skill.isAdd and not skill.isTriggerJudge then
isImmuneAllReduceShield=false
end
if isImmuneAllReduceShield and skill then
finalDamage=damage
else