stefan-brus / capital

vanilla JS idle game
1 stars 1 forks source link

Add savings account interest mechanics #25

Closed stefan-brus closed 4 years ago

stefan-brus commented 5 years ago

Mockup:

Next upgrade at [threshold] saved [Increase interest [price]]

Threshold should increase 10-logarithmically, so the first upgrade can be bought at $1 saved, the next at $10 saved, the next at $100 saved, and so on. Price should increase 2-logarithmically, so the first upgrade can be bought for $1, the next for $2, the next for $4, and so on.

stefan-brus commented 4 years ago

The price increase rate doesn't make much sense. Make it cost the same as the threshold instead.