Changes

854 bytes removed ,  23:09, 9 June 2021
no edit summary
Line 1: Line 1: −
==Weapon Level and Sell Price ==
  −
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 (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'''
  −
  −
Sell price is the calculated item level x 100 / 2.<ref name="saleprice" />
  −
   
==Glitches==
 
==Glitches==
 
*It's possible to clip through to the space around any map area (''e.g.'', the black area around the [[Farmhouse]]) by repeatedly swinging a sword while standing just inside the exit point.
 
*It's possible to clip through to the space around any map area (''e.g.'', the black area around the [[Farmhouse]]) by repeatedly swinging a sword while standing just inside the exit point.
239

edits