# 選手(NFT)と育成機能

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

本章では、ゲーム内で利用する選手（NFT）に関してご紹介します。

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

「選手」とは、様々なゲームモードに参加するために必要なキャラクターカードのことです。

選手には以下の要素が存在します：

<table><thead><tr><th width="162" align="center">要素</th><th width="578">概要</th></tr></thead><tbody><tr><td align="center">レアリティ</td><td>NFTのレアリティを示します。</td></tr><tr><td align="center">レベル</td><td><p>レベルアップさせるとステータスPを獲得し、</p><p>パラメータの各要素に振り分けることが可能です。</p></td></tr><tr><td align="center">ポジション</td><td>各選手のポジションです。</td></tr><tr><td align="center">パラメータ</td><td><p>本ゲームで利用されるパラメータです。</p><p>ゲームの効率やドロップ率等に影響します。</p></td></tr><tr><td align="center">VSパラメータ</td><td>ゲームの勝敗を左右するための、選手の能力です。</td></tr><tr><td align="center">熟練度</td><td><p>VSパラメータの能力をあげるために必要な要素です。</p><p>主にライバルモードで手に入ります。</p></td></tr><tr><td align="center">属性</td><td>その選手の属性です。<br>自分と属性と相手の属性の相性により試合中のRPが変化します。</td></tr><tr><td align="center">カード</td><td><p>ライバルモードで利用する選択肢のことです。 </p><p>選手につき６種類持ちます。</p></td></tr><tr><td align="center">必殺技</td><td>PvPモードで使用する必殺技コマンドのことです。</td></tr><tr><td align="center">サポートキャラ</td><td>選手には、パラメータやVSパラメータに付加効果をもたらすサポートキャラ（NFT）を付けることが可能です。</td></tr><tr><td align="center">スキル</td><td>PvPモードで発動し、試合中の能力に影響します。</td></tr><tr><td align="center">イメージ</td><td>NFTが持つ選手画像のことを指します。</td></tr><tr><td align="center">サウンド</td><td>NFTが持つ試合中にかかるBGMのことを指します。　</td></tr></tbody></table>

次頁からそれぞれの要素について詳しく説明します。


---

# 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/ja/player-nft.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.
