# レベル / ステータス

### レベル

チェーンハンターの強さの段階を表すパラメータです。\
各レベルに応じて変動する必要経験値量を満たすとレベルアップし、基礎ステータス強化やスキル習得が可能です。

経験値は、各ゲームモードをプレイまたは育成アイテム消費により獲得することが可能で、必要経験値量はレアリティや現在のレベルに応じて変動します。

また、レベル上限が存在し、更なるレベルアップのためにはレベルアップ限界突破が必要となります。

### ステータス

チェーンハンターの強さを具体的に表す数値で、バトルに参照するパラメータです。高ければ高いほど良く、以下パラメータが存在します。

| パラメータ名 | 概要                     |
| ------ | ---------------------- |
| HP     | 体力。バトル中ゼロになると戦闘不能になる   |
| ATK    | 物理攻撃で与えるダメージ量を増やす      |
| DEF    | 物理攻撃で受けるダメージ量を減らす      |
| MGI    | 魔法攻撃で与えるダメージ量を増やす      |
| RES    | 魔法攻撃で受けるダメージ量を減らす      |
| AGI    | 毎ターンのアクション順に影響         |
| HEL    | 主にHP回復スキルの効果量に影響       |
| DEX    | 主にステータス面のバフ・デバフの成功率に影響 |
| KRM    | 賞金首への特攻に影響             |


---

# 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/level-status.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.
