Nothing more trash then 'Make number go bigger' 😁
Umbral_Insanity
10
Posts
2
Followers
A member registered Jul 08, 2021 · View creator page →
Creator of
Recent community posts
Congrats! I'm curious how long it took for you. I used a formula to determine upgrade costs with a decrease at the upper limit of each. So I'm sure balancing is needed.
Here's the formula if you have suggestions (upgradeTrash is the current price, startingUpgradeTrash is the initial price):
upgradeTrash = Mathf.CeilToInt(upgradeTrash + (0.25f * upgradeTrash * (1.0f - (upgradeTrash / (100f * startingUpgradeTrash)))));