You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in another issue, the actual level of this upgrade is 9. Thus, the cost of this upgrade is 12500*1.35^9 ~= 186171.8.
The gold coin gain being upgraded to is level 10. Thus, the value is 1.12^10 ~= 3.105848.
The cost is being rounded, while the stats are being truncated. (Rounding would be preferable consistently.) AFAICT, this affects a number of displays (certainly all the upgrade displays), the next-level upgrade was just the easiest to demonstrate it with.
The text was updated successfully, but these errors were encountered:
Counterpoint: it's mildly annoying to see I have "3" tin ore, but actually it's 2.6 and it'll be a few minutes before it's enough for my 3-tin crafting attempt.
As discussed in another issue, the actual level of this upgrade is 9. Thus, the cost of this upgrade is
12500*1.35^9 ~= 186171.8
.The gold coin gain being upgraded to is level 10. Thus, the value is
1.12^10 ~= 3.105848
.The cost is being rounded, while the stats are being truncated. (Rounding would be preferable consistently.) AFAICT, this affects a number of displays (certainly all the upgrade displays), the next-level upgrade was just the easiest to demonstrate it with.
The text was updated successfully, but these errors were encountered: