> For the complete documentation index, see [llms.txt](https://wiki.boxingstarx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.boxingstarx.com/jp/game-modes/rgumdo/rdbdo.md).

# リーダーボード

<figure><img src="/files/W1z8v4wBq2RVqspfUXgh" alt="" width="375"><figcaption></figcaption></figure>

リーダーボードを通じて、誰がチャンピオンかを確認しましょう！

* リーダーボードでは、トップ100位以内のプレイヤーを確認できます。
* 順位は毎日更新されます。
* トップ100位のプレイヤーは保護モードの特典を受けられません。
* リーダーボードはシーズンごとに確定されます。
  * 週間リーダーボードとディビジョンリーダーボードは週単位で確定されます。
  * シーズンリーダーボードは月単位で確定されます。

リーダーボードには合計4つの種類が存在し、すべてのリーダーボードには上位100名のプレイヤーのみが表示されます。

1. **シーズンリーダーボード（月間リーダーボード）**

   * シーズン期間：1ヶ月
   * 上位100位のプレイヤーを確認できます。
   * シーズン終了後、上位100名のプレイヤーに報酬が支給されます。

2. **週間リーダーボード**

   * シーズン期間：1週間
   * 上位100位のプレイヤーを確認できます。
   * シーズン終了後、上位100名のプレイヤーに報酬が支給されます。

3. **ディビジョンリーダーボード**

   * シーズン期間：1週間
   * **ディビジョン構成**：同じリーグに属する30人のプレイヤー
     * ディビジョンはシーズン開始時点のリーグを基準に毎週ランダムに構成されます。
     * 同じディビジョン内のプレイヤーは、シーズン終了まで競争が可能です。
   * 上位3つのリーグの各ディビジョンで1位になったプレイヤーのみ報酬を獲得できます。

4. **CPリーダーボード（コスチュームポイントリーダーボード）**
   * このリーダーボードはリセットされません。

リーダーボード上位プレイヤーへの報酬は以下の通りです。

1. **シーズンリーダーボード**

   * 上位100位のプレイヤーに **チャンピオンの証**が支給されます。
   * 上位10位のプレイヤーには、特別な **レジェンドコスチュームセット** と **マイレージチケット** が追加で支給されます。

2. **週間リーダーボード**

   * 上位100位のプレイヤーに **チャンピオンの証、マイレージチケット、ゲーム内アイテム** が支給されます。

3. **ディビジョンリーダーボード**

   * **上位3つのリーグ** において、各ディビジョンで1位を獲得したプレイヤーに **チャンピオンの証、ゲーム内アイテム**が支給されます。

4. **CPリーダーボード**
   * ゲーム内報酬は特に支給されません。


---

# 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://wiki.boxingstarx.com/jp/game-modes/rgumdo/rdbdo.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.
