# Game Modes

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

Players can earn rewards by completing PvE battles. Rewards scale with difficulty, providing better progression for players who take on tougher encounters.

## PvE Game Modes

Players can challenge AI opponents in three difficulty levels.

| Mode   | Energy Cost |
| ------ | ----------- |
| Easy   | 4           |
| Normal | 6           |
| Hard   | 8           |

Higher difficulty requires more energy but grants better rewards.

***

## Win Rewards

Winning a battle grants credits, shards, and sometimes modules depending on the difficulty.

| Reward  | Easy | Normal                 | Hard                  |
| ------- | ---- | ---------------------- | --------------------- |
| Credits | 20   | 45                     | 100                   |
| Shards  | 5    | 10                     | 30                    |
| Modules | —    | ⚪ Random Common Module | 🔵 Random Rare Module |

***

## Loss Rewards

Even if a battle is lost, players still receive a small amount of credits.

| Reward  | Easy | Normal | Hard |
| ------- | ---- | ------ | ---- |
| Credits | 5    | 10     | 15   |

***

## Battle Drop Chances

In addition to standard rewards, battles also have a chance to drop modules.

#### Normal Mode

| Drop            | Chance |
| --------------- | ------ |
| ⚪ Common Module | 30%    |
| Nothing         | 70%    |

***

#### Hard Mode

| Drop           | Chance |
| -------------- | ------ |
| 🔵 Rare Module | 41%    |
| Nothing        | 59%    |

Hard mode offers the **best chance to obtain modules from PvE battles**.

***

## Module Rarity

Modules are divided into different rarity tiers.

| Rarity       | Description                              |
| ------------ | ---------------------------------------- |
| ⚪ Common     | Basic upgrades used in early progression |
| 🔵 Rare      | Improved modules with stronger effects   |
| 🟣 Epic      | High-tier modules for advanced builds    |
| 🟡 Legendary | The most powerful modules in the game    |

Higher rarity modules are primarily obtained from **containers and advanced rewards**, while **Legendary items can also be earned through special in-game events such as the&#x20;*****Iron Dawn*****&#x20;tournament**.


---

# 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://aveforge.gitbook.io/docs/gameplay-system/game-modes.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.
