添加无敌吸血盾的判断
parent
8e9e944279
commit
0da90f06a5
|
@ -1517,6 +1517,10 @@ function RoleView:GetBuffEffectConfig(buff)
|
||||||
cType = buff.ctrlType
|
cType = buff.ctrlType
|
||||||
elseif bType == BuffName.Shield then
|
elseif bType == BuffName.Shield then
|
||||||
cType = buff.shieldType
|
cType = buff.shieldType
|
||||||
|
-- 无敌吸血盾特殊判断
|
||||||
|
if cType == ShieldTypeName.AllReduce and buff.shieldValue ~= 0 then
|
||||||
|
cType = 4
|
||||||
|
end
|
||||||
elseif bType == BuffName.Immune then
|
elseif bType == BuffName.Immune then
|
||||||
cType = buff.immuneType
|
cType = buff.immuneType
|
||||||
elseif bType == BuffName.Curse then
|
elseif bType == BuffName.Curse then
|
||||||
|
|
Loading…
Reference in New Issue