# 럭키 다이스

<figure><img src="/files/EW2Tnoygnzyy98XHzIiS" 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/kr/user-guide/event/lucky-dice.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.
