> For the complete documentation index, see [llms.txt](https://docs.klaydice.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klaydice.io/dicast/game-system/map.md).

# Map

There are 8 maps available in KLAYDICE.

Each map is unlocked when you reach certain league and has unique monsters with 3 type of levels in the field.

Blocks on the map gives higher damage, HP and AP as the league increases.

### FOREST OF FATE

Unlock League: Bronze

Monsters: Lv.1 Slime, Lv.2 Treant, Lv.3 Stone Golem

![MAP: FOREST OF FATE](/files/vOK1PgISlXAMCL27Ugng)

### DARK HORIZON

Unlock League: Silver

Monsters: Lv.1 Polluted Slime, Lv.2 Corrupt Treant, Lv.3 Giant Slime

![MAP: DARK HORIZON](/files/b9QFCgYdEZV7Fxi3sPPP)

### SILENT SNOWFIELD

Unlock League: Gold

Monsters: Lv.1 Ice Spirit, Lv.2 Baby Sasquatch, Lv.3 Sasquatch

![MAP: SILENT SNOWFIELD](/files/P8vkdpPwIvVqMVNDwxua)

### AMETHYST CAVE

Unlock League: Platinum

Monsters: Lv.1 Cave Bird, Lv.2 Cave Troll, Lv.3 Cave Spirit

![MAP: AMETHYST CAVE](/files/DESHjvoBI53G5JP082Dg)

### SAND DESERT

Unlock League: Diamond

Monsters: Lv.1 Desert Scorpion, Lv.2 Mummy, Lv.3 Osiris

![MAP: SAND DESERT](/files/TT9p9cpmWYMHDDBzR6El)

### HELLFIRE ISLAND

Unlock League: Master

Monsters: Lv.1 Fire Spirit, Lv.2 Lava Golem, Lv.3 Fire Dragon

![MAP: HELLFIRE ISLAND](/files/GsuTsM96PHhDAMtnttdH)

### CRIME CITY

Unlock League: Grand Master

Monsters: Lv.1 Radioactive Jelly, Lv.2 Zombie, Lv.3 Helicopter Gunship

![MAP: CRIME CITY](/files/73uCHc8TmX85Upddwvfz)

### STAR TOMB

Unlock League: Challenge

Monsters: Lv.1 Sentry, Lv.2 Drone, Lv.3 Centurion

![MAP: STAR TOMB](/files/oLAYavRBK4bkK1fefsbC)


---

# 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://docs.klaydice.io/dicast/game-system/map.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.
