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

Don't apply energy shield stun avoidance if EB allocated. Add note regarding stun avoidance calcs. #6249

Merged
merged 3 commits into from
Aug 13, 2023

Conversation

Paliak
Copy link
Contributor

@Paliak Paliak commented May 31, 2023

Fixes #6241 .

Description of the problem being solved:

In game having any energy shield when taking a hit grants 50% chance to avoid being stunned. POB only applies this value when ES > totalTakenHit as a way of assuming ES uptime without informing the user.

Allocating the Eldritch Battery keystone stops the chance to avoid from being applied in game. POB applied it without checking if the keystone was allocated.

obraz

Paliak added 2 commits May 31, 2023 07:53
Also adds a note informing the user that the values is only applied when
ES > Total incoming damage in POB
@Paliak Paliak changed the title Don't apply energy shield stun a avoidance if EB allocated. Add note regarding stun avoidance calcs. Don't apply energy shield stun avoidance if EB allocated. Add note regarding stun avoidance calcs. May 31, 2023
@QuickStick123 QuickStick123 added the bug: behaviour Behavioral differences label Aug 2, 2023
@LocalIdentity LocalIdentity merged commit eda3d10 into PathOfBuildingCommunity:dev Aug 13, 2023
@SayonilMitra
Copy link

Thank you so much. You guys are awesome!!

@Paliak Paliak deleted the stunAvoidFix branch January 20, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: behaviour Behavioral differences
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source of Stun avoid chance in calculation tab
4 participants