> For the complete documentation index, see [llms.txt](https://purraria.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://purraria.gitbook.io/whitepaper/purrior.md).

# Purrior

![Early stage concept draft of Purrior Genera](/files/KJfv8AiOODe4bFx7uoj1)

Purrior is a SPL-Token NFT that acts as playable cat character in Purraria. Players are required to set-up 8 Purriors as a team before starting a match. Each Purrior has 9 stats together with a unique Passive and Special Skills:&#x20;

* HP: Hit point value, Purrior die after reaching 0
* Str: Physical attack value, primary attack stat for Physical General
* Vit: Physical defense value
* Int: Magical attack value, primary attack stat for Magical Genera
* Wis: Magical defense value
* Agi: Attack speed rate
* Luk: Critical chance
* Move: Movement speed after deployed
* Range: Range of attack
* Passive Skill: Skills that triggers on auto-attack.
* Special Skill: Skills that will activate once its off cooldown and conditions are met.

There are 12 Genera of Purriors currently planned to be available in the game, each with their own specialization:

**Physical Genera**

* Warrior (AoE damage)
* Brute (high offense)
* Monk (quick offense)
* Archer (long-range attack)
* Paladin (high defense)
* Assassin (pierce attack)

**Magical Genera**

* Magician (AoE damage)
* Warlock (high offense)
* Sage (quick offense)
* Druid (high defense)
* Priest (buff)
* Djinn (debuff)

**Misc. Genera**

* On development

Each starting players will automatically posses 8 Purriors: **Warrior**, **Brute**, **Paladin**, **Archer**, **Magician**, **Sage**, **Druid**, and **Priest**. The players can gain additional non-NFT Purriors by progressing in the game or minting the Genesis Purrior NFT that comes with slightly better stats, enhanced visual effect, ability to mine $GGX token through Quick Match, and breeding more Purrior NFTs. The Genesis Purrior NFT is limited to 9.999, where they possess a specific trait exclusive to the Genesis collection.&#x20;

Each Purrior NFT comes with a rarity trait. The rarity trait will modify the visual effect during a match with no stats differences between rarity. The rarity trait distribution of Purrior NFT is as follows:

* Plain: 55,5%
* Uncommon: 31,4%
* Rare: 9,87%
* Radiant: 3,14%
* Purrfect: 0,09%

In addition, the Purrior NFT are capable to breed with another Purrior NFT to create a new Purrior NFT offspring with a certain chance to possess specific Genera and Rarity. However, each Purrior NFT will be unique and there will be no two identical Purrior NFT existed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://purraria.gitbook.io/whitepaper/purrior.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
