Skip to content

Fix Shield block chance calcs - #10098

Merged
LocalIdentity merged 1 commit into
PathOfBuildingCommunity:devfrom
Blitz54:fix-shield-block-calc
Aug 3, 2026
Merged

Fix Shield block chance calcs#10098
LocalIdentity merged 1 commit into
PathOfBuildingCommunity:devfrom
Blitz54:fix-shield-block-calc

Conversation

@Blitz54

Copy link
Copy Markdown
Contributor

Fixes#10097 partially

Description of the problem being solved:

Block chance on shields were scaling by increased on the item first, followed by base block chance. Instead it should add the base block chance to the shields armour block chance, and then scale by increased local mods.

Aegis Aurora should be
26 base +6 local base mod = 32
32 x 1.2 = 38.4

26 x 1.2 = 31.2
31.2 + 6 = 37.1

After screenshot:

image

@LocalIdentityLocalIdentity added the bug: calculation Numerical differences label Aug 3, 2026
@LocalIdentityLocalIdentity changed the title Fix shield block chance calcsFix Shield block chance calcsAug 3, 2026
@LocalIdentity
LocalIdentity merged commit 1765adc into PathOfBuildingCommunity:devAug 3, 2026
3 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: calculationNumerical differences

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Something wrong with copy and paste

2 participants

@Blitz54@LocalIdentity