Quote Originally Posted by Ualaa View Post
I have not even looked at the example in the patch notes.
Was operating off of what blues have posted it would work as.

It does not make much sense for an AoE to hit 10 targets for 1,000 each.
But to hit 11 targets for 90.
However, 11 targets each taking 909 makes a lot more sense.
Yeah, that's what I assume they meant.

N <= 10: DMG = A
N > 10: DMG = (A*10)/N

The problem is that sometimes when you fuck up your math in the patch notes, it's because you fucked up your math in the code first and then described what you did. I hope not.