# ジョブ

### ジョブ

チェーンハンターの役割を示すパラメータです。\
ステータスや取得可能なスキルに差異があります。

| ジョブ名  | 概要                      | ステータス特徴    |
| ----- | ----------------------- | ---------- |
| ファイター | 耐久力に優れ、物理での殴り合いが得意      | HP,ATK,DEF |
| ニンジャ  | 賞金首へダメージを与えることに特化       | AGI,KRM    |
| ボマー   | 強力な全体攻撃を使いこなす、攻撃型ジョブ    | MGI        |
| ヒーラー  | HP回復や防御力アップなど生存戦略に欠かせない | HEL        |
| ハッカー  | バフ・デバフを駆使して戦闘を有利に進め     | DEX        |
| ギーク   | 不思議なアクションを繰り出すトリックスター   | RES        |


---

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