βοΈInitial Values
Last updated
Last updated
Initial values are different for each Noft. They are determined at the moment of minting and depend on the Genotype. The minimal possible value is 5, maximal is 20.
βοΈGenotypebyte β byte value
toFixed(2) β rounding to two places
Math.floor βΒ downward rounding
= Math.floor(15*byte/255+5)
Grow Rate
= (2*byte/255 + 3).toFixed(2)
Exp Rate
= (byte/255 + 2).toFixed(2)
The appearance calculation is done via huge configuration files. We can't cite them if we wish. However, you can learn the concept of the phenotype builder in general.
βοΈPhenotype