> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/custom-modifications/map-modifications.md).

# Map Modifications

## MVP Maps (PvP Enabled Temporarily)

All maps that contain an **MVP Boss** will automatically enable **PvP Mode** while the MVP is alive.\
PvP will be **disabled** once the MVP is defeated.

{% hint style="info" %}
This mechanic encourages competition over MVP hunting and adds an extra layer of challenge during boss encounters.
{% endhint %}

***

### Permanent PvP Modes

The following maps have **Permanent PvP Mode** enabled. Players entering these maps are subject to player-versus-player combat at all times.

| Map Name     | Description / Area         |
| ------------ | -------------------------- |
| `in_sphinx4` | Sphinx Dungeon 4F          |
| `in_sphinx5` | Sphinx Dungeon 5F          |
| `iz_dun03`   | Izlude Dungeon 3F (Byalan) |
| `xmas_dun02` | Toy Factory 2F             |
| `gon_dun01`  | Gonryun Dungeon 1F         |
| `mag_dun02`  | Magma Dungeon 2F           |
| `alde_dun02` | Aldebaran Clock Tower 2F   |
| `c_tower3`   | Clock Tower 3F             |
| `moc_fild16` | Morroc Field 16            |
| `ama_fild01` | Amatsu Field 1             |
| `thor_v01`   | Thor Volcano 1F            |
| `ra_san01`   | Rachel Sanctuary 1F        |
| `ra_san02`   | Rachel Sanctuary 2F        |
| `ra_san03`   | Rachel Sanctuary 3F        |
| `ra_san04`   | Rachel Sanctuary 4F        |
| `ra_san05`   | Rachel Sanctuary 5F        |
| `ein_fild01` | Einbroch Field 1           |
| `juperos_01` | Juperos Dungeon 1F         |
| `jupe_core`  | Juperos Core               |
| `gl_sew03`   | Glast Heim Sewers 3F       |
| `gl_sew04`   | Glast Heim Sewers 4F       |
| `gefenia01`  | Gefenia 1F                 |
| `gefenia02`  | Gefenia 2F                 |
| `gefenia03`  | Gefenia 3F                 |
| `gefenia04`  | Gefenia 4F                 |

{% hint style="info" %}
The most active players gain an advantage in securing high-value farming zones within PvP mode maps.
{% endhint %}


---

# 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://ro0-4.gitbook.io/godro/custom-modifications/map-modifications.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.
