-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[monk] Fix Power of the Thunder King and Emperor's Last Capacitor (#9848
) [monk] - Delay Last Capacitor expiration so it occurs after all final ticks. - Implement generic delay callback event. - Remove PotTK logic from SEF, convert the aoe channel into a sef action. - Merge SEF action container into a single map. - Index map based off of `sef_action_e` instead of horrible int casting. - Remove actor-based action targeting from base monk pet and into sef specifically. - If `source_action->background`, obey current `source_action` target, disregarding sef actor target/fixation. - Use `source_action` `composite_dot_duration` and `tick_time` so CJL has sensible channel times and tick separation, to avoid buffs being removed too early and channels being absolute nonsense. - Override CJL AoE `source_action` lookup behaviour. - Skip automatic `source_action` lookup if already set. - Update SEF canceling behaviour to be consistent with SCK changes. - Simplify codepath in several SEF helper functions. - Set array entries instead of override function. Remove unnecessary `SEF_MAX` entry.
- Loading branch information
1 parent
e35a59a
commit 5f071c9
Showing
3 changed files
with
129 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.