Damage Taken Calculation

Let's say I'm gonna take 10,000 raw physical damage and I have the following:
  • 25% of Physical Damage Taken as Chaos Damage
  • 40% of Physical Damage Taken as Lightning Damage
  • 30% of Physical Damage Taken as Cold Damage
  • 3663 Armour
  • 86% Cold Resistance
  • 88% Lightning Resistance
  • 100% Chaos Resistance

Raw Damage Taken
10000 * 0.25 = 2500 Chaos
10000 * 0.40 = 4000 Lightning
10000 * 0.30 = 3000 Cold
10000 * 0.05 = 500 Physical

2.5k Chaos, 4k Lightning, 3k Cold and 500 Physical Damage (Might be wrong on this one)

And after mitigation it becomes:
Physical Damage
500 * (1 - (3663 / (3663 + 500 * 12))) = 500 * 0.621 = 310.5
Cold Damage
3000 * (1 - 0.86) = 3000 * 0.14 = 420
Lightning Damage
4000 * (1 - 0.88) = 4000 * 0.12 = 480
Chaos Damage
2500 * (1 - 1) = 0

310.5 Physical + 420 Cold + 480 Lightning = 1210.5 Damage Taken (87.895% Mitigated). Correct?
Seems correct, but this bow really sucks.
Also, elemental damage will kill u anyway.

btw, where is this from: 30% of Physical Damage Taken as Cold Damage ?
Last edited by dubadam on May 27, 2015, 8:01:38 AM
That would be from the Taste of Hate Flask.
Ah, now I see. Never considered seriously those flask effects - they just keep running out of charges.

Report Forum Post

Report Account:

Report Type

Additional Info