LAND Upgrade
Last updated
Last updated
s come with 1X size by default. upgrade allows you to level up and get a new out of two s using an amount of tokens. This way you can fill your available slots with better ones and get more , eventually more .
The upgrade process starts with a random number between 0-100. We'll use it for calculations following. Let's define it here:
R = A random number between 1β100
This is how we calculate it:
This is how we calculate it:
x + (y * z) = 7%
This is how it works:
x= 60,000 Total Land Supply y = 20,000 Total Sandy Lands z = 10,000 Total Clay Lands
Probability threshold to get a 2X Clay Land
to level up must be equal. For example, you can upgrade with 1x Sandy and 1x Silty but 1x Sandy and 2x Silty is not possible.
No upgrade for 4x s because that is the maximum level.
An amount of tokens is required to level up. This amount depends on the levels of s you are upgrading.
x= 900 (base price) y= 100 (extra price per level) z= 3 (level of your s)
x + (y * z) = 1200 tokens required for upgrade
There is a possibility to lose both of your two s and get nothing in return. This possibility depends on the levels of s you are upgrading.
x: 5 (base burn probability) y: 1 (additional burn probability per level) z: 2 (level of your s)
In the calculation above, if R is lower or equal to 7 then both two s get burned and the user gets nothing in return.
Letβs say you want to level up using 1X Sandy Land and 1X Clay Land to get a 2X .
if R is greater than y2 then: you get 2X Clay (level and soil type up)
otherwise: you get 2x Sandy (level up).