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 Blasphemy logic applying to Trigger Spells #781

Merged
merged 3 commits into from
Mar 10, 2025

Conversation

Blitz54
Copy link
Contributor

@Blitz54 Blitz54 commented Feb 13, 2025

Fixes #778

Description of the problem being solved:

The PR #736 broke Cast on Ignite, Cast on Shock, etc spells. It was checking for a SkillType that they all shared. I just changed the check so it looks for SkillType.IsBlasphemy as that is not a shared type.

Steps taken to verify a working solution:

  • Confirmed blasphemy still scales with how many curses are socketed into it, like Flammability and Conductivity.
  • Cast on Shock/Ignite/others no longer scale according to socketed spells.

Link to a build that showcases this PR:

https://maxroll.gg/poe2/pob/m449z0dm

Before screenshot:

After screenshot:

image
Blasphemy
image
Extra skills added to Cast on Shock to prove no changes to reservation
image

@Blitz54 Blitz54 changed the title Fix Blasphemy logic applying to Cast on --- spells Fix Blasphemy logic applying to Trigger Spells Feb 16, 2025
@LocalIdentity LocalIdentity added the bug: calculation Numerical differences label Mar 10, 2025
@LocalIdentity LocalIdentity merged commit 6157ad3 into PathOfBuildingCommunity:dev Mar 10, 2025
2 checks passed
@Blitz54 Blitz54 deleted the blasphemy-fix branch March 10, 2025 14:18
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.

Cast on Ignite reservation issue
2 participants