> For the complete documentation index, see [llms.txt](https://docs.perplay.io/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perplay.io/kr/game-fi/nft/undefined-7/undefined.md).

# 박스 색상 확률표

박스의 색상은 아래 표에 표기한 것처럼 부모 NFT의 등급을 기반으로 확률적으로 결정됩니다.

<table><thead><tr><th width="128">부모 1</th><th width="134">부모 2</th><th>실버 박스</th><th>그린 박스</th><th>블루 박스</th><th>오렌지 박스</th></tr></thead><tbody><tr><td>노멀</td><td>노멀</td><td>100%</td><td>0%</td><td>0%</td><td>0%</td></tr><tr><td>노멀</td><td>레어</td><td>55%</td><td>45%</td><td>0%</td><td>0%</td></tr><tr><td>노멀</td><td>엘리트</td><td>45%</td><td>35%</td><td>20%</td><td>0%</td></tr><tr><td>노멀</td><td>에픽</td><td>40%</td><td>30%</td><td>25%</td><td>5%</td></tr><tr><td>레어</td><td>레어</td><td>0%</td><td>100%</td><td>0%</td><td>0%</td></tr><tr><td>레어</td><td>엘리트</td><td>0%</td><td>60%</td><td>40%</td><td>0%</td></tr><tr><td>레어</td><td>에픽</td><td>0%</td><td>45%</td><td>35%</td><td>20%</td></tr><tr><td>엘리트</td><td>엘리트</td><td>0%</td><td>0%</td><td>100%</td><td>0%</td></tr><tr><td>엘리트</td><td>에픽</td><td>0%</td><td>0%</td><td>60%</td><td>40%</td></tr><tr><td>에픽</td><td>에픽</td><td>0%</td><td>0%</td><td>0%</td><td>100%</td></tr></tbody></table>


---

# 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://docs.perplay.io/kr/game-fi/nft/undefined-7/undefined.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.
