> For the complete documentation index, see [llms.txt](https://polkafantasy.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkafantasy.gitbook.io/official/jp/in-game-instructions/hero.md).

# 育成画面

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

## 育成画面 <a href="#overview" id="overview"></a>

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

所持している英雄の一覧が表示されます。獲得日やステータスで並べ替えたり、各種フィルターでソートできます。\
![](/files/E5RJG68gCWR7hWjUIgVr)<img src="/files/BNwlGcx4Q4Gc8kOn7LPn" alt="" data-size="original">

「強化」ボタンをクリックすると、冒険で集めた素材を消費してキャラクターを強化できます。\
キャラクターを強化するとステータス値が上昇するだけでなく、アビリティを獲得することがあります。（一度のレベルアップで複数のアビリティを獲得することもあります。）\
![](/files/cbKPvINN1ial8tCZL44j)

「装備」ボタンをクリックすると、武器やアクセサリーなどの装備を変更できます。→ [装備設定](/official/jp/in-game-instructions/equipment.md)![](/files/RYkbwDQiScmQCgKYn9Kl)

### 英雄詳細画面 <a href="#hero-screen" id="hero-screen"></a>

キャラクターの横の \[i] ボタンをクリックすると、各キャラクターの詳細画面が開きます。

<figure><img src="/files/4oNKP9iYILIBoo9TfvWp" alt=""><figcaption></figcaption></figure>

「ステータス」タブでは、キャラクターのステータス、保有するスキルやアビリティを確認できます。

スキルカード、またはアビリティの横の \[i] ボタンをクリックすると、詳細を見ることができます。\
![](/files/YTkB4VHc7Z7QHuxP5QLq)![](/files/fU4XJYpr8uHEB5ewD0iA)

「プロフィール」タブでは、キャラクターの背景設定やストーリーを見ることができます。

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

「ボイス」タブをクリックすると、各キャラクターのボイスを聴くことができます。 ※ボイスのあるキャラクターのみ

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

「鑑賞モード」ボタンをクリックすると、キャラクターのデザインを見ることができます。

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

鑑賞モードでは、英雄の画像を鑑賞することができます。 \
画面下部のアイコンをクリックすると、UI非表示やバトルキャラクター画像との切り替えが可能です。 また、スライダーを操作することで画像を拡大・縮小できます。 \
画面右の背景画像を選択すると、本画面の背景が選択したものになります。

<div><figure><img src="/files/PmQBZVhojp97uJbRtDGV" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ZCuM45Fu6vxeaZgqaNeL" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lHuEdxQ8bheEKPO1yAb3" alt=""><figcaption></figcaption></figure></div>


---

# 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://polkafantasy.gitbook.io/official/jp/in-game-instructions/hero.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.
