> 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/raiding-crew.md).

# Raiding Crew

A Crew is formed by combining Vikings inside a Drakkar, creating a expedition force capable of exploring islands, completing raids, and collecting TRIDIUM across the valley.

Each Crew possesses a total Raid Power (RP), calculated from the combined RP of all assigned Vikings.

The strength of a Crew determines:

* accessible island levels
* success probability
* reward potential

Building the right Crew composition is essential for long-term progression.

***

## Crew Rating System

Crews are visually categorized through a star rating system based on their total Raid Power.

|  Crew Rating  |    Total RP    |
| :-----------: | :------------: |
|    ⭐ 1 Star   |   0 – 499 RP   |
|   ⭐⭐ 2 Stars  |  500 – 999 RP  |
|  ⭐⭐⭐ 3 Stars  | 1000 – 1499 RP |
|  ⭐⭐⭐⭐ 4 Stars | 1500 – 1999 RP |
| ⭐⭐⭐⭐⭐ 5 Stars |    2000+ RP    |

Higher Crew Ratings allow players to challenge more dangerous islands with greater reward potential.

***

## Strategy Matters

Players are free to raid lower level islands even with high RP Crews.

Lower level islands provide:

* lower risk
* lower rewards
* safer progression

Higher level islands offer:

* higher rewards
* greater danger
* increased strategic risk

Success is not guaranteed solely by power.

Each island features recommended RP values and varying success probabilities, encouraging players to balance risk versus reward carefully.

***

## Crew Composition

A powerful Crew requires more than strong Vikings.

Players must strategically balance:

* Viking rarity
* total RP
* Drakkar capacity
* provisions
* island difficulty
* long-term resource management

In Vikings Valley, strategy is often more valuable than brute force alone.

***

## Important Notes

* Higher RP increases success probability but does not guarantee victory.
* Efficient Crew management is essential for maximizing long-term rewards.


---

# 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/raiding-crew.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.
