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

Void Conduit fails to deplete AP on it's last turn #1349

Open
Mitzruti opened this issue May 29, 2024 · 0 comments
Open

Void Conduit fails to deplete AP on it's last turn #1349

Mitzruti opened this issue May 29, 2024 · 0 comments

Comments

@Mitzruti
Copy link
Contributor

This is because it ticks and removes itself before ModifyTurnStartActionPoints can be called.
so if Void Conduit is cast with 2 or less focus, it doesn't actually stop the victim from doing anything on their turn. if it's cast with 3 focus, it works properly for the first turn, and the 1 remaining ap it should deplete on the next turn isn't.

I'm aware of two ways to fix this:
A) like LWOTC, splitting it into two effects. one that handles the damage ticks, and the other depletes AP based on how much the first ticked for.
B) move the AP depletion from ModifyTurnStartActionPoints to the EffectTickedFn, and changing the ticking rule to UnitGroupTurnBegin

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