Area Damage shown on character webpage is 100x too small

On the left side of every character’s webpage is an incomplete list of “Gear Bonuses”. When Area Damage is in the list, its value is way smaller than it should be. For example, if I have equipment that gives me an extra 84% area damage, the webpage will display it as “Chance to Deal 0.84% Area Damage on Hit”.

4 Likes

I believe that’s a typo and it’s always been overlooked. (Nice catch).

84% = 0.84

So, if you were to calculate your total Area Damage, you would first convert the percentages to the decimal number.

Under Gear Bonuses it should read “Chance to Deal 0.84 Area Damage on Hit” or it should be “Chance to Deal 84% Area Damage on Hit”

3 Likes

It’s also wrong in the page’s source code for each individual item. Gloves that correctly display 20% AD read 0.2% in there. The real game data may use a 0.2 and then multiply it by 100 for display purposes; they just forgot to do it in this one spot on the website.

1 Like