# Basics

## Stages

The game is divided into 3 stages

#### 1. Stage: Public Mint

Everyone is allowed to mint. Minted tokens will still be unrevealed.\
Duration: 24h

#### 2. Stage: Fight

The battlefield is open now and the Gainlings can attack each other.\
Duration: Until they are all dead.

## Start conditions

The strength of each Gainling is defined by the mint. All the Gainlings have equal base values for attack, defense and weight but the total value is also directly influenced by the parts the Gainling got during the mint. You can lookup the stats of each part in the traits tables.

{% content-ref url="traits" %}
[traits](https://the-gainlings.gitbook.io/the-gainlings/strategy/traits)
{% endcontent-ref %}

The base values for all of the Gainlings are:&#x20;

Attack: 1000\
Defense: 250\
Weight: 1200<br>

Here is an example of a Gainling and how the total values are composed

&#x20;

<figure><img src="https://3739371983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDi0DuYMP4OSwkWMYUrGS%2Fuploads%2FshaQekF6heaOi4UV7VT3%2Fimage.png?alt=media&#x26;token=f1c113c3-7efc-4eee-b463-916b3e99488b" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="157">Slot</th><th width="178">Part Name</th><th align="right">Attack</th><th align="right">Defense</th><th align="right">Weight</th></tr></thead><tbody><tr><td>Character</td><td>Base values</td><td align="right">1000</td><td align="right">250</td><td align="right">3600</td></tr><tr><td>Helmet</td><td>Ninjamask</td><td align="right">0</td><td align="right">35</td><td align="right">125</td></tr><tr><td>Armour</td><td>Toga</td><td align="right">0</td><td align="right">25</td><td align="right">250</td></tr><tr><td>Shield</td><td>Hardened Buckler</td><td align="right">0</td><td align="right">30</td><td align="right">300</td></tr><tr><td>Weapon</td><td>Luxury Pistol</td><td align="right">320</td><td align="right">0</td><td align="right">450</td></tr><tr><td>Boots</td><td>Grass</td><td align="right">0</td><td align="right">5</td><td align="right">100</td></tr><tr><td><strong>TOTAL</strong></td><td></td><td align="right"><strong>1320</strong></td><td align="right"><strong>345</strong></td><td align="right"><strong>4825</strong></td></tr></tbody></table>
