An observation on certain stats like Attack Size

Wait, I thought the formula was something like:

  • Let X be your current level.
  • Let Y be your Agility stat times 50.
  • Your dash distance bonus is Y divided by X.
  • Example: 500 Agility at Level 200. Y = 500 * 50 = 25000. X = 200. Y/X = 25000 / 200 = 125% dash distance bonus
  • Example: 500 Agility at Level 400. Y = 500 * 50 = 2500. X = 400. Y/X = 25000 / 400 = 62.5% dash distance bonus
  • Example: 1000 Agility at Level 300. Y = 1000 * 50 = 50000. X = 300. Y/X = 50000 / 300 = 166.67% dash distance bonus

If the formula is similar to this, your solution might already be implemented into the game, albeit in a really roundabout way.