Openarl / PathOfBuilding

Offline build planner for Path of Exile.
MIT License
2.16k stars 1.04k forks source link

Frostbreath ornate mace dual wield calculation #1002

Closed orctest closed 6 years ago

orctest commented 6 years ago

Frost breath when dual wielded with another item is not calculating damage correctly to chilled targets

the damage should work like this

weapon 1 damage/hit chance/ crit is calculated , weapon 2 damage/hitcrit is calculated , they are then averaged for the dual strike attack- now since it is all in one attack some funky stuff happens and the local modifier of " attacks with this weapon against chilled targets deal double damage" applies to the entire averaged dmg of weapon 1 and weapon 2

right now it PoB is calculating each weapon seperately as an "attack" in the calculation

thanks!

kungurov-a-v commented 6 years ago

You can find answer here: https://www.pathofexile.com/forum/view-thread/13701/filter-account-type/staff/page/3#p13247263 All works correct.

Openarl commented 6 years ago

This is indeed working as intended; the damage calculation of the two weapons is 100% independent, and local damage modifiers to one weapon can never affect the other.