> 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/support.md).

# Supporter

Choosing to be a **Supporter** means you choose to step out of the spotlight to make it easier for your friends: you cover their mistakes, you fill their shortcomings, and you make them more capable - enabling everything to work so smoothly on the battlefield. Once you are in the fray, though, this works against you: the constant shifts of focus make you unable to show your true potential in combat.

## What all Supporters get

```
Deals 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 improved **SP regeneration** that grows with every Adventure Level, and access to party-empowering tools, including the unique **Buff Stall**.

## Buff Stalls

Supporters can set up a **Buff Stall** - a personal shop that sells buffs to other players, even while you are away. It is a Supporter-only way to help the whole community and earn Col at the same time. See [Buff Stalls](/aincrad-legacy-docs/economy-and-social/buff-stalls.md).

## How to play

* **Stay aware of the whole party,** not just one target. Your value is spread across everyone.
* **Position safely.** You are not as tough as a Tanker - let the frontline screen for you.
* **Set up Buff Stalls** in town to passively support the community.

## Specialization

The Supporter specializes into **Booster**, **Breaker** or **Handler** - 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/support.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.
