# Ranking

RankingにはWeekly（個人）、Cycle（個人）、Guild、Sectorの4種類があり、それぞれの集計期間と配布タイミング、報酬の決定方法が異なります。

報酬発生条件として集計期間内のデイリークエストクリア回数が一定数を超える必要があります。これはRe.Monsterを継続的、もしくは意欲的にプレイしてないアカウントや、BOTを報酬対象から除外するための措置です。集計期間が長い物に関しては、途中参加でも報酬を得られるようにするため、デイリークエストクリア回数以外にサイクルスコアランキング上位を達成でも可能としています。

Rankingのために集計されるスコアには「デイリースコア」「サイクルスコア」があります。それぞれは「ランク戦」「探索」の2種類から構成されています。「デイリースコア」は毎月1〜28日まで集計しますが、29〜31日は集計せず「サイクルスコア」のみ集計されます。

<table data-header-hidden><thead><tr><th width="126"></th><th width="135"></th><th></th><th width="99"></th><th></th><th></th></tr></thead><tbody><tr><td><br></td><td>集計期間</td><td>集計対象</td><td>報酬回数/cycle</td><td>報酬発生条件(1)</td><td>報酬発生条件(2)</td></tr><tr><td>Weekly<br>(Personal)</td><td>1週間</td><td>デイリースコア</td><td>12回</td><td><p>デイリークエスト</p><p>クリア15回以上</p></td><td>なし</td></tr><tr><td>Cycle<br>(Personal)</td><td>3か月(1cycle)</td><td>サイクルスコア</td><td>1回</td><td>サイクルスコアランキング上位</td><td>なし</td></tr><tr><td>Guild</td><td>1か月</td><td>サイクルスコア</td><td>3回</td><td><p>デイリークエスト</p><p>クリア60回以上</p></td><td>もしくはサイクルスコアランキング上位</td></tr><tr><td>Sector</td><td>3か月(1cycle)</td><td>サイクルスコア</td><td>1回</td><td><p>デイリークエスト</p><p>クリア180回以上</p></td><td>もしくはサイクルスコアランキング上位</td></tr></tbody></table>

デイリークエストは、現在1日3つを予定しています。

報酬発生条件のサイクルスコアランキング上位は、以下のように算出されます。

* 全体のサイクルスコアを合算する
* サイクルスコアランキング上位から順番に足していき、全体サイクルスコアの暫定30%を超える前までが対象プレイヤー数となる<br>

### デイリースコア

毎日UTC0:00に上限がリセットされるスコアです。

| <p><br></p> | スコア上限 |
| ----------- | ----- |
| ランク戦        | 150   |
| 探索          | 100   |

### サイクルスコア

特に上限がなくいくらでも稼ぐことが出来るスコアです。例えば、1日にランク戦のスコアを500ポイント稼いだ場合、デイリースコアでは上限の150ポイントまでしか加算されませんが、サイクルスコアでは加算されます。

最終的なサイクルスコアは、以下のように項目ごとに補正がかかります。

| <p><br></p> | 補正率  |
| ----------- | ---- |
| ランク戦        | 100% |
| 探索          | 60%  |

各スコアの取得ポイントの計算については、LogicのRanking Scoreをご覧ください。（※準備中）


---

# 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/ranking.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.
