No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
S(n) = stacking penalty for the n:th module<br> | S(n) = stacking penalty for the n:th module<br> | ||
S(n) = 0.5^[((n-1) / 2.22292081) ^2]<br> | |||
or, equivalently,<br> | |||
S(n) = 2^(-0.20237274238855663*(n-1)^2)<br> | |||
{| width="200" border="1" cellpadding="1" cellspacing="1" | {| width="200" border="1" cellpadding="1" cellspacing="1" | ||
| Line 52: | Line 46: | ||
| 0.00103492<br> | | 0.00103492<br> | ||
|} | |} | ||
== Specific cases == | == Specific cases == | ||
m1 = first module<br> | m1 = first module<br> | ||
m2 = second module<br> | |||
mn = n:th module<br> | |||
They must be ordered: m1 > m2 > ... > mn<br> | |||
value = the value of the stat being modified<br> | |||
Damage = (1 + m1*S(1)) * ... * (1 + mn*S(n)) * value<br> | Damage = (1 + m1*S(1)) * ... * (1 + mn*S(n)) * value<br> | ||
<br> | ROF = (1-m1*S(1)) * (1-m2*S(2)) * ... * (1-mn*S(n)) * value<br> | ||
Harderners:<br> | |||
Resistance = 1 - (1-m1*S(1)) * (1-m2*S(2)) * ... * (1-mn*S(n)) * (1 - value)<br> | |||
Harderners modifiy not the resistance, but the amount of damage let through. | |||