Changes

Jump to navigation Jump to search
5 bytes removed ,  17:10, 26 May 2022
no edit summary
Line 841: Line 841:  
|}
 
|}
   −
==Weapon Level and Sell Price ==
+
==Weapon Level and Sell Price==
 
Weapon level is based on weapon points (rounded down): <code>weaponpoints / 7 + 1</code>.
 
Weapon level is based on weapon points (rounded down): <code>weaponpoints / 7 + 1</code>.
 
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.
Line 849: Line 849:  
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'''
   −
Sell price is the calculated as <code>item level x 100 / 2</code>.<ref name="saleprice" />
+
Sell price is calculated as <code>item level x 100 / 2</code>.<ref name="saleprice" />
    
==Glitches==
 
==Glitches==
105,712

edits

Navigation menu