【战斗】=========白骨精连击技能不触发免疫无敌吨特性
parent
22f3484263
commit
aceb295e0d
|
|
@ -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
|
if atkRole.roleId==10091 and skill and skill.type==BattleSkillType.Normal and skill.isAdd then
|
||||||
isImmuneAllReduceShield=false
|
isImmuneAllReduceShield=false
|
||||||
end
|
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
|
if isImmuneAllReduceShield and skill then
|
||||||
finalDamage=damage
|
finalDamage=damage
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue