OmegaK2 / PyPoE

Collection of Python Tools for Path of Exile
Other
237 stars 92 forks source link

gem rounding error #146

Open markliu06 opened 3 years ago

markliu06 commented 3 years ago

Can't remember which gem has this error in 3.12

But try to re-export data for 3.13, still has this error for "Arcane Surge Support"

It should be "Arcane Surge grants 0.01% of Mana Regenerated per second"

instead of 0% (Anomalous Arcane Surge Support)

markliu06 commented 3 years ago

Ok, for blast rain. The gem text became

Deals (30-35.599999999999994)% of Base Attack Damage

(Should round to nearest integer for this case https://www.pathofexile.com/forum/view-thread/3009537 ; all base damage for all level are wrong too)

markliu06 commented 3 years ago

It seems the rounding error appear in Burning Arrow too (or may be all gem with Deals #% of Base Attack Damage?)