Module:Experience/data
Documentation for this module may be created at Module:Experience/data/doc
local ret = {}
local total = 0
ret[1] = 0
for i = 1, 119 do
total = math.floor(total + i + 300 * math.pow(2, i / 7))
ret[i + 1] = math.floor(total/4)
end
return ret