# Worker

Player Helpers. In each colonization pack, there are several random Workers as NFT cards that can be directed to explore the planet or obtain resources from owned lands. The position of such a card is always strictly defined, just like the position of the player himself.&#x20;

Each Worker can perform any available action, just like the player himself. Each player can own as many Workers as they want by buying them back from other players on the marketplace. Workers are divided into classes that correspond to specific specializations, adding bonuses to those specific actions.

<figure><img src="/files/KgYEBwtfzBkJ2xIf9OWx" alt="" width="375"><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="138"></th><th width="107"></th><th width="269"></th><th></th></tr></thead><tbody><tr><td><strong>Class</strong></td><td><strong>Creations</strong></td><td><strong>Specialty</strong></td><td><strong>Bonus Value</strong></td></tr><tr><td><strong>Miner</strong></td><td>6</td><td>Extracts resources needed for expansion</td><td>SMALL bonus for resource extraction</td></tr><tr><td><strong>Lumberjack</strong></td><td>6</td><td>Obtains resources needed for expansion</td><td>SMALL bonus for resource extraction</td></tr><tr><td><strong>Hunter</strong></td><td>6</td><td>Hunts animals (obtains food)</td><td>SMALL bonus for food extraction</td></tr><tr><td><strong>Farmer</strong></td><td>6</td><td>Grows Plants (provides food)</td><td>SMALL bonus for food extraction</td></tr><tr><td><strong>Soldier</strong></td><td>6</td><td>Fight bonuses</td><td>SMALL bonus for the fight</td></tr><tr><td><strong>Scout</strong></td><td>6</td><td>Removes the fog of war from the fields</td><td>SMALL bonus for scouting</td></tr><tr><td><strong>Mechanic</strong></td><td>6</td><td>Repairs buildings and mechs</td><td>SMALL bonus for all repairs (including mechs)</td></tr><tr><td><strong>Engineer</strong></td><td>6</td><td>Building and mech construction speed bonus</td><td>SMALL bonus for building extensions</td></tr><tr><td><strong>Biologist</strong></td><td>6</td><td>Faster food production</td><td>SMALL bonus for food production</td></tr><tr><td><strong>Chemist</strong></td><td>6</td><td>Accelerates production in buildings</td><td>SMALL bonus to speed up production in buildings</td></tr><tr><td><strong>Pilot</strong></td><td>6</td><td>Speeds up transportation</td><td>SMALL bonus to speed up transportation</td></tr><tr><td><strong>Doc</strong></td><td>6</td><td>Accelerates wound healing</td><td>SMALL bonus to wound regeneration</td></tr><tr><td><strong>Geologist</strong></td><td>6</td><td>Detects the type of resource on a given hex</td><td>SMALL bonus for detecting resources</td></tr><tr><td><strong>Assembler</strong></td><td>6</td><td>Faster production of mechs</td><td>SMALL bonus to mech production speed</td></tr></tbody></table>

<figure><img src="/files/B57jBse299np7lQ2DbCo" alt=""><figcaption></figcaption></figure>


---

# 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://whitepaper.cryptomayhem.io/digital-assets-nft/worker.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.
