Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explosive arrow fuse rate calculations double dip action speed #8310

Open
3 tasks done
andyli00 opened this issue Sep 19, 2024 · 0 comments
Open
3 tasks done

Explosive arrow fuse rate calculations double dip action speed #8310

andyli00 opened this issue Sep 19, 2024 · 0 comments

Comments

@andyli00
Copy link

Check version

  • I'm running the latest version of Path of Building and I've verified this by checking the changelog

Check for duplicates

  • I've checked for duplicate open and closed issues by using the search function of the issue tracker

Check for support

  • I've checked that the calculation is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).

What platform are you running Path of Building on?

Windows

What is the value from the calculation in-game?

This can't be verified in-game as action speed does not affect attack speed tooltips nor is there any way to know explosive arrow's explosions/s

What is the value from the calculation in Path of Building?

Any source of increased action speed is applied twice to EA's fuse rate. First, total attack speed is calculated (base * increased * action_speed). Then in the fuse rate calcs it is again multiplied (total_aspd * action_speed * num_proj)

How to reproduce the issue

  1. Equip any bow. Use Explosive Arrow as main skill
  2. Get any source of increased action speed (e.g. deadeye ascendancy)
  3. In calcs tab, select skill part "Explosion (Maximum Sustainable Fuses)
  4. See that it is applied twice in attack speed calcs and Skill type-specific stats "Max Sust. Fuses:"

Character build code

https://pobb.in/XV2SeDi11cZu

Screenshots

action speed being taken into account in attack speed calcs
image

action speed being accounted for again in fuse rate calcs
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant