> For the complete documentation index, see [llms.txt](https://noftgames.gitbook.io/hi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noftgames.gitbook.io/hi/blockchain/nofts-qualities/initial-values.md).

# Initial Values

![](https://3281851641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd7vkN01objMfp716vysu%2Fuploads%2FKCEOtRL0wJ43X8vDenK5%2Fimage.png?alt=media\&token=93bd2c62-fc10-471c-bb1c-501c84063d34)

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.

{% content-ref url="/pages/FmoYMovUeWrFiplkXzxO" %}
[Genotype](/hi/blockchain/nofts-qualities/genotype.md)
{% endcontent-ref %}

{% hint style="info" %}
*byte* — byte value

*toFixed(2) —* rounding to two places

*Math.floor* — downward rounding
{% endhint %}

#### Abilities

{% hint style="info" %}
\= Math.floor(15\*byte/255+5)&#x20;
{% endhint %}

#### Improvers

Grow Rate

{% hint style="info" %}
\= (2\*byte/255 + 3).toFixed(2)
{% endhint %}

Exp Rate

{% hint style="info" %}
\= (byte/255 + 2).toFixed(2)
{% endhint %}

#### 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.

{% content-ref url="/pages/i9FKKjEelbReQD9fS9Ge" %}
[Phenotype](/hi/blockchain/nofts-qualities/phenotype.md)
{% endcontent-ref %}

![](https://3281851641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd7vkN01objMfp716vysu%2Fuploads%2FqBNDDAkMU8Siuf8KDe9d%2Fimage.png?alt=media\&token=59171cb3-87e0-4e84-9180-2b924a08f485)
