Changes

Jump to navigation Jump to search
1 byte added ,  14:32, 26 May 2022
m
→‎Weapon Level and Sell Price: Fixed bracket on "speed" in Weapon Level and Sell Price code.
Line 845: Line 845:  
Weapon points are calculated using several statistics of the weapon, such as average damage, speed, type, added defense & precision, crit. chance and crit. multiplier.
 
Weapon points are calculated using several statistics of the weapon, such as average damage, speed, type, added defense & precision, crit. chance and crit. multiplier.
   −
Weapon points (rounded down) = <code>average weapon damage (rounded down) x (1 + 0.03 x speed{min 0; 15 if dagger) + (precision / 2 + defense) + ((crit.chance -0.02) x 200) + ((crit multiplier - 3) x 6) + 20{if darksword, else 0} + (defense x 2)</code><ref name="itemlevel" />
+
Weapon points (rounded down) = <code>average weapon damage (rounded down) x (1 + 0.03 x speed{min 0; 15 if dagger}) + (precision / 2 + defense) + ((crit.chance -0.02) x 200) + ((crit multiplier - 3) x 6) + 20{if darksword, else 0} + (defense x 2)</code><ref name="itemlevel" />
    
Here is an Example applying the formula to calculate the level of the Iridium Needle: <code>(27 x (1 + 0.03 x 15) + 0 / 2 + 0 + ((0.10 - 0.02) x 200) + (7 - 3) x 6) + 0 + 0) / 7 + 1</code> (Integer) = '''12'''
 
Here is an Example applying the formula to calculate the level of the Iridium Needle: <code>(27 x (1 + 0.03 x 15) + 0 / 2 + 0 + ((0.10 - 0.02) x 200) + (7 - 3) x 6) + 0 + 0) / 7 + 1</code> (Integer) = '''12'''
2

edits

Navigation menu