You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: incorrect warnings when using eb and drop support for per second costs. (#5247)
* 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 <31533893+QuickStick123@users.noreply.github.com>
* FIX: Add better handling for eldrich battery. Minor tweaks.
* FIX: fix other costs missing from top level cache table.
* FIX: add compatibility with #5199
* FIX: mana warnings showing up when using EB
* FIX: remove per second cost warning
Per second cost warnings are hard to make accurate to due the amount of
recovery sources avilable both in poe and in pob.
Co-authored-by: QuickStick <31533893+QuickStick123@users.noreply.github.com>
0 commit comments