Guide:Armour calculations: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
(Created page with "== Cacluating the formulas == Let the following be: <math>\begin{align} DR & \text{ the damage reduction factor} & DR & \in \mathbb{R}\\ A & \text{ the armor the player has}...")
>OmegaK2
mNo edit summary
Line 23: Line 23:
D_{raw} & = {{A \over DR} - A \over 10} \\
D_{raw} & = {{A \over DR} - A \over 10} \\
D_{raw} & = {A \over 10 * DR} - {A \over 10}
D_{raw} & = {A \over 10 * DR} - {A \over 10}
\end{align}</math>


\end{align}</math>
===Final result for raw damage===
<math>D_{raw}(A, DR) = {A \over 10 * DR} - {A \over 10}</math>


==Net Damage formula==
==Net Damage formula==
Line 58: Line 60:
===Final result===
===Final result===


<math>DR(A, D_{raw}) = {A \over 10 * D_{raw}} + 1</math>
<math>DF(A, D_{raw}) = {A \over 10 * D_{raw}} + 1</math>

Revision as of 09:26, 28 August 2015

Cacluating the formulas

Let the following be:


DR Formula

Resolved for Raw Damage

Final result for raw damage

Net Damage formula

Based on DR

Eliminating DR

Final result

Defense Factor formula

Base Formula

Eliminating Net Damage

Final result