-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Check for duplicates
- I've checked for duplicate issues by using the search function of the issue tracker
Is your feature request related to a problem?
The skill gem have been updated in 3.21 and it changed from what the stronger pulse does, and how often it happens.
currently in PoB there is one calc for normal pule, and one for stronger, Because its a sure thing to calc now, there should be a combined calc selection.
This should be a fairly simple fix/addition to add.
Describe the solution you'd like
take dps from normal dps / casts_per_second = normalized_normal_per_second_dps
take dps from Strong dps / casts_per_second = normalized_strong_per_second_dps
((normalized_normal_per_second_dps+normalized_normal_per_second_dps+normalized_strong_per_second_dps)/3)*casts_per_second = True dps.
Describe alternatives you've considered
this can be done with a cast per second calc over 10 sec /10 as well if a user attacks really slow?
Additional context
Lightning Tendrils last accurate change was in Feb 9, 2022, and did not include a total dps.
it is very rough to calc real dps now