User:Conrad c

From EVE University Wiki
Revision as of 19:15, 28 September 2010 by Conrad c (talk | contribs) (Created page with "m1 first module m2 second module mn n:th module They must be ordered: m1 > m2 > ... > mn S(n) = stacking penalty for n:th module S(n) = 0.5^[((n-1) / 2.22292081) ^2] S(n) = 2^(-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

m1 first module m2 second module mn n:th module They must be ordered: m1 > m2 > ... > mn

S(n) = stacking penalty for n:th module S(n) = 0.5^[((n-1) / 2.22292081) ^2] S(n) = 2^(-0.20237274238855663*(n-1)^2)

value - the value of the stat being modified

Damage increase: (1+m1*S(1)) * ... * (1+mn*S(n)) * value

ROF: (1-m1*S(1)) * (1-m2*S(2)) * ... * (1-mn*S(n)) * value

Harderners: 1 - (1-m1*S(1)) * (1-m2*S(2)) * ... * (1-mn*S(n)) * (1 - value) Harderners modifiy not the resistance, but the amount of damage let through.

n S(n) 1 1 2 0.86912 3 0.570583 4 0.282955 5 0.105993 6 0.0299912 7 0.00641018 8 0.00103492