# Gladiators

Gladiators are the first NFT characters that can be used in the [**Adventure system**](https://aog.gitbook.io/wiki/project/adventure-system). They are needed to start said adventures and they will be used in almost every activity in the game. This includes going on Adventures and fighting in the [**Arena**](https://aog.gitbook.io/wiki/project/arena-combat-system).

**Gladiators** are acquirable by purchasing and unpacking [**Gladiator packs**](https://aog.gitbook.io/wiki/project/characters/gladiators/gladiator-packs).

Each **Gladiator** has **five attributes** where the fifth attribute is the sum of all other attributes:

* **HP** (Health Points)
* **Attack**
* **Defense**
* **Speed**
* **Overall**

Every **Gladiator** comes in different rarities:

{% tabs %}
{% tab title="Common" %}
![](https://2739617532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvJvssZbLaCKqS4RAAc9%2Fuploads%2FMCKEknyx291zLFHJwgI0%2Fimage.png?alt=media\&token=c0eee1fd-dca7-4910-89f7-bc303c465669)
{% endtab %}

{% tab title="Uncommon" %}
![](https://2739617532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvJvssZbLaCKqS4RAAc9%2Fuploads%2FXDres4WNKWi7DzxmSv4b%2Fimage.png?alt=media\&token=4414fb5f-d706-4bc5-b46e-6d1859e3b4b8)
{% endtab %}

{% tab title="Rare" %}
![](https://2739617532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvJvssZbLaCKqS4RAAc9%2Fuploads%2FA8O7c2PggH0ByO6nxDsV%2Fimage.png?alt=media\&token=d9dfe138-a715-44d9-b1ba-31770e123430)
{% endtab %}

{% tab title="Epic" %}
![](https://2739617532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvJvssZbLaCKqS4RAAc9%2Fuploads%2FRHWoshwSp5D8xcLCvbAb%2Fimage.png?alt=media\&token=edf8f3fb-a6f0-4aef-91b9-db22e2b112ed)
{% endtab %}

{% tab title="Legendary" %}
![](https://2739617532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvJvssZbLaCKqS4RAAc9%2Fuploads%2FsoeEJH5lqNO8fmY0Wd5r%2Fimage.png?alt=media\&token=167a2376-5cdb-4ac4-bccf-d114d1a995ba)
{% endtab %}
{% endtabs %}

Every **Gladiator** also comes in different **Glory levels** depending on their **Overall** stat:

| Glory level | % of the potential overall capabilities |
| ----------- | :-------------------------------------: |
| Normal      |                 0 - 70%                 |
| Reputable   |                 70 - 90%                |
| Glorified   |                90 - 100%                |

**Gladiator's** attributes are determined by the rarity of the gladiator + RNG factor. Each attribute has its own minimum attribute number depending on rarity. **Overall** attribute number is the sum of other attributes and has its own maximum depending on rarity.

| Rarity    | Minimum in each attribute | Maximum overall attribute |
| --------- | :-----------------------: | :-----------------------: |
| Common    |         10 points         |            100            |
| Uncommon  |         20 points         |            150            |
| Rare      |         30 points         |            200            |
| Epic      |         40 points         |            250            |
| Legendary |         50 points         |            350            |

{% hint style="info" %}
Purchasing or transferring a Gladiator NFT will be locked for the following four hours. Until then it will not be usable in-game.
{% endhint %}
