Skip to content

Fix Enemy damage conversion mods scaling enemy damage#9527

Open
LocalIdentity wants to merge 1 commit intodevfrom
fix_enemy-conversion
Open

Fix Enemy damage conversion mods scaling enemy damage#9527
LocalIdentity wants to merge 1 commit intodevfrom
fix_enemy-conversion

Conversation

@LocalIdentity
Copy link
Contributor

Fixes #9444

Description of the problem being solved:

When I added the fix for scaling enemy damage values by player and enemy conversion mods (#9372), I forgot to include the fix where only enemy skill damage conversion is affected by the phys conversion multiplier
So mods like Shaper of Flames or Kaom's Binding were increasing the damage dealt by the enemy, which was no longer the case in-game.

Link to a build that showcases this PR:

https://maxroll.gg/poe/pob/vjnj30og

Before screenshot:

image

After screenshot:

image

When I added the fix for scaling enemy damage values by player and enemy conversion mods I forgot include the fix where only enemy skill damage conversion is affected by the phys conversion multiplier
So mods like Shaper of Flames or Kaom's Binding were increasing the damage dealt by the enemy which was no longer the case in game
@LocalIdentity LocalIdentity added the bug: calculation Numerical differences label Mar 4, 2026
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.

Monster elemental damage conversion multiplier applies to your conversion of enemy damage

1 participant