-
https://github.com/Lailloken/Lailloken-UI/wiki/Item-info#base-stats-information So what is this stat? And how is it calculated? |
Beta Was this translation helpful? Give feedback.
Answered by
Lailloken
Nov 13, 2024
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
leohero92
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's the base percentile of a defensive item, basically how close the defense stats are to the max roll of the given base-type.
(the tooltip would show 33% for this item)
If you assume this notation
armor: x (y - z)
, then the base percentile is calculated this way(x-y) / (z-y)
. So(561-530) / (625-530) = 0.326
, which is 33% when rounded up.The trade site also displays this value:
I'll add a clarification to the wiki.