Originally Posted by Moona
Hi,
how is armor penetration modeled in the sheet?
if i add some -Armor to my gear i can not see any changes in the dmg of my attacks (Autohits/Styles)
if i get the targets Armor below 0 there is still a dps gain - is this behavior correct?
thx in advance.
|
The answer to the first part is that the damage shown in the DPS sheet (Min, Max, Avg) are prior to armor reduction. The armor reduction is factored into the last column only.
The second part seems to be an issue. I believe when the sheet was created, it didn't consider that Blizzard might add the recent wave of -Armor gear and thus didn't prohibit Armor from dropping below 0. I'll ensure it stops at 0 in the next update or if you are worried about it now you can change cells Q41 in both the Buffed and Unbuffed DPS sheets. They should read...
=MAX( ............whatever is already there.................. ,0)
Just add the "MAX(" after the equals sign and tack ",0)" on the end and its fixed.