> For the complete documentation index, see [llms.txt](https://whitepaper.legendofarcadia.io/legend-of-arcadia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.legendofarcadia.io/legend-of-arcadia/gameplay/faction/faction-bonuses.md).

# Faction Bonuses

There are relationships between heroes of the same or different factions. All heroes on a player’s team will earn a formation bonus if a certain formation is reached within the player’s team.

<table><thead><tr><th width="315.3333333333333">Combination</th><th>Faction Bonus</th><th>Additional effects</th></tr></thead><tbody><tr><td>3 Frostsect heroes</td><td>HP+10%, ATK+10%</td><td></td></tr><tr><td>4 Frostsect heroes</td><td>HP+20%, ATK+15%</td><td></td></tr><tr><td>5 Frostsect heroes</td><td>HP+25%, ATK+20%</td><td>When dealing damage, there is a 15% chance to make the target enter the [slow 2] status for 4 seconds.</td></tr><tr><td>3 Flamexecuter heroes</td><td>HP+10%, ATK+10%</td><td></td></tr><tr><td>4 Flamexecuter heroes</td><td>HP+20%, ATK+15%</td><td></td></tr><tr><td>5 Flamexecuter heroes</td><td>HP+25%, ATK+20%</td><td>When dealing damage, there is a 10% chance to make the target enter the [burn 2] status for 4 seconds.</td></tr><tr><td>3 Judgethunder heroes</td><td>HP+10%, ATK+10%</td><td></td></tr><tr><td>4 Judgethunder heroes</td><td>HP+20%, ATK+15%</td><td></td></tr><tr><td>5 Judgethunder heroes</td><td>HP+25%, ATK+20%</td><td>Crit Chance+15%</td></tr><tr><td>3 Voidowanderer heroes</td><td>HP+10%, ATK+10%</td><td></td></tr><tr><td>4 Voidowanderer heroes</td><td>HP+20%, ATK+15%</td><td></td></tr><tr><td>5 Voidowanderer heroes</td><td>HP+25%, ATK+20%</td><td></td></tr><tr><td>3+2 combination of any factions except the Shadower</td><td>HP+20%, ATK+20%</td><td></td></tr></tbody></table>

The Shadower will not activate any relationship of Factions. Nonetheless, according to the number of Shadower heroes in one’s team, all heroes in the team will benefit from additional improvement.

<table><thead><tr><th>Number of the Shadower heroes in your team</th><th>Faction Bonus</th><th data-hidden></th></tr></thead><tbody><tr><td>1</td><td>DEF+30%</td><td></td></tr><tr><td>2</td><td>Crit Chance+15%</td><td></td></tr><tr><td>3</td><td>Cirt Damage+30%</td><td></td></tr><tr><td>4</td><td>Recover after injuried+25%</td><td></td></tr><tr><td>5</td><td>Haste+10</td><td></td></tr></tbody></table>

Lightbringer heroes can be treated as any other factions in a relationship of Factions.


---

# 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://whitepaper.legendofarcadia.io/legend-of-arcadia/gameplay/faction/faction-bonuses.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.
