# Raids

#### Raids are special activities where your Typer goes on a run to earn rewards.

They are an important part of Peptype because they turn your progress into action and give you a chance to receive loot, useful items, and other valuable rewards.\
The stronger your Typer becomes and the more you progress, the more opportunities you have to take part in raids and go after better results.

***

#### Raid Access

At early stages, a Typer has limited energy, which restricts access to higher-level raids.

From Level 1 to Level 5, a Typer has 1 energy, allowing access only to Raid Level 1.\
As the Typer levels up and gains more available energy, higher-level raids become accessible.

**Available raid levels depend on:**

* Typer level
* available energy

***

#### Raid Interface

**The raid interface displays:**

* a visual entrance representing the exploration location
* a list of raid levels currently available to the Typer

Select a raid level to send the Typer on an exploration mission for a fixed duration.

***

#### Raid Levels

<details>

<summary><strong>Raid 1: Bonepit Cavern</strong></summary>

* Level Range: 1-4
* Energy Cost: 1 energy
* Duration: 1 hour
* **Rewards:**&#x20;
  * *Points: 100-300*
  * *Loot box: Common, Uncommon*

</details>

<details>

<summary><strong>Raid 2: Molten Depths</strong></summary>

* Level Range: 5-9
* Energy Cost: 2 energy
* Duration: 2 hours
* **Rewards:**&#x20;
  * *Points: 250-600*
  * *Tokens: 100-325*
  * *Loot box: Common, Uncommon, Rare*

</details>

<details>

<summary><strong>Raid 3: Skullkeep Gate</strong></summary>

* Level Range: 10-14
* Energy Cost: 3 energy
* Duration: 4 hours
* **Rewards:**&#x20;
  * *Points: 500–900*
  * *Tokens: 350-750*
  * *Loot box: Common, Uncommon, Rare , Epic*&#x20;

</details>

<details>

<summary><strong>Raid 4: Crypt Gate</strong></summary>

* Level Range: 14-19
* Energy Cost: 3 energy
* Duration: 6 hours
* **Rewards:**&#x20;
  * *Points: 700–1200*
  * *Tokens: 800-1450*
  * *Loot box: Uncommon, Rare , Epic, Legendary*

</details>

<details>

<summary><strong>Raid 5: Ashfall Wasteland</strong></summary>

* Level Range: 20-24
* Energy Cost: 4 energy
* Duration: 8 hours
* **Rewards:**&#x20;
  * *Points: 1000–2000*
  * *Tokens: 1500-3700*
  * *Loot box: Uncommon, Rare , Epic, Legendary*

</details>

<details>

<summary><strong>Raid 6: Plague Hollow</strong></summary>

* Level Range: 25-29
* Energy Cost: 4 energy
* Duration: 10 hours
* **Rewards:**&#x20;
  * *Points: 1500–2500*
  * *Tokens: 3750-7000*
  * *Loot box: Rare , Epic, Legendary*

</details>

<details>

<summary><strong>Raid 7: Last Warpath</strong></summary>

* Level Range: 30
* Energy Cost: 5 energy
* Duration: 12 hours
* **Rewards:**&#x20;
  * *Points: 2000–5000*
  * *Tokens: 10000*
  * *Loot box: Rare , Epic, Legendary*

</details>

***

#### Raid Outcomes

After a raid is completed, the Typer returns with rewards based on the selected raid level.

**Raid outcomes may include:**

* points
* loot boxes
* tokens

Not all reward types are guaranteed for every raid.

***

#### Loot Boxes in Raids

Raids can reward loot boxes. Loot box rarity depends on the selected raid level.

**Higher raid levels provide access to:**

* a higher chance of receiving a loot box
* a higher chance that the loot box will be of a rarer tier

> Loot boxes contain customization items used to change and upgrade the look of Typer.
>
> **This items can be combined into Sets.**&#x20;

***

#### Reward Formula

**The reward is calculated using the following formula:**

Reward = MIN + (MAX - MIN) × Progress<br>

**Where Progress is calculated as:**

Progress = (LVL - LVLstart) / (LVLend - LVLstart)

> **MIN:** minimum possible reward
>
> **MAX:** maximum possible reward
>
> **LVL:** current player level
>
> **LVLstart:** starting level of the reward range
>
> **LVLend:** ending level of the reward range
>
> **Progress:** player progress inside the selected level range

***


---

# 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://peptype.gitbook.io/peptype/features/raids.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.
