# Runes

Runes are a mythical items that spawns in the side rivers of the map. They spawn at specific intervals throughout the match. When a hero picks up the rune, they will be given either a passive attribute boost or skill.

There are three types of runes:

| Runes     | Type of Rune           | Description                                                                                           |
| --------- | ---------------------- | ----------------------------------------------------------------------------------------------------- |
| Berserk   | Passive Skill Rune     | Dealing damage with skills increases physical attack for a period of time. This skill has a cooldown. |
| HP Rune   | Passive Attribute Rune | Increases HP based on level.                                                                          |
| Mana Rune | Passive Attribute Rune | Increases Mana based on level.                                                                        |


---

# Agent Instructions: 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:

```
GET https://league-of-ancients-v2.gitbook.io/whitepaper/gameplay/runes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
