# Quest

ゲーム内にはクエストが複数あり、クリアすることで報酬を得ることが出来ます。特にデイリークエストのクリア回数はRanking報酬を得るための条件にもなっているため、非常に重要です。

クエストには恒常の「デイリー」「ウィークリー」「トータル」の3種類と期間限定の「イベント」があります。「デイリー」「ウィークリー」はコンプリート時、「トータル」は各クエストクリア時にSBTを獲得します。

{% hint style="warning" %}
クエストボーナスで得た物は人に譲渡することが出来ません
{% endhint %}

## **デイリー**

* ランクマッチバトルを行う&#x20;
* 探索を行う
* Tournament(PvE)で勝利する

## &#x20;**ウィークリー**

* ランクマッチバトルを3回行う&#x20;
* ランクマッチバトルを5回行う
* 探索を3回行う&#x20;
* 探索を5回行う
* トレーニングを30回行う
* Monsterを1回再生する

## **トータル**

* ログイン日数&#x20;
* プレイヤーランク
* ゲーム内の経過時間
* Monsterランク
* Monsterの再生（Mint）回数&#x20;
* Monsterの融合回数&#x20;
* Monsterの結晶化回数&#x20;
* MonsterのCoach化回数&#x20;
* Monsterの強化回数&#x20;
* Farmの強化回数&#x20;
* トレーニング回数&#x20;
* 特訓回数&#x20;
* ランクマッチバトル回数&#x20;
* 探索回数&#x20;
* 探索でのアイテム発見量&#x20;
* Monsterの入手種類数&#x20;
* ゲーム内通貨獲得量

## **イベント**

* その時々による


---

# Agent Instructions: 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://docs.remonster.world/japanese/game/quest.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.
