Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Conrad c: Difference between revisions

22 editsJoined 28 August 2010
Conrad c (talk | contribs)
No edit summary
Conrad c (talk | contribs)
No edit summary
 
Line 55: Line 55:
value = the value of the stat being modified<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 + m2*S(2)) * ... * (1 + mn*S(n)) * value<br>


ROF = (1-m1*S(1)) * (1-m2*S(2)) * ... * (1-mn*S(n)) * value<br>
ROF = (1 - m1*S(1)) * (1 - m2*S(2)) * ... * (1 - mn*S(n)) * value<br>


Harderners:<br>
Harderners:<br>
Resistance = 1 - (1-m1*S(1)) * (1-m2*S(2)) * ... * (1-mn*S(n)) * (1 - value)<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.
Harderners modifiy not the resistance, but the amount of damage let through.