Damage Resistance: Difference between revisions

Updating resistance reduction formula and description
Line 20: Line 20:


==Resistance Reduction==
==Resistance Reduction==
Resistance Reduction refers to any negative amount of Bullet Resist, making the target take increased damage. Though, it isn't applied in the same way.
Resistance Reduction refers to any negative amount of Resist, making the target take increased damage.


Resistance Reduction is simply added (as negative numbers) from the otherwise final Resistance.
Resistance Reduction is calculated multiplicatively like resistance, but then simply subtracted from the resistance amount.


<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>
<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>