[战斗]==========伤害修改提交

dev_chengFeng
wangzhenxing 2021-08-12 15:42:31 +08:00
parent 08d02a0b6d
commit 11a39abcd4
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ function BattleUtil.FinalDamage(skill, atkRole, defRole, damage, bCrit, damageTy
skill.owner.superSkillDamage=damage
end
--计算血量防护
local realDamage=0
local realDamage=damage
--血量防护只会防直接伤害
if defRole.bloodShield and skill then
realDamage=math.abs(defRole.bloodShield:CountBloodValue(damage))