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

Fix wrong bonus logic in DPS Calculator #803

Merged
merged 1 commit into from
Jul 31, 2022
Merged

Fix wrong bonus logic in DPS Calculator #803

merged 1 commit into from
Jul 31, 2022

Conversation

xezon
Copy link
Collaborator

@xezon xezon commented Jul 31, 2022

Global and weapon bonuses were not added together. Fixed.

@xezon xezon added the Documentation Is documentation or complementary resource label Jul 31, 2022
@commy2
Copy link
Collaborator

commy2 commented Jul 31, 2022

They are averaged, not added :)

@xezon xezon merged commit 024a94f into main Jul 31, 2022
@xezon xezon deleted the fix-dps-calculator branch July 31, 2022 17:28
@xezon
Copy link
Collaborator Author

xezon commented Jul 31, 2022

1 + (bonus% - 1) + (bonus% - 1) ...

That is the math I used.

xezon added a commit that referenced this pull request Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Is documentation or complementary resource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants