Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
piddi19900 opened this issue May 24, 2024 · 1 comment

Comments

@piddi19900
Copy link

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.

@piddi19900 piddi19900 changed the title Bug; Divine Shield and Divine Protection under the same option point Cataclysm: Bug; "Divine Shield" and "Divine Protection" under the same option point May 24, 2024
@piddi19900
Copy link
Author

piddi19900 commented May 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant