QUOTE(Maximum_Joe @ Sep 1 2012, 10:04)

Physical and Magical Attack Base Damage are already explained on the Character Stats wiki page correctly. Here's a combined formula with as much as I know, though I don't know enough about wiki-code to add it:
Damage = Base * Range * Effectiveness * Universal_Bonuses
Base:
Physical = Physical Attack Base Damage * (1 + Spirit Stance[1]) * (1 + Title Bonus[~]) * (1 + Overbearing Strikes[.15]) * (1 + Heartseeker[.25])
Magical = Magical Attack Base Damage * (1 + .0625 * Additional AP) ) * (1 + Prof/200) * (1 + EDB/100) * (1 + Arcane_Focus[.25])
-Phys.&Mag Attack Base Damage are the values shown in the Stats Pane.
Range:
Direct_Damage = Random[.8...1.2] * (1 + Critical[.5]) * Mitigation * Specific_Mitigation
-Mitigation:
-Physical_Mit = (1 - ( Phys_Mitigation * (1 - Imperil[.5]) * (1 - Breached[.1]) * (1 - Poison[.1]) * (1 - Penetrated[1]) ) )
-Magical_Mit = (1 - ( Mag_Mitigation * (1 - Imperil[.5]) * (1 - Breached[.1]) ) ) * (1 + Channeling[.5]) * (1 + AOE_Primary[1])
-Specific_Mitigation = 1 - (Base - Imperil[.5,Fire/Cold/Elec/Wind] - (Searing...Blunted)[.25])
Damage_over_Time = 1
Explosions = ?
Effectiveness:
Spreading_Poison = (1 + Prof/1000)/10
-Poison(Spell)_Prof = Depriciating
-Backstab_Prof = Dualwield
Bleeding_Wound:
-Weapon = Listed
-Vital_Strike = .5
Mainhand,Counter = 1
Off-hand,Elemental_Strike = .5
Domino = Varied, 40-100%
Skills = Varied
Magic Missile = 1.2185
Tier 1 Single = 1.3
Tier 1 AoE = 1.04
Tier 2 Single = 2.08
Tier 2 AoE = 1.56
Tier 3 Single = 2.6
Tier 3 AoE = 2.08
Tier 4 Single = 3.12
Tier 4 AoE = 2.6
Soul 4 Burst = 7.8
Explosions = ?
Universal Bonuses = (1 + Hath_Bonus[~]) * (1 + Stamina_Bonus[.25]) * (1 + Riddlemaster_Bonus[.10]) * (1 + Flower_Vase[.25]) * (1 + Bubble_Gum[1])
Channeling and AOE bonus obviously aren't mitigation's, but they're there to separate things easily.
This post has been edited by kjeron: Sep 1 2012, 18:06