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

[Character Stats] Faster Run/Walk does not account for barb Increased Speed #1

Open
daniellasry opened this issue Oct 29, 2012 · 1 comment

Comments

@daniellasry
Copy link

In the "Character Stats" window under "Faster Run/Walk": The value displayed does not include the bonus from the "Increased Speed" barb skill.

To repro: just get a barb with increased speed. Only the Faster Run/Walk from boots will be displayed.

@underbent
Copy link
Owner

Yes, this is currently a limitation of the stats screen. The game client provides an API to determine these numbers for the character, and that's exactly what we show on the screen. Apparently the numbers sometimes include skill contributions (for example, the resistance numbers do factor in a barb's Natural Resistance), but sometimes they don't. Basically, LCS syndrome.

To fix this properly, we'd have to maintain tables of skills and their contributions to these stats (not just Increased Speed, but also Vigor, and probably skills like Fanaticism that affect other stats, etc), including skill levels well over 20 which are generally not documented anywhere. And we'd have to then reproduce whatever calculations the game does internally. It's a pretty big can of worms. So don't hold your breath for this :)

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

2 participants