Skip to content

Conversation

@xspirus
Copy link
Contributor

@xspirus xspirus commented Jan 19, 2025

This commit fixes the issue where Herald of Ash and Herald of Ice were not considered buffs when calculating damage increases with the passive point Coming Calamity.

Fixes #253 .

Description of the problem being solved:

Herald of Ice and Herald of Ash were not considered buffs, thus Coming Calamity was not applied to cold/fire damage respectively (i.e. 50% increased cold/fire damage).

Steps taken to verify a working solution:

  • Compare to in game numbers.

Link to a build that showcases this PR:

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

Before screenshot:

image

After screenshot:

image

P.S. 1: There is also a weird bug where sometimes in order for Heralds to be considered buffs, I have to remove it from the skill gems and add it again, but I don't understand why.

P.S. 2: I am not sure that this fix is the right approach, I did my best by understanding other fixes in the codebase, hope this helps. Thank you for this amazing tool!

This commit fixes the issue where `Herald of Ash` and `Herald of Ice`
were not considered buffs when calculating damage increases with the
passive point `Coming Calamity`.
@LocalIdentity
Copy link
Contributor

The gem lua files need to be exported from the game files with changes to the same name .txt file

@LocalIdentity LocalIdentity merged commit f1c801c into PathOfBuildingCommunity:dev Jan 20, 2025
@LocalIdentity LocalIdentity changed the title Fix herald interaction with Coming Calamity Fix Herald interaction with Coming Calamity Jan 20, 2025
@LocalIdentity LocalIdentity added the bug: calculation Numerical differences label Jan 20, 2025
@xspirus
Copy link
Contributor Author

xspirus commented Jan 20, 2025

@LocalIdentity thank you for the help!

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.

Herald of Ice is not calculated as an aura/buff

2 participants