> For the complete documentation index, see [llms.txt](https://whitepaper.cryptomayhem.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cryptomayhem.io/digital-assets-nft/item.md).

# Item

Each player can have any number of items. When using the item together with an worker and a Land, the player can extract resources. A worker using an item that corresponds to his class will receive bonuses to the extraction of the corresponding resource, provided that he has food. For faster transport he can use a transport vehicle. Items can be used either directly by the player, i.e. his Avatar, or by his helpers, wrokers. Items are divided into tiers, from the weakest to the strongest.&#x20;

The player and his/her helpers cannot use several items at the same time for a single action. The table below shows the division of items according to their specialization.

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

<table data-header-hidden><thead><tr><th width="161"></th><th width="475"></th><th></th></tr></thead><tbody><tr><td><strong>Class</strong></td><td><strong>Items I / II / III / IV (TIER)</strong></td><td><strong>Creations</strong></td></tr><tr><td><strong>Miners</strong></td><td>Pneumatic Hammer / gravitational Hammer / sonic Hammer / excavator</td><td>4</td></tr><tr><td><strong>Lumberfarmer</strong></td><td>Chainsaw / gravity saw / laser cutter / harvester</td><td>4</td></tr><tr><td><strong>Hunter</strong></td><td>Hunting rifle / rapid-fire rifle / sniper rifle / ATV</td><td>4</td></tr><tr><td><strong>Farmer</strong></td><td>Seedling container / seedling set / hydroponic container / hydroponic container</td><td>4</td></tr><tr><td><strong>Soldier</strong></td><td>Automatic carbine / large-caliber rifle / laser rifle / armored car</td><td>4</td></tr><tr><td><strong>Scout</strong></td><td>Binoculars / tactical telescope / night vision / motorcycle</td><td>4</td></tr><tr><td><strong>Mechanic</strong></td><td>Multi-tool / toolbox / drill / screwdriver / workshop container</td><td>4</td></tr><tr><td><strong>Engineer</strong></td><td>Hammer and screwdriver / electronic meter / multifunction robot / crane on car</td><td>4</td></tr><tr><td><strong>Biologist</strong></td><td>Hand probe / laser probe / inspection box / test container</td><td>4</td></tr><tr><td><strong>Chemist</strong></td><td>Menzies set / distiller / diagnostic station / material container</td><td>4</td></tr><tr><td><strong>Pilot</strong></td><td>Truck / van / container transport vehicle / container transport trailer</td><td>4</td></tr><tr><td><strong>Doc</strong></td><td>First aid kit / surgical kit / medical robot / medical container</td><td>4</td></tr><tr><td><strong>Geologist</strong></td><td>Meter with scale / exploration probe / drone with geological camera / inspection container</td><td>4</td></tr><tr><td><strong>Assembler</strong></td><td>Reinforced drill / single arm industrial robot / multi-arm industrial robot / humanoid robot</td><td>4</td></tr></tbody></table>

<figure><img src="/files/8qIoilIXu96xTVKKOZQP" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.cryptomayhem.io/digital-assets-nft/item.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
