# PokeHunts

## 📰 How Hunts Work

You can access Hunts in two different ways:

#### 📜 Command

`/hunts`

This command opens the Hunts GUI where you can see all available hunts and their requirements.

#### Hunts NPC

You can also view hunts by interacting with the **Hunts NPC located at spawn**.

{% hint style="info" %}
The Hunts GUI shows the Pokémon required, their conditions, and the PokéDollar reward for completing the hunt.
{% endhint %}

***

<h2 align="center">⭐ Hunt Rarities⭐</h2>

Hunts come in several difficulty tiers. Harder hunts require more specific Pokémon but reward significantly more PokéDollars.

### Easy Hunts

**Requirements** - Catch the required Pokémon

**Reward** - 💰 **25,000 PokéDollars**

{% hint style="success" %}
These hunts are great for new players and can usually be completed quickly.
{% endhint %}

### Medium Hunts

**Requirements** - Pokémon must be **Level 50**

**Reward** - 💰 **50,000 PokéDollars**

***

### Hard Hunts

**Requirements**

* Pokémon must be **Level 75**
* **Specific Nature**
* **IVs: 124 / 186**

**Reward** - 💰 **450,000 PokéDollars**

{% hint style="warning" %}
Hard hunts may require breeding or extensive training to complete.
{% endhint %}

***

### Extreme Hunts

**Requirements**

* Pokémon must be **Level 100**
* **Specific Nature**
* **IVs: 155 / 186**

**Reward** - 💰 **600,000 PokéDollars**

{% hint style="danger" %}
Extreme Hunts are the most difficult hunts available and are intended for experienced players.
{% endhint %}

***

## FAQ

<details>

<summary>How do I access Hunts?</summary>

You can access Hunts in two ways:

**Command**

</details>

<details>

<summary>Can I use bred Pokémon for Hunts?</summary>

Yes.

Hunts are a **turn-in system**, which means **bred Pokémon are accepted** as long as they meet the required conditions.

Breeding is often the **best way to complete higher difficulty hunts** that require specific IVs or natures.

</details>

<details>

<summary>Why can't I turn in my Pokémon?</summary>

Your Pokémon must meet **all of the hunt requirements**, which may include:

* Correct Pokémon species
* Required **Level**
* Required **Nature**
* Required **IV total**

If even **one requirement is missing**, the Pokémon will not qualify for the hunt.

</details>

<details>

<summary>What are IV requirements?</summary>

IVs (Individual Values) are hidden stats that determine how strong a Pokémon can become.

Some Hunts require a **minimum IV total**, such as:

* **124 / 186 IVs** for Hard Hunts
* **155 / 186 IVs** for Extreme Hunts

You can check IVs using Cobblemon commands or IV checking tools in-game.

</details>

<details>

<summary>Can I level up a Pokémon after catching it for a Hunt?</summary>

Yes.

If a hunt requires a certain **level**, you can **train the Pokémon after catching it** until it meets the requirement.

</details>

<details>

<summary>Do Hunts refresh or change?</summary>

Yes.

Hunts may **rotate or update over time**, introducing new Pokémon and different requirements.

Checking the **/hunts menu regularly** is recommended.

</details>

<details>

<summary>Which hunts should new players try first?</summary>

New players should start with **Easy Hunts**.

These hunts only require catching the Pokémon and reward **25,000 PokéDollars**, making them a good early-game money source.

</details>

<details>

<summary>What is the hardest type of Hunt?</summary>

**Extreme Hunts** are the most difficult.

They require:

* **Level 100 Pokémon**
* A **specific Nature**
* **155 / 186 IVs**

These hunts reward **600,000 PokéDollars**.

</details>

## Tips

{% hint style="info" %}
Breeding Pokémon can help you obtain the correct **nature and IVs** needed for higher-tier hunts.

Training Pokémon to higher levels will also unlock more valuable hunt rewards.
{% endhint %}


---

# 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://wiki.cobblemonislands.com/features/pokehunts.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.
