forked from WoWAnalyzer/WoWAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Evoker] Leaping Flames module rework and Essence Burst normalization (…
…WoWAnalyzer#6719) * update pupil related links for aug * add EB_FROM_ARCANE_VIGOR castlink for deva * rework of LeapingFlamesNormalizer * Reworked LeapingFlames * some minor changes * Essence Burst abstraction (#3) * Abstract Essence Burst links to new shared file * Fix missing isActive for PUPIL_OF_ALEXSTRASZA_TALENT cast link * Move Preservations EBRefreshNormalizer to shared normalizers * Update import for Preservation * Update eventGeneratedEB call for Anachronism * Update function calls for LeapingFlames * add EssenceBurstCastLinkNormalizer to preservation so LeapingFlames module can function properly * Update Deva EssenceBurstOrder normalizer to properly catch all leaping EBs * remove EB_FROM_ARCANE_VIGOR link from deva specific normalizer * rename EBRefreshNormalizer to EssenceBurstRefreshNormalizer * Add EB_FROM links to Azure Strike and Emerald Trance * Add the new castlinks to filter and update variable naming * add some more documentation * emerald trance produces first EB after 5seconds * Emerald trance should take priority over Azure Strike * jsdoc update * change logic for leaping hits and pupil links so we can simplify dependencies * simplify hasNoGenerationLink to make it more streamlined to add future sources * refactor EssenceBurstRefreshNormalizer so it removes the proper abilities * update EssenceBurstNormalizer dependencies * add normalizer dependency for preservation castlinknormalizer * prettier must be satisfied! * only check for leaping links if leaping is talented * implement LeapingFlamesBuffNormalizer * Implement maxLinks check for LEAPING_FLAMES_HITS cast link check * add LeapingFlamesBuffNormalizer to combatlogparsers * add EssenceBurstRefreshNormalizer dep to EssenceBurstCastLinkNormalizer * remove LeapingFlamesBuffNormalizer in favor of a cast link * yeet the logs and write some documentation * yeet some more stuff * add a lil more info * yeet this export * readability changes * another readability change * make this variable more descriptive * changelog * fix options imports to match PutPuts cleanup
- Loading branch information
Showing
20 changed files
with
880 additions
and
323 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
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
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
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
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
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
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.