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 for Determined Survivor Block Chance #7733

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

dicsantana
Copy link
Contributor

Fixes #7729

Description of the problem being solved:

Fixed the issue that the Block chance overrride also applied to dual wielding characters

Steps taken to verify a working solution:

  • added condition for using a shield in modparser
    mod("ReplaceShieldBlock", "OVERRIDE", num)
    mod("ReplaceShieldBlock", "OVERRIDE", num, { type = "Condition", var = "UsingShield" } )

Link to a build that showcases this PR:

https://pobb.in/d2QlOIfFC96w

Before screenshot:

image

After screenshot:

image

@Wires77 Wires77 merged commit 653e3b1 into PathOfBuildingCommunity:dev Jul 21, 2024
2 checks passed
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.

Determined Survivor gives 40% + 50% block chance when dual wielding
3 participants