I think your equations are off Zorg. You have transposed the storage level and the modifier. I can't afford to test on standard server, but as for extreme, base storage is 1m.Zorg wrote: Here are the details:
Storage = 50 000 * storage_level^1.6 (Xtreme = 50 000 * storage_level^1.5)
Storage now increases by x1.5 instead of x2 for each level.
The formula for storage capacity would then be 1,000,000*1.5^storage_level
storage level 0 = 1m storage
storage level 1 = 1.5m
storage level 2 = 2.25m
Assuming that the transposition error follows through in standard, then the correct formula would be 50,000*1.6^storage_level
storage level 0 = 50k
storage level 1 = 80k
storage level 2 = 128k
As you have written the formula, with storage level of 0, you would have 0 storage.