> For the complete documentation index, see [llms.txt](https://gachyi-land.gitbook.io/gachyi-land-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gachyi-land.gitbook.io/gachyi-land-white-paper/gachyi-explorer/player-vs-environment.md).

# Player VS Environment

Player Versus Environment (PvE) is a term used in online gaming to describe a mode where players compete against computer-controlled opponents or challenges, rather than against other human players.

Gachyi Explorer PVE allows you to control various characters from the Gachyiverse supporting either Inazuma or Amerterasu.&#x20;

### Exploration

Each Dungeon is randomly generated each playthrough including all game objects. You will be able to find various items, artifacts weapons, armors, minions and mounts to help you progress through your journey. However, you will need to defeat the randomized monsters in each dungeon room to progress.&#x20;

Progression will lead you to the boss room, which will contains a powerful guardian seeking protecting a Gachapon Machine. Defeat the Guardian and you are rewarded with the opportunity to test your luck at the Gachapon Machine and also progress to the next Dungeon.

Gachapon Machines will allow you to unlock various playable characters, weapons, armors and powerups however the reward is completely random.

### Each Dungeon contains various rooms including:

* **Normal Rooms** - Rooms that have monsters that are relevant to the current Dungeon level.
* **Medium Rooms** - Rooms that contain monsters slightly more difficult to defeat.&#x20;
* **Hard Rooms** - Rooms that contain Monsters that are much more difficult to defeat than normal.&#x20;
* **Shop Rooms** - Rooms where players can purchase various artifacts, items, weapons and armors.
* **Treasure Rooms** - Rooms that contains various treasures.&#x20;
* **Secret Rooms** - Rooms that or not easily identified or found but will contain various items, weapons, armor and artifacts.&#x20;
* **Gachapon Rooms** - Rooms that contain Gachapon machines in which users can spend their coins to try for powerful weapons, armor and artifacts.&#x20;
* **Minion Rooms** - A rare room that spawns minions including mounts.&#x20;
* **Boss Rooms** - A room that spawns the dungeon boss and when defeated a Gachapon Machine.

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

### Mana&#x20;

Provides the ability for players to use weapons. Each weapon use will require mana to use.&#x20;

### Hearts

Hearts is determine if the player lives or dies. Dropping to 0 hearts means game over in most circumstances.&#x20;

### Hammer

Hammer will allow players to clear various obstacles within the map. Hammers are limited so use them carefully.&#x20;

### Coins

Coins are the currency of Gachyi Explorer where you can spend at shops and various Gachapon Machines throughout the game.&#x20;

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


---

# 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:

```
GET https://gachyi-land.gitbook.io/gachyi-land-white-paper/gachyi-explorer/player-vs-environment.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.
