Damage Resistance: Difference between revisions

Jump to navigation Jump to search
Sur (talk | contribs)
m desmos typo correction
Corrected calculations for resistances
Line 24: Line 24:
Resistance Reduction is simply added (as negative numbers) from the otherwise final Resistance.
Resistance Reduction is simply added (as negative numbers) from the otherwise final Resistance.


<math>\mathit{Displayed Resist} = 1 - (1 - \mathit{Resistance 1}) * (1 - \mathit{Resistance 2}) * ... * (1 - \mathit{Resistance N}) + \mathit{Resistance Reductions}</math>
<math>\mathit{Displayed Resist} = 1 - (1 - \mathit{Resistance 1}) * (1 - \mathit{Resistance 2}) * ... * (1 - \mathit{Resistance N}) - (1 - (1 - \mathit{ResReduct.1}) * (1 - \mathit{ResReduct.2})* ... * (1 - \mathit{ResReduct.n}))</math>


For example, using Bullet Resists and Reductions:
For example, using Bullet Resists and Reductions:
Line 32: Line 32:
* -12% Bullet Resist from [[Bullet Resist Shredder]]
* -12% Bullet Resist from [[Bullet Resist Shredder]]


<math>1 - (1 - 0.6) * (1 - 0.4) + (-0.05 - 0.12) = 59% Bullet Resist</math>
<math>1 - (1 - 0.6) * (1 - 0.4) - (1 - (1 - 0.05) * (1 - 0.12)) = 59.6% Bullet Resist</math>


==Graphs==
==Graphs==