Golden Sneakers
Golden Sneakers Megabonk – Explained
Earn gold by moving around. The amount of gold you get, is pretty low. With 1 pair of golden sneakers you get 1 gold per 10 meters. This is a lot of distance to travel for not a lot of gold.
For $n$ copies, the gold you earn per meter is:
For $n$ copies, the gold you earn per meter is:
$$
\text{GoldPerMeter}(n)
=
(\,n - 1\,)\cdot 0.1 \cdot 0.5 + 0.1
=
0.05\,(n+1)
$$
How it Stacks
- With 1 copy: $\text{GoldPerMeter}(1) = 0.1$ → 1 gold per 10 meters
- With 2 copies: $\text{GoldPerMeter}(2) = 0.15$ → 1 gold per 6.67 meters
- With 3 copies: $\text{GoldPerMeter}(3) = 0.20$ → 1 gold per 5 meters, etc.
- With 2 copies: $\text{GoldPerMeter}(2) = 0.15$ → 1 gold per 6.67 meters
- With 3 copies: $\text{GoldPerMeter}(3) = 0.20$ → 1 gold per 5 meters, etc.
No comments yet. (If you left a suggestion or had a question, it will show up here once it's approved. You will usually recieve a reply to any questions within a day or two.)