【战斗】==================被动477 478修改

dev_one_discount
wangzhenxing 2023-08-25 18:32:56 +08:00
parent 0d6566c725
commit 47edf3b630
1 changed files with 6 additions and 0 deletions

View File

@ -12580,6 +12580,9 @@ local passivityList = {
return
end
if defRole==nil or defRole.Rage==nil then
return
end
if cp==1 and defRole.Rage<=num then
return
end
@ -12615,6 +12618,9 @@ local passivityList = {
if skill and not skill.isTriggerJudge and judge==1 then
return
end
if atkRole==nil or atkRole.Rage==nil then
return
end
if cp==1 and atkRole.Rage<=num then
return
end