Ret work in progress
For the calculation of individual attacks and abilities. NOT TESTED!
crit mod = 206% (relentless earthstorm diamond)
W(d) = Weapon damage
W(p) = Weapon dps
W(s) = Weapon Speed
A(m) = Armor Mitigation
V = Vengeance modifier
S(a) = Improved Sanctity Aura
AP = Attack Power
t = total
t(c) = total, crit modified
c = melee crit %
White damage:
t=(W(d) + W(s)*AP/14)*A(m)*V*S(a)
t(c)=t*(c+2)*2.06+t*(1-(c+2))
Crusader strike:
t=(W(d) + W(s)*AP/14)*1.1*A(m)*V*S(a)
t(c)=t*(c+2)*2.06+t*(1-(c+2))
Seal of Command:
t=(W(d) + W(s)*AP/14)*.7*V*S(a)
t(c)=t*(c+2)*2.06+t*(1-(c+2))
Judgement of Command:
t=240
t(c)=t*(c+2)*2.06+t*(1-(c+2))
This doesn't take into account hit/expertise because I don't know if
melee are on a one or two roll system. Also, I'm not sure if JoC scales
with AP but I believe it does not? In any case all of these appear to
be on a physical attack table.
It's just a work in progress right now. Here's the EJ thread: http://elitistjerks.com/f31/t17193-paladin_retribution_dps_theorycraft/