You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a funny bug than a game-breaking one, but I have noticed in the past that some items had wrong values compared. I believe it was the case with +5 Stamina enchant on boots that made comparisons wrong since there were double Stamina stats on the tooltip. As such pfUI compared first Stamina stat (from enchant) to the one on the other boots and the next comparison was with second Stamina (from the item). The third stat (Agility or w/e) wasn't compared at all.
Let's say I had two items:
200 Armor
+10 Stamina
+10 Agility
This is more of a funny bug than a game-breaking one, but I have noticed in the past that some items had wrong values compared. I believe it was the case with +5 Stamina enchant on boots that made comparisons wrong since there were double Stamina stats on the tooltip. As such pfUI compared first Stamina stat (from enchant) to the one on the other boots and the next comparison was with second Stamina (from the item). The third stat (Agility or w/e) wasn't compared at all.
Let's say I had two items:
200 Armor
+10 Stamina
+10 Agility
190 Armor
+5 Stamina (enchant)
+7 Stamina
+7 Agility
The comparison looked like:
200 Armor (+10)
+10 Stamina (+5)
+10 Agility (+3)
190 Armor (-10)
+5 Stamina (-5)
+7 Stamina (-3)
+7 Agility
The text was updated successfully, but these errors were encountered: