(2014-04-20, 16:02:51)RaptorXI Wrote:(2014-04-20, 14:04:11)Exodus (slightly edited) Wrote:
Armor 0 1 2 3 4 5 Physical/Magical Reduction 0% 7% 12% 17% 22% 26%
What is the exact formula plz?
It's the standard one of Wc3, but Warcraft uses 6% per point, while BT uses 7% (I updated the excel sheet in the mechanics thread, you'll find the formula and already filled in values there):
Code:
positive armor:
damage reduction =((armor)*0.07)/(1+0.07*(armor))
negative armor:
damage increase = 2-0.94^(-armor)
@stibi:
there is always a test run on the Qualify bot, just to find the last remaining big bugs, before the version goes live on ranked. It will take a few days. So make sure you report everything you see until that point ;)
This post has been brought to you by Sand - it's everywhere, get used to it.