Power Creep Level Formula Error
-
On the discussion page the formula for leveling up is listed as -
P = pow(1.15; Lvl) * 1000
However, when I attempted to replicate the table on that page this formula did not work. After some playing around I came up with this, which matched the table perfectly-
P = pow(Lvl, 1.15) * 1000