Check version
Check for duplicates
Check for support
What platform are you running Path of Building on?
Windows
What is the value from the calculation in-game?
In-game when waiting for Max Unleash Seals, I believe Hit Rate should be calculated as the lower of the following two:
1 / Time to Gain Max Seals
Cast Rate / (1 + Max Seals * 0.1)
So the value would be (with placeholder stats):
- Time to Gain Max Seals = 1.5s
- Cast Rate = 3/s
- Max Seals = 8
1 / Time to Gain Max Seals = 1 / 1.5 = 0.67 Hit Rate
Cast Rate / (1 + Max Seals * 0.1) = 3 / (1 + 8 * 0.1) = 1.67 Hit Rate
- 0.67 is the lower of the two, so that should be the Hit Rate used
What is the value from the calculation in Path of Building?
In PoB, when config is set to Wait for Max Unleash Seals, PoB calculates Hit Rate as whichever is lower:
1 / Time to Gain Max Seals
1 / (Cast Rate * 1.1)
So it calculates the incorrect value (with placeholder stats):
- Time to Gain Max Seals = 1.5s
- Cast Rate = 3/s
- Max Seals = 8
1 / Time to Gain Max Seals = 1 / 1.5 = 0.67 Hit Rate
1 / (Cast Rate * 1.1) = 1 / (3 * 1.1) = 0.30 Hit Rate
- 0.30 is the lower of the two, so it chooses that (and so higher cast speed = lower hit rate and DPS currently)
How to reproduce the issue
- Select Arc as the main skill
- Add Unleash Support to Arc
- Tick on Do you wait for Max Unleash Seals?
- Increase cast speed until (Cast Rate * 1.1) > Time to Gain Max Seals (On new file, 100% increased cast speed is enough)
- See incorrect Hit Rate based on inverse of 110% of Case Rate
PoB for PoE1 build code
https://pobb.in/-OiTWyTB33fj
Screenshots
When Time to Gain Max Seals is greater than 110% of Cast Rate:

When 110% of Cast Rate is greater than Time to Gain Max Seals:

Check version
Check for duplicates
Check for support
What platform are you running Path of Building on?
Windows
What is the value from the calculation in-game?
In-game when waiting for Max Unleash Seals, I believe Hit Rate should be calculated as the lower of the following two:
1 / Time to Gain Max SealsCast Rate / (1 + Max Seals * 0.1)So the value would be (with placeholder stats):
1 / Time to Gain Max Seals=1 / 1.5 = 0.67 Hit RateCast Rate / (1 + Max Seals * 0.1)=3 / (1 + 8 * 0.1) = 1.67 Hit RateWhat is the value from the calculation in Path of Building?
In PoB, when config is set to Wait for Max Unleash Seals, PoB calculates Hit Rate as whichever is lower:
1 / Time to Gain Max Seals1 / (Cast Rate * 1.1)So it calculates the incorrect value (with placeholder stats):
1 / Time to Gain Max Seals=1 / 1.5 = 0.67 Hit Rate1 / (Cast Rate * 1.1)=1 / (3 * 1.1) = 0.30 Hit RateHow to reproduce the issue
PoB for PoE1 build code
Screenshots
When Time to Gain Max Seals is greater than 110% of Cast Rate:

When 110% of Cast Rate is greater than Time to Gain Max Seals:
