Page 1 of 1

[1.6.7] G. Oration, T. Curse, Revelation immune to removals?

Posted: Wed Sep 02, 2020 8:49 am
by Einzbern
Grand Oration, Twofold Curse, and Revelation are seemingly immune to being removed by sustain removals. When a mob tries to, it'll still say "Einzbern deactivates Twofold Curse.",etc, but they never actually get deactivated.

Re: [1.6.7] G. Oration, T. Curse, Revelation immune to remov

Posted: Wed Sep 02, 2020 9:10 am
by Cathbald
Yes they are specifically not dispellable

Re: [1.6.7] G. Oration, T. Curse, Revelation immune to remov

Posted: Wed Sep 02, 2020 1:06 pm
by Einzbern
Seems odd to me that the removals would (seemingly) even 'try' to dispell them. Maybe they aren't actually targeted if I have enough sustains that are able to actually be removed, but I don't have enough to test that.

Re: [1.6.7] G. Oration, T. Curse, Revelation immune to remov

Posted: Wed Sep 02, 2020 1:11 pm
by Cathbald
agree, they are acting as dispel buffer which they shouldn't

Re: [1.6.7] G. Oration, T. Curse, Revelation immune to remov

Posted: Fri Sep 04, 2020 1:28 am
by Zizzo
Well, the talents in question aren't explicitly flagged in any way as "can't be dispelled"; they just have a slight hack in their deactivate() method that causes deactivation to fail in scenarios that look like they're a forced dispel. (The stated reason for this in the code is that dispeling the talents loses their configuration, and it would be annoying for the player to have to remember the configuration and reconfigure the talents on reactivation). If you'd prefer them to be dispelable, my Prophecy Management addon does that as a side effect.

(Interestingly, the 1.7 beta module introduces a new dispeling infrastructure, possibly intended for stuff like this, so this could all change in a later DLC version.)