> For the complete documentation index, see [llms.txt](https://whitepaper.playaquafarm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.playaquafarm.io/japanese/gameplay/adobench.md).

# アドベンチャー

![](/files/ffW7lpz6MVaTqiBp6htW)

## ダンジョン

アクアファームには2種類のダンジョンがあります。

* ノーマルダンジョン
* スペシャルダンジョン

いずれもミニマップに表示され、プレイヤーはクリックすることで行きたい場所に移動することができます。各ダンジョンは、いくつかのステージで構成されています。スペシャルダンジョンは、ノーマルダンジョンよりも難易度が高く、報酬も大きい。

{% hint style="info" %}
**ダンジョンキー**\
プレイヤーは特別なダンジョンに入るためにダンジョンキーが必要です。ダンジョンキーは4つのグレードに分かれており、グレードに応じてダンジョンの難易度が変化します。ダンジョンキーは、バトル報酬でランダムに入手することができます。
{% endhint %}

## 宝の地図

アクアワールドから<mark style="color:blue;">PODO</mark>を奪うために、海や近くの宝島にスペシャルモンスターが隠れています。宝の地図は、特殊なモンスターの居場所を示すアイテムです。

![](/files/HBqoQECidP3XexttFTwd)

プレイヤーはPvEバトルを通じて、宝の地図をランダムに入手することができます。

プレイヤーは宝の地図を使って、バトル/ノンバトルに参加することができます。宝島にしかない宝箱から入手できるアイテムは以下の通りです。

* オアシスのオブジェクトの素材
* ゲーム内アイテム

なお、宝の地図はプレイヤー間で交換することはできません。


---

# 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://whitepaper.playaquafarm.io/japanese/gameplay/adobench.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.
