> For the complete documentation index, see [llms.txt](https://l2avalon-net.gitbook.io/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://l2avalon-net.gitbook.io/info/new/skills/race-skills.md).

# Racial Skills

On our server, each race and archetype has its own personal skill (passive), available from level 15.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/xVz59f5pJdwdSgdxGEzU" alt="" data-size="original"> <mark style="color:orange;"><strong>Human Warrior</strong></mark></td><td><strong>Son of Einhasad</strong></td><td>Max HP +3% <br>HP Recovery Rate +5% <br>Stun Resistance +5%</td></tr><tr><td><img src="/files/GHaepBNduzbqYtk1TT4V" alt=""> <mark style="color:orange;"><strong>Human Mystic</strong></mark></td><td><strong>Blessing Einhasad</strong></td><td>MP Recovery Speed ​​+5% <br>HP Recovery Speed ​​+5% <br>Stun Resistance +5%</td></tr><tr><td><img src="/files/f8JyEiSeSrWfLtuThAWt" alt=""> <mark style="color:orange;"><strong>Elf Warrior</strong></mark></td><td><strong>Elven Spirit</strong></td><td>Atk. +20 <br>Hold Defense +5% <br>Poison Defense +5% <br>HP Recovery Speed ​​+5%</td></tr><tr><td><img src="/files/12ZWkE81mcvcwe8tzjEQ" alt=""> <mark style="color:orange;"><strong>Elf Mystic</strong></mark></td><td><strong>Eva's children</strong></td><td>Mag. Atk. +10 <br>Hold Defense +5% <br>Poison Defense +5% <br>MP Recovery Speed ​​+5%</td></tr><tr><td><img src="/files/AeG2USoPmJYiBUcEnM2x" alt="" data-size="original"> <mark style="color:orange;"><strong>Dark Elf Warrior</strong></mark></td><td><strong>Son of Shilen</strong></td><td>Atk. Spd +20 <br>Max HP +5% <br>MP Recovery Speed ​​+5% <br>Mental Attack Resistance +5%</td></tr><tr><td><img src="/files/VEnSHikcxrd0pmH77lwg" alt=""> <mark style="color:orange;"><strong>Dark Elf Mystic</strong></mark></td><td><strong>Children of Shilen</strong></td><td>M. Atk. +10 <br>MP Recovery Speed ​​+5% <br>Mental Attack Resistance +5%</td></tr><tr><td><img src="/files/11jVNPkNuYUkjTxwQfX8" alt=""> <mark style="color:orange;"><strong>Orc Warrior</strong></mark></td><td><strong>Son of Paagrio</strong></td><td>Max HP +5% <br>Max CP +5% <br>Resistance to mental attacks +5% <br>Protection from falling from height +40%</td></tr><tr><td><img src="/files/OJGfQAbEZC8CDVFQXpVn" alt=""> <mark style="color:orange;"><strong>Orc Shaman</strong></mark></td><td><strong>Spirit of Paagrio</strong></td><td>Max HP +5% <br>Max CP +5% <br>Mental Attack Resistance +5%</td></tr><tr><td><img src="/files/3ikvFGnc0qQT7nDmSkJL" alt="" data-size="original"> <mark style="color:orange;"><strong>Dwarven Fighter</strong></mark></td><td><strong>Technical Excellence</strong></td><td>Critical Hit Chance +5% <br>HP Recovery Speed ​​+3% <br>MP Recovery Speed ​​+3% <br>Paralysis Resistance +5%</td></tr></tbody></table>


---

# 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://l2avalon-net.gitbook.io/info/new/skills/race-skills.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.
