[战斗]=========战斗记录老虎上无敌盾记录修改

dev_chengFeng
wangzhenxing 2021-12-27 15:42:38 +08:00
parent 220bfff064
commit 07a90b7279
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ function BattleAnalysisManager:OnRecordBuff(castRole, targetRole, buff)
id = buff.type * 100 + buff.ctrlType id = buff.type * 100 + buff.ctrlType
elseif buff.type == BuffName.Shield then -- 盾 elseif buff.type == BuffName.Shield then -- 盾
id = buff.type * 100 + buff.shieldType id = buff.type * 100 + buff.shieldType
--特殊处理 坐骑老虎加无敌盾显示 2021/12/27
if buff.shieldType==ShieldTypeName.AllReduce and castRole:IsDead() and buff.shieldValue==0 then
return
end
elseif buff.type == BuffName.Curse then -- 连接符 elseif buff.type == BuffName.Curse then -- 连接符
id = buff.type * 100 + 1 id = buff.type * 100 + 1
end end