> For the complete documentation index, see [llms.txt](https://docs.game-box.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.game-box.pl/warpy-expowiska/kraina-demonow.md).

# Kraina Demonów

Do Krainy Demonów można przedostać się używając komendy /warp demony. Znajdują się tam najsłabsze potwory na serwerze, z których możemy pozyskać przedmioty potrzebne do ulepszania seta nieumarłego. W Krainie Demonów możemy znaleźć potwory z poziomem od I do V (im większy poziom demona, tym mamy więcej szans na pozyskanie z niego przedmiotów) oraz Dungeon Króla Demonów. \
\
Z Demonów możemy pozyskać:

* Klucz Demona - możemy go użyć do scraftowania przepustek pod /crafting, napełnić punkt rdzenia lub kryształu oraz użyć do craftingu niektórych części zbroi.
* Starożytna Energia - możemy ją zamienić na inne potrzebne przedmioty na /warp demony u npc lub użyć do craftingu niektórych części zbroi.
* Demoniczna Skrzynia - z owej skrzynki możemy pozyskać starożytne energię oraz demoniczną zbroję, którą możemy potem ulepszyć.

MiniBoss **Demoniczny Strażnik** - Demoniczny Strażnik pojawia się po zabiciu 5000 potworów (globalnie). Po nabiciu wymaganego progu Demoniczny Strażnik pojawi się na diamentowym bloku w jaskini. Dropi z niego Skrzynia Władcy Demonów.


---

# 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.game-box.pl/warpy-expowiska/kraina-demonow.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.
