> 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-1.md).

# 소켓 색상 확률표

<figure><img src="/files/kfDOqGDiNOsdy3g4xOO4" alt="" width="375"><figcaption><p>&#x3C;Example - sockets comparison between two vehicle></p></figcaption></figure>

브리딩을 통해 획득한 NFT의 소켓은 4개 모두 순차적으로 양쪽 부모가 가진 네 개의 소켓을 기반으로 결정됩니다. 즉, 새로운 NFT의 첫 번째 소켓 색상은 양쪽 부모의 첫 번째 소켓 색상을 기초로 결정되며, 두 번째 소켓은 양쪽 부모의 두 번째 소켓 색상에만 영향을 받습니다. 적용되는 확률은 양쪽 부모가 가진 각 소켓의 색상이 같은지 여부에 따라 달라집니다. 아래는 예시입니다:

* 부모 양쪽의 두 번째 Socket 색상이 모두 Red일 경우,

| 색상 | 확률  |
| -- | --- |
| 빨강 | 70% |
| 노랑 | 10% |
| 초록 | 10% |
| 파랑 | 10% |

* 부모의 두 번째 Socket이 서로 다를 경우 - Red & Yellow

| 색상 | 확률  |
| -- | --- |
| 빨강 | 40% |
| 노랑 | 40% |
| 초록 | 10% |
| 파랑 | 10% |


---

# 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-1.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.
