-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warnings if skill cost exceeds avilable resource. (#5019)
* FEAT: Stop disabling aura effects when unreserved mana is negative. Add a warning for when LifeCost or ManaCost is higher than avilable pool. * FEAT: Make mana cost warnings show for all enabled active skill gems not just mainSkill. * FIX: generalize match condition for cost coloring. * FIX: Add support for mana cost warning for triggered skills. * FIX: fix copy paste typo. * FEAT: implement warnings for energy shield and rage cost. Minor tweaks. * Apply suggestions from code review Co-authored-by: QuickStick <[email protected]> * FIX: Add better handling for eldrich battery. Minor tweaks. * FIX: fix other costs missing from top level cache table. * FIX: add compatibility with #5199 Co-authored-by: QuickStick <[email protected]>
- Loading branch information
1 parent
f12d7b2
commit 92afbf2
Showing
5 changed files
with
97 additions
and
40 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