> For the complete documentation index, see [llms.txt](https://wiki.eloria.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.eloria.pl/eloria-wiki/en/skill-and-perk-system.md).

# Skill and Perk System

#### The Perk System – Power Through Progress

The **Perk System** lets you enhance your character even further by investing points into **unique passive bonuses**.

<figure><img src="/files/DQFDqOxvdBrEXFmxPW3I" alt=""><figcaption><p>Skills and Perk allocation statue in Thais Temple</p></figcaption></figure>

***

**🔹 How It Works**

* For **every 50 levels**, you earn **1 Perk Point**.
* By **interacting with the statue**, you can choose a perk from the list and assign your point to it.
* You can invest **up to 20 points** into a single perk, making it stronger with each upgrade.

<figure><img src="/files/NAPpW7FVaTd0L2sdm9vy" alt=""><figcaption><p>All Skills and Perks points visible from Eloria site - player profile</p></figcaption></figure>

***

**🔹 Other Ways to Get Perk Points**

* From **loot chests** spawning in Thais/Elden City(can occasionally reward Perk Points)
* By **completing quests**

***

**🔹 Made a Mistake?**

If you **accidentally assign a wrong point**, don’t worry !\
You can **reset your entire Skill & Perk System** anytime through the **TC Store**.

<figure><img src="/files/qX8tZEXs2plPogXfpUbt" alt=""><figcaption><p>Skill and Perk Reset available in TC store</p></figcaption></figure>


---

# 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://wiki.eloria.pl/eloria-wiki/en/skill-and-perk-system.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.
