# Story Mode (PVE)

**Story Mode** is the narrative-driven part of RoboHero, where players conquer levels to unravel the story of the RoboHero universe. This mode challenges players to progress through 6 sequentially arranged worlds, each with its unique environment and set of challenges:

* [**Void (Tutorial)**](https://robohero.gitbook.io/robohero-wiki/command-center/game-world/enviroments/void)
* [**Desert**](https://robohero.gitbook.io/robohero-wiki/command-center/game-world/enviroments/desert)
* [**Swamp**](https://robohero.gitbook.io/robohero-wiki/command-center/game-world/enviroments/swamp)
* [**Mountain**](https://robohero.gitbook.io/robohero-wiki/command-center/game-world/enviroments/mountains)
* [**City**](https://robohero.gitbook.io/robohero-wiki/command-center/game-world/enviroments/city)
* [**Jungle**](https://robohero.gitbook.io/robohero-wiki/command-center/game-world/enviroments/jungle)

Each world comprises 30 levels, with every level requiring the completion of a specific mission to advance. The 30th mission in each world is a special mission or a boss fight, presenting a higher difficulty level than standard missions. Successfully completing the 30th mission unlocks the next world.

### ⚡**Energy Requirements:**

* The first attempt at any mission consumes 1 energy.
* Subsequent attempts at the same mission cost 2 energy.
* Special missions and boss fights consistently require 3 energy.
* Without energy, players cannot engage in PVE battles.

### ⚔️**Opponents:**&#x20;

In Story Mode, the adversary is always an AI-controlled robot, with its type and kind dictated by the game's storyline. As players progress, enemies become increasingly challenging, featuring higher base stats and controlled by more advanced AI.

### 🏆**Rewards**

The primary rewards for progressing and completing missions in PVE mode include experience points ([EXP)](https://robohero.gitbook.io/robohero-wiki/command-center/robots/leveling-up/exp-points) for both the robot and player account, ASH, and items of lower quality.&#x20;

Boss fights and special missions offer the chance to obtain a larger quantity of the aforementioned assets and, on rare occasions, crystals and higher-quality items.

[← Back to Game Modes](https://robohero.gitbook.io/robohero-wiki/command-center/gameplay/game-modes)


---

# 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://robohero.gitbook.io/robohero-wiki/command-center/gameplay/game-modes/story-mode-pve.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.
