Page 1 of 1

wrong stats on ui?

Posted: Sat Apr 27, 2019 5:35 am
by RORquest
Hello i was wondering why ui stats and .getstats are different :ugeek:

Re: wrong stats on ui?

Posted: Sat Apr 27, 2019 8:40 am
by Rydiak
Which stats? If you are referring to avoidance (Parry/Dodge/Disrupt), .getstats only shows flat avoidance bonuses, and not any derived from defensive stats (Weaponskill/Initiative/Willpower). By the way, the UI lies in terms of avoidance gained by defensive stats.

Re: wrong stats on ui?

Posted: Sat Apr 27, 2019 9:29 am
by Natherul
as Rydiak mentioned.

Also getstats is always 100% correct with that in mind while UI may have slight issues but should be overall close to correct.

Re: wrong stats on ui?

Posted: Sat Apr 27, 2019 1:16 pm
by RORquest
Image

Re: wrong stats on ui?

Posted: Sat Apr 27, 2019 1:31 pm
by Ramasee
The defense tab of the statdoll has ALWAYS been a lie, even on live. The defense tab statdoll uses 350 (@r40) enemy primary stats (str/bal/int) in its calculations for parry, dodge, disrupt. (Unless RoR has changed this, also uses Mythic's avoidance formula) It also assumes your opponent has zero weaponskill, armor penetration, resist penetration when showing you %mitigation for armor/resists.

Real Parry/Dodge/Disrupt = MIN(Your_WS_Init_WP / Enemy_STR_BAL_INT * 7.5, 25) + Your_bonuses - Enemt_strikethrough

Real Block = MIN((Your_BlockRating / Enemy_STR_BAL_INT * 0.2) * 100, 50) + Your_bonuses - Enemt_strikethrough