⛓ī¸Initial Values

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.

byte — byte value

toFixed(2) — rounding to two places

Math.floor — downward rounding

Abilities

= Math.floor(15*byte/255+5)

Improvers

Grow Rate

= (2*byte/255 + 3).toFixed(2)

Exp Rate

= (byte/255 + 2).toFixed(2)

Phenotype

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.

Last updated