
Originally Posted by
CHOW
You said you didnt want a math problem but im a nerd so...
Lets say you attack a total of X times, and the time between each attack is Y seconds...
then the total damage you deal is (with level 4 fervor):
4*[1+2+3+...+(X-1)]*Y + 4*X*3
the first term is the damage dealt from fervor in between attacks, and the second term is the damage dealt from fervor after you stop attacking
for example if you attack 5 times with 1.0 second between each attack, then the total damage from fervor is:
4*(1+2+3+4)*1 + 4*5*3 = 4*10 + 4*5*3 = 40 + 60 = 100 dmg
Oh yeah one more thing, if the target already had Z fervor charges (e.g. if you did a nuke combo on him before attacking), then the formula becomes:
4*[Z+(Z+1)+(Z+2)...+(Z+X-1)]*Y + 4*(Z+X)*3
So using the same example from above, but assuming that your target already had 2 fervor charges stacked:
4*(3+4+5+6)*1 + 4*7*3 = 4*18 + 4*7*3 = 156 dmg