7 years ago
% Bonus Uniques?
Vandor gets +80% health Mission gets + 80% potency Jolee gets +100% tenacity How are these mathed? Vandor seems easy. 30k health + 80% = 24k more = 54k? Jolee and mission I am not sure h...
"Juzz;c-1736361" wrote:"Treeburner;c-1736082" wrote:"theatomicpun;c-1735936" wrote:
Since potency and tenacity are already measured by %, it's addition. So in your example, jolee would have 120%
Try that with defense %
It’s not that complicated.
First you have to get Defense from Armor Value:
Defense=(Armor*(CharLvl*7.5))/100-Armor)
Then you multiply Defense by (100 + bonus%)/100
To get your new Armor value you use:
Armor=(100*Defense)/(Defense+(CharLvl*7.5))
You’ll get approximate value unless you remove any extra Defense/Armor from your unfinished Gear levels (As game calculations are done on full gear levels and then the extra pieces are added after the %)