# スキル / 性格

### スキル

スキルとは、チェーンハンターが保有し、バトルを有利に進めるための技のことです。\
チェーンハンターは複数のスキルを習得しますが、その内4つまでセット可能です。\
なお、チェーンハンターはバトルアクションを自動で使用します。

### 性格

性格とは、チェーンハンターのスキル選択に影響するパラメータです。\
チェーンハンター入手時に固定され、変更することは基本的にはできません。\
以下の確率で各種スキルを行います。

| 性格名  | 特徴              |
| ---- | --------------- |
| 慎重   | バトルアクションは温存     |
| 勝ち気  | 攻撃アクションを多用      |
| 優しい  | 回復アクションを多用      |
| 策士   | 変化アクションを多用      |
| せっかち | とにかくアクションスキルを使用 |
| 気まぐれ | 何をするかわからない      |


---

# 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://the-chain-hunters.gitbook.io/jp/nft-and-in-game-item/chain-hunter/skill-personality.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.
