# サイコロゲーム

<figure><img src="/files/OfJNDYeTvG0Prz1uAHbv" alt=""><figcaption><p>サイコロゲーム盤のイメージ</p></figcaption></figure>

指定された時間にラッキーボックスを選択したユーザーはサイコロ利用券を入手し、イベントページでサイコロゲームに参加することができます。

ユーザーが獲得したラッキーボックスのランクによって、サイコロ利用券の回数も異なり、所持している利用券の回数分だけサイコロゲームに参加可能です。

ユーザーは一度に3個のサイコロを振り、そのサイコロの合計値分だけゲーム盤上を進みます。ユーザーはサイコロの目に応じて移動したゲーム盤の位置に対応する報酬を獲得することができます。


---

# 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://doc.sololeveling.space/jp/user-guide/event/saikorogmu.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.
