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

# Archetypes

<figure><img src="/files/dfNdXwzRfRQcEaOIj0An" alt=""><figcaption></figcaption></figure>

All warriors, at mint, are also assigned an Archetype. Each archetype comes with its own set of moves that define its fighting approach. Down the line, there may be ways for players to change their warrior's archetype.

{% hint style="info" %}
There are **5** archetypes:
{% endhint %}

### <mark style="color:red;">Puncher</mark>&#x20;

Punchers are focused on punching-based attacks. They have access to a wider range of punching moves than other fighters, such as side and heavy punches.

### <mark style="color:red;">Kicker</mark>&#x20;

Kickers are focused on kicking-based attacks. They have access to a wider range of kicking moves than other fighters, such as double kicks and flip kicks.

### <mark style="color:red;">Defender</mark>&#x20;

Defenders are focused on protection and defense, with special moves focusing on heavy attacks with knockback effects.

### <mark style="color:red;">Agile</mark>&#x20;

Agiles are focused on maneuvering around the arena, with special moves focusing on mobility and dashes.

### <mark style="color:red;">Wrestler</mark>&#x20;

Wrestlers are focused on grappling and throwing opponents.


---

# 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, and the optional `goal` query parameter:

```
GET https://taunt-battleworld.gitbook.io/battleworld/acolyte-warriors/archetypes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
