Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

no, the calculation you said is wrong.

the true calculation is increase the accumulation speed not decreasing upper limit of the time needed

example:
if you get 1 p/min, the gauge need 60p, then you need 60 min to complete once.
generation speed is multiple to the 1p/min.

with mean, you accumulate 1.53p/min, then you need around 39min 24sec to complete once

(1 edit)

the generation equation will be like this
max = 60
gauge speed = 1 * (generation speed + 100)%

time require = max / gauge speed