So I wanted to create a Universal Paperclip-like game, and for that I want to exponentially raise the prices of certain objects/upgrades. Is there any way to do so?
So I wanted to create a Universal Paperclip-like game, and for that I want to exponentially raise the prices of certain objects/upgrades. Is there any way to do so?
Just raise the price by multiplying by one more than the percentage required. That is, to increase by five percent, multiply by 1.05 (or multiply by 105/100).