-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
enhancementNew feature, calculation, or modNew feature, calculation, or mod
Description
Check for duplicates
- I've checked for duplicate open and closed issues by using the search function of the issue tracker
What platform are you running Path of Building on?
Windows
Is your feature request related to a problem?
As of now, the only way to sort of calculate "celestial mathmatics" damage is by using "Gain added Chaos Damage equal to 25% of your Ward", then allocating "Cryogenesis"
This is very inconvenient if you want to compare passive trees that do not use "Cryogenesis"
Describe the solution you'd like
- Add a Slider in config "Is your Ward unbroken?"
- Set options in Slider to [ No / Yes / Bypass Ward Restore]
- for "Yes", check how many attacks happen per second during ward restoration time, then give added damage equal to:
n*(1/x)
n = 25% of your Ward
x = amount of attacks during ward restoration cooldown, rounded down
- Apply "Celestial mathmatics" similar to Nightgrip for "Bypass Ward Restore"
(5.* optional: Make "No" disable ward in EHP calculations)
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature, calculation, or modNew feature, calculation, or mod