No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
=Stacking penalties= | =Stacking penalties= | ||
==Formula== | ==Formula== | ||
S(n) = stacking penalty for n:th module<br/> | S(n) = stacking penalty for n:th module<br/> | ||
S(n) = 0.5^[((n-1) / 2.22292081) ^2]<br/> | S(n) = 0.5^[((n-1) / 2.22292081) ^2]<br/> | ||
| Line 22: | Line 17: | ||
==Specific cases== | ==Specific cases== | ||
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/> | value = the value of the stat being modified<br/> | ||