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

# Class

There are total of 9 classes, each Axie belong to one of the class below.

<table><thead><tr><th width="213">Class</th><th width="89" align="center">Health</th><th width="87" align="center">Speed</th><th width="92" align="center">Skill</th><th width="87" align="center">Morale</th><th width="116" align="center">Affinity</th></tr></thead><tbody><tr><td><img src="/files/RESCHOQjnCgECbiY3vyJ" alt="" data-size="line"> Plant</td><td align="center">43</td><td align="center">31</td><td align="center">31</td><td align="center">35</td><td align="center"><img src="/files/hRJGJEkHcweaNxwfMGbZ" alt="" data-size="line"> Moon</td></tr><tr><td><img src="/files/VvkGOhNSdjHRWsIS9PB0" alt="" data-size="line"> Reptile</td><td align="center">39</td><td align="center">35</td><td align="center">31</td><td align="center">35</td><td align="center"><img src="/files/hRJGJEkHcweaNxwfMGbZ" alt="" data-size="line"> Moon</td></tr><tr><td><img src="/files/d9Nqzx7MBjIJSveVvhbL" alt="" data-size="line"> Dusk</td><td align="center">43</td><td align="center">39</td><td align="center">27</td><td align="center">31</td><td align="center"><img src="/files/hRJGJEkHcweaNxwfMGbZ" alt="" data-size="line"> Moon</td></tr><tr><td><img src="/files/nnT4OsrwKrcFKEUoqYum" alt="" data-size="line"> Beast</td><td align="center">31</td><td align="center">35</td><td align="center">31</td><td align="center">43</td><td align="center"><img src="/files/YnJOhxjbRS1sDRTyBLrA" alt="" data-size="line"> Sun</td></tr><tr><td><img src="/files/52rAjSN0fHCSCagfMm0n" alt="" data-size="line"> Bug</td><td align="center">35</td><td align="center">31</td><td align="center">35</td><td align="center">39</td><td align="center"><img src="/files/YnJOhxjbRS1sDRTyBLrA" alt="" data-size="line"> Sun</td></tr><tr><td><img src="/files/mi4w4is3LF7SWJI3fbAU" alt="" data-size="line"> Mech</td><td align="center">31</td><td align="center">39</td><td align="center">43</td><td align="center">27</td><td align="center"><img src="/files/YnJOhxjbRS1sDRTyBLrA" alt="" data-size="line"> Sun</td></tr><tr><td><img src="/files/4ZfZnLce9BEgIyz7CNku" alt="" data-size="line"> Aquatic</td><td align="center">39</td><td align="center">39</td><td align="center">35</td><td align="center">27</td><td align="center"><img src="/files/HoVVmVWxOvjo7TquHxqG" alt="" data-size="line"> Star</td></tr><tr><td><img src="/files/SvdXH0jiKlgbiMKk4qpD" alt="" data-size="line"> Bird</td><td align="center">27</td><td align="center">43</td><td align="center">35</td><td align="center">35</td><td align="center"><img src="/files/HoVVmVWxOvjo7TquHxqG" alt="" data-size="line"> Star</td></tr><tr><td><img src="/files/cZui4TsXLK5KmpqN4HdF" alt="" data-size="line"> Dawn</td><td align="center">35</td><td align="center">39</td><td align="center">39</td><td align="center">27</td><td align="center"><img src="/files/HoVVmVWxOvjo7TquHxqG" alt="" data-size="line"> Star</td></tr></tbody></table>

Each class has a base stats, where each stats are further increased by the Axie's Parts.

{% hint style="info" %}
This is based on Axie Infinity stats design.
{% endhint %}

Each class has Affinity to a type of resource which reduces the resource needed to activate skills by 10%.&#x20;

For example, if a skill requires 10 \[Moon] resources. For Plant, Reptile or Dusk, it would only require 9 \[Moon] resources.


---

# 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://gitbook.axiequest.com/game/axies/class.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.
