# Pokémon Workers guide

## 🤖 Overview

{% hint style="info" %}

<p align="center">CobbleWorkers allows you to assign specific tasks to your Pokémon in order to automate various activities around your base. Each role has unique abilities and can contribute to resource production or gathering.</p>
{% endhint %}

<p align="center">This page details the different available jobs and the Pokémon capable of performing them.</p>

***

## ⚙️ How It Works

* Assign your Pokémon as **CobbleWorkers**
* Each Pokémon has one or more possible roles depending on its profile
* Tasks are automatically performed within a defined radius (`cobbleworkers.json`)
* Some roles include cooldowns (water, lava, etc.)

***

## 🧬 Custom Configuration

By default, most roles were originally assigned to **Pikachu**, with a few exceptions such as:

* **Combee** for honey production
* **Chansey** for healing

{% hint style="info" %}

<p align="center">Cobblemon Realms uses a custom configuration to assign roles that better match Pokémon <strong>types</strong>, <strong>abilities</strong>, or <strong>lore</strong>. This approach allows more species to have a unique purpose within your base.</p>
{% endhint %}

***

## 🧑‍🌾 Worker Roles

### 🌱 Farming

* **Apricorns (Bug)**: Scyther, Heracross, Ribombee
* **Berries (Grass)**: Chikorita, Turtwig, Grookey
* **Crops (Grass)**: Bulbasaur, Rowlet, Leafeon
* **Nether Wart (Ghost)**: Gastly, Duskull, Mimikyu
* **Mints (Fairy)**: Sylveon, Ralts, Togepi

### ⛏️ Resources

* **Amethyst (Rock)**: Geodude, Onix, Nosepass
* **Tumblestone (Steel)**: Magnemite, Aron, Beldum

### 🔥 Generators

* **Lava (Fire)**: Charmander, Slugma, Torkoal
* **Water (Water)**: Wooper, Totodile, Mudkip
* **Powder Snow (Ice)**: Snover, Snorunt, Vanillite
* **Fuel (Fire)**: Torchic, Litwick, Numel
* **Brewing (Dragon)**: Dratini, Axew, Gible

### 📦 Gathering

* **Honey**: Combee, Vespiquen, Teddiursa, Pikachu
* **Fishing (Water)**: Magikarp, Feebas, Remoraid
* **Pick Up**: Any Pokémon with the **Pickup** ability
* **Dive Loot**: Any Pokémon that knows **Dive**
* **Scavenging (Psychic)**: Abra, Ralts, Espeon

### 🛠️ Support

* **Healing**: Happiny, Chansey, Blissey, Audino, Pikachu\
  → Heal nearby players using healing moves (Wish, Heal Pulse, etc.)
* **Fire Extinguishing (Water)**: Squirtle, Piplup, Oshawott

***

## ☝🏼 Tips

{% hint style="success" %}

### ✅ Practical Tips:

* Configure Workers through `cobbleworkers.json`
* Match Pokémon to their environment (type → logical role)
* Specialize roles for better efficiency
* Place healers near frequently visited areas
  {% endhint %}

***

{% hint style="success" %}

## Contact Us

<p align="center">If you have any questions, suggestions, or changes to propose, feel free to join us on <a href="https://discord.gg/kb8NSTF45n">Discord</a> and contact <strong>@FabLeKebab</strong> directly on the server for anything related to the wiki, or <strong>@Levels</strong> for anything related to the modpack.</p>
{% 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://our-story-network.gitbook.io/cr-wiki/cr-en/cobblemon-realms/cobbleworkers-guide.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.
