> For the complete documentation index, see [llms.txt](https://aincrad-legacy.gitbook.io/aincrad-legacy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aincrad-legacy.gitbook.io/aincrad-legacy-docs/combat-roles/tank.md).

# Tanker

Choosing to be a **Tanker** will enable you to embrace the role of being your party's frontline. When it comes to taking those heavy hits and protecting allies you will shine - but that also renders your attacks too cautious: looking too much for your own openings leaves your ability to exploit the enemies' lacking.

## What all Tankers get

```
Takes 20% LESS damage (applied to everything as a final dmg multiplier)
```

...and a set of **10 passive skills to choose from**, unlocked and leveled with the points your **Adventure Level** grants. The role also grants bonus **Maximum HP** that grows with every Adventure Level, **HP regeneration even while moving** (most units only regen while standing still), and enables **reflect** effects that turn absorbed punishment back onto attackers.

## How to play

* **Grab and hold aggro.** Your mission is to make sure enemies hit you, not your Damage Dealers or Supporter.
* **Lead the pull.** You are the first one into a fight and the last one out.
* **Use your durability.** Your moving regen and reduced damage taken let you hold positions that would melt any other role.
* **Reflect punishment.** Some Tanker abilities turn the damage you absorb back onto your attackers, based on your defenses.

## Specialization

The Tanker specializes into **Fortress** or **Elusive** - see [Advanced Roles](/aincrad-legacy-docs/combat-roles/advanced-roles.md). *(Not implemented yet.)*


---

# 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://aincrad-legacy.gitbook.io/aincrad-legacy-docs/combat-roles/tank.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.
