PathOfBuilding-PoE2 icon indicating copy to clipboard operation
PathOfBuilding-PoE2 copied to clipboard

Leopold's Applause reduced enemy lightning resistance minimum from penetration is not being applied

Open zrisher opened this issue 8 months ago • 9 comments

Check version

  • [x] I'm running the latest version of Path of Building and I've verified this by checking the changelog

Check for duplicates

  • [x] I've checked for duplicate open and closed issues by using the search function of the issue tracker

Check for support

  • [x] I've checked that the calculation is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).

What platform are you running Path of Building on?

Windows

What is the value from the calculation in-game?

In-game, when I have Leopold's Applause equipped, my lightning penetration should be able to reduce enemy resistances to -50% instead of 0%.

What is the value from the calculation in Path of Building?

In PoB, when I have Leopold's Applause equipped and view my MH Eff. DPS Mod on the Calcs screen, I see Effective Resistance to be 0%.

How to reproduce the issue

Equip Leopold's Applause Give yourself > 50% lightning pen View your MH Eff DPS Mod

PoB for PoE2 build code

https://poe2.ninja/pob/2865

Screenshots

Image

Image

zrisher avatar Apr 12 '25 06:04 zrisher

Image Red text is a feature request. Expected to not work yet as we haven't implemented it yet.

Blitz54 avatar Apr 12 '25 07:04 Blitz54

Ah I see. I didn't know what "red text" this line was referring to:

I've checked that the calculation is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).

Perhaps adding "(pending)" or "(not yet implemented)" to the end of the red text would be more instructive to people that do look on the item and see this issue, though.

Do I need to open a feature request instead?

zrisher avatar Apr 12 '25 09:04 zrisher

is there a custom modifier to simulate this? what would I need to write into the custom modifier box to simulate this -50 resistances? let's assume I have a way of always lowering it to -50 total, for example pandemonius amulet?

SingleMalt23 avatar Apr 12 '25 18:04 SingleMalt23

is there a custom modifier to simulate this? what would I need to write into the custom modifier box to simulate this -50 resistances? let's assume I have a way of always lowering it to -50 total, for example pandemonius amulet?

SingleMalt23 avatar Apr 12 '25 18:04 SingleMalt23

You can simply use 50% more damage in config if you can penetrate it all the way down to -50%.

auspex92 avatar Apr 13 '25 03:04 auspex92

thanks, for some ting that may be ok yes, but if i want to really see impact of changed gear or for example find better passive nodes I think 50% more damage is not the same as the reduced enemy cold resistance. it would then probably tell me fire damage is equally good as cold, but in reality it isn't. is there a way to specifically lower enemy resistance to -50% for cold?

SingleMalt23 avatar Apr 13 '25 08:04 SingleMalt23

In the config tab there are boxes for enemy resistance

Wires77 avatar Apr 13 '25 09:04 Wires77

Did you manage to write a negative number there? I tried but the minus sign (-) was not accepted by the program. Did I do it wrong?

SingleMalt23 avatar Apr 13 '25 09:04 SingleMalt23

Oh, looks like this was broken with this commit: https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/commit/dbf0b5bd455f8b0290b118d1fcff3d9423ec009d

You can use this wording in the custom box in the meantime: "nearby enemies have -50% to cold resistance"

Wires77 avatar Apr 14 '25 03:04 Wires77