# Player Packs and Probability

Player Packs

Newly created players appear as unopened "Player Packs". You will be able to see which players you have acquired only when you open them.

Unopened player packs can be owned outright or traded in the marketplace.

### Player Pack Rarity Probability

{% embed url="<https://docs.google.com/spreadsheets/d/1xgBdtO5azncHj7WUjz5FVvMzmugmJidOToURmQWrP6Q/edit?gid=0#gid=0>" %}

As shown in the diagram above, the Player Pack rarity is determined by the rarity of the Parent Player.&#x20;

The only initially implemented rarity of a player pack is **Common/**<mark style="color:green;">**Uncommon**</mark>**/**<mark style="color:blue;">**Rare.**</mark><br>

## Player Rarity Probability

<figure><img src="/files/f9jEZWYOTpJECCdmJeTX" alt=""><figcaption></figcaption></figure>

\*Link to the [spreadsheet](https://docs.google.com/spreadsheets/d/1utQxwcGirRRrO06iOEI3hRplyR3pv2YDouDrVxeHbG4/edit?gid=0#gid=0)

The rarity probability of a Player that can be acquired by opening a Player Pack is determined by the rarity of the Parent Player, as shown in the diagram above.

### Player Attributes

<figure><img src="/files/HXAzeMI1B9krIu3zdWpj" alt=""><figcaption></figcaption></figure>

The attributes of the Child Players are determined by the attributes of the Parent Players, as shown in the diagram above.

### Player Position

<figure><img src="/files/u1xgaVpdHRRf8X0pJKMH" alt=""><figcaption></figcaption></figure>

The position of a player is determined by the position of the Parent Player, as shown in the diagram.


---

# 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://captain-tsubasa-rivals.gitbook.io/en/player-nft-and-training-functions/player-packs.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.
