# Player NFT and Training Functions

​

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

<figure><img src="/files/5Wy3enFR9zlZRcL41UaD" alt=""><figcaption></figcaption></figure>

A "Player" NFT is a character card that is required to play the game.

Player NFTs have the following elements:

| Characteristic    | Definition                                                                                              |
| ----------------- | ------------------------------------------------------------------------------------------------------- |
| Rarity            | The rarity of the NFT.                                                                                  |
| Level             | When a player levels up, he/she gains Status Points, which can be allocated to each Parameter element.  |
| Position          | The position of each player.                                                                            |
| Parameter         | The parameters used in the RIVALmode (PvE).                                                             |
| VS Parameter      | The parameters used in the PvP mode.                                                                    |
| Proficiency       | Users can allocate gained Proficiency to each VS Parameter element. Mainly earned in RIVAL mode.        |
| Attributes        | The RP (rival point) during the game is affected depending on the attribute of the player and opponent. |
| Card              | Used in RIVAL mode.  Each player holds 6 cards.                                                         |
| Special Attack    | Used in PvP mode.                                                                                       |
| Support Character | A support character (NFT) has additional effect on parameters and VS parameters.                        |
| Skill             | Activated in PvP mode and affects abilities.                                                            |
| Image             | The image that the NFT holds.                                                                           |
| Sound             | The game BGM tune that the NFT holds.                                                                   |

Each element will be explained in detail on the next page.

###


---

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