PathOfBuildingCommunity / PathOfBuilding

Offline build planner for Path of Exile.
https://pathofbuilding.community
Other
4.01k stars 2.08k forks source link

Hydrosphere damage conversion priority issue #2275

Closed Psaakyrn closed 3 years ago

Psaakyrn commented 3 years ago

Hydrosphere damage conversion isn't set as priority over non skill damage conversion.

Expected: With Avatar of Fire active, Hydrosphere should first convert damage from Phys to Cold/Lightning (skill gem priority), then have the resulting Cold/Lightning damage converted by Avatar of Fire.

Current Build: With Avatar of Fire active, Hydrosphere calculates both at once: With single element, it converts Phys to Cold/Lightning at 100% and Phys to Fire at 50%, hence converting at a 67%:33% ratio (the resultant Cold/Lightning is then converted to Fire at 50% as expected). With both elements, it does Phys to Cold at 100%, Phys to Lightning at 100%, and Phys to Fire at 50%, hence converting at a 40%:40%:20% ratio (the resultant Cold and Lightning is then converted to Fire at 50% as expected).

LocalIdentity commented 3 years ago

Fixed in 1.4.170.28