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 “MAX” effect ruthless calculation #8214

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

IvanKolinko
Copy link

@IvanKolinko IvanKolinko commented Aug 19, 2024

Fixes incorrect calculation of ruthless “MAX” effect.

Description of the problem being solved:

Issue: when choosing max effect mode for ruthless calculation the damage is less than with average. This prevents player from understanding the bleed damage from ruthless hit, which basically is indifferent from attack speed

Steps taken to verify a working solution:

  • Remove the unnecessary dpsMultiplier

Link to a build that showcases this PR:

https://pobb.in/R3766WkE8XHi

Before screenshot:

image
image

After screenshot:

image
image

Issue: when choosing max effect mode for ruthless calculation the damage is less than with average. This prevents player from understanding the bleed damage from ruthless hit, which basically is indifferent from attack speed
Fix: Remove the unnecessary dpsMultiplier
@Regisle
Copy link
Member

Regisle commented Aug 20, 2024

This should likely be done similar to the repeats config, where you want a "max" and an "all hits use max", where max still has the dps multiplier, but the other one doesnt

@Paliak Paliak added the bug: calculation Numerical differences label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: calculation Numerical differences
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants