> For the complete documentation index, see [llms.txt](https://docs.vikingsvalley.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vikingsvalley.app/gameplay/quickstart.md).

# Vikings

<figure><img src="/files/S1Jny9zDd1rJp0wLMFpg" alt=""><figcaption></figcaption></figure>

Each Viking possesses a unique amount of Raid Power (RP), which determines the strength and effectiveness of a Crew during expeditions and raids across the valley.

Vikings exist in different tiers of rarity and power. Higher tier Vikings feature stronger equipment, superior combat capabilities, and significantly higher RP values, allowing players to access more dangerous islands and greater rewards.

Every Crew’s total RP is calculated by combining the RP of all assigned Vikings inside a Drakkar.

As the world of Vikings Valley evolves, stronger Vikings become essential for accessing higher level islands introduced in future phases of the game.

***

## Viking Tiers

| Tier                     | Raid Power (RP) |
| ------------------------ | :-------------: |
| Tier 1  - Common ⭐       |        50       |
| Tier 1  - Uncommon ⭐⭐    |        70       |
| Tier 1  - Rare ⭐⭐⭐       |        99       |
| Tier 2 - Common ⭐        |       100       |
| Tier 2  - Uncommon ⭐⭐    |       145       |
| Tier 2  - Rare ⭐⭐⭐       |       199       |
| Tier 3 - Common ⭐        |       200       |
| Tier 3 - Uncommon ⭐⭐     |       245       |
| Tier 3 - Rare ⭐⭐⭐        |       299       |
| Tier 4 - Common ⭐        |       300       |
| Tier 4 - Uncommon ⭐⭐     |       340       |
| Tier 4 - Rare ⭐⭐⭐        |       370       |
| Tier 4 - Epic ⭐⭐⭐⭐       |       399       |
| Tier 5 - Common ⭐        |       400       |
| Tier 5 - Uncommon ⭐⭐     |       430       |
| Tier 5 - Rare ⭐⭐⭐        |       460       |
| Tier 5 - Epic ⭐⭐⭐⭐       |       480       |
| Tier 5 - Legendary ⭐⭐⭐⭐⭐ |       499       |

***

## Important Notes

* Higher tier Vikings provide significantly more Raid Power.
* Stronger Vikings increase access to high-risk, high-reward islands.
* Future expansions may introduce new island levels requiring higher Crew RP.
* Vikings can be traded through the Vikings Valley Marketplace.
* Crew composition and strategy are essential for long-term progression.


---

# 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://docs.vikingsvalley.app/gameplay/quickstart.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.
