QUOTE(adell-disgaea @ Oct 30 2017, 15:03)

Wiki range value of Leg/Per is the base to calculate that % in the script
by exemplanations
(  ̄ー ̄)φ__max - min = 100% in the range. Would be the min + this value = max value. Min + (max-min)*0.4 = 40%. Min + (max-min)*0 = 0%
base value - min = Would be how much the value is in the range
max - min = 100
base - min = x
x = (base - min) * 100 / (max - min)Example:
https://hentaiverse.org/equip/143801987/81c521689a Shortsword of Balance ADB min = 41.26 ADB max = 47.92
max-min = 6.66 Base = 46.07
x% = (46.07 - 41.26 ) * 100 / (47.92 - 41.26) = 4.81 * 100 / 6.66 = 72.22222
Rounded to the nearest whole number = 72% . Check equip = 72% in script!
Now anothers
ヾ( `ー´)シφ__https://hentaiverse.org/equip/143786771/95ac2fcddeThis one exquisite shortsword of balance ADB min = 41.26 ADB max = 47.92 max-min = 6.66 -> range is always from legendary in script
base = 35.16
x% = (35.16 - 41.26) * 100 / 6.66 = -6.1 * 100 / 6.66 = -91.59 -> rounding to near whole number = -92% ---->>>> check equip, ADB = -92%
Now
__φ(◎◎ヘ) anothers:
https://hentaiverse.org/equip/143838870/fe5436d6cbsuperior shortsword of swiftness base 28.02
x% = (28.02 - 41.26) * 100 / 6.66 = -198.79 -> rounds to 199% ----->>>>> check page = 199%
Range is always compared to Leg so lets make for your equipment in the Exquisite Range
ADB of your exquisite longsword slaughter min = 68.74 max = 82.3
max - min = 13.56
base = 70.85
x% = (base - min) * 100 / (max - min) = (70.85 - 68.74) * 100 / (82.3 - 68.74) = 2.11 * 100 / 13.56 = 15.56
your x%, if the script read individual quality ranges, would be 16%
but script reads leg range only, so ADB min = 86.45 and ADB max = 98.47
max - min = 12.02
your base = 70.85
x = (base - min) * 100 / (max - min) = (70.85 - 86.45 ) * 100 / (12.02) = -129.78
rounded to -130%
now we check your equip = 40, IW 1 , ADB -130%
Right value in the legendary range
So makings things shorts (which are comfy and easy to wear)
....φ(︶▽︶)φ....x% = (base - min) * 100 / (max - min) this rounded to nearest whole values
Script does this automaticallys to you, but if you wants to check how would somethings be on the range for some weird reasonings as the script will give you a percentage anyway, even if <0% if bellow legendary ranges, then that is that
too long didn't into readings ヽ(°〇°)ノ hoover over value to check base, use script alredy to compare betweens two equipThis post has been edited by reality_marble: Oct 30 2017, 20:06