BigDebuffs

BigDebuffs

18M Downloads

Cataclysm: Bug; "Divine Shield" and "Divine Protection" under the same option point

piddi19900 opened this issue ยท 1 comments

commented

Hi,

If I select Divine Shield (immune against every damage) in the options, it shoes Divine Shild and Divine Protection at the target. Divine Protection (reduce dmg by 20%) needs to be seperated from Divine Shield as there are different attacks. Please also put Divine Protection in another section (from Immunity to Defense).

Thank you.

commented

I did it by my own, you just need to replace

"[642] = { type = IMMUNITY }, -- Divine Shield
[498] = { parent = 642 },"

to:

"[642] = { type = IMMUNITY }, -- Divine Shield
[498] = { type = BUFF_DEFENSIVE }, -- Divine Protection"

in the lua file.