> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_drugs/features/drug-production.md).

# Drug Production

Drug production is built from actions, required items, rewards, stations, and minigames.

## 🧪 Supported Drugs

Default setup includes:

| Drug | Main flow                                                                    |
| ---- | ---------------------------------------------------------------------------- |
| Weed | Seeds, growing, processing, packaging, joints, brick press.                  |
| Meth | Chemical reaction, filtering, crystallization, breaking crystals, packaging. |
| Coke | Soaking, chemical wash, drying, spreading, weighing, packaging.              |

## ⚙️ Actions

Actions define what a player does at a station.

An action can include:

| Field          | Description                                                                                             |
| -------------- | ------------------------------------------------------------------------------------------------------- |
| Label          | Name shown in the admin panel.                                                                          |
| Animation      | Animation dictionary, name, duration, and flag.                                                         |
| Required items | Items needed before the action can start.                                                               |
| Reward items   | Items given when the action completes.                                                                  |
| Type           | Classic action, sound action, or minigame action. Just a category - no change in any gameplay mechanics |
| Minigame       | Optional minigame used by the action.                                                                   |

Configure actions in `/drugs_admin`.

## 💊 Consumables

Consumables define usable or sellable drug items.

Default examples include:

| Item       | Type     |
| ---------- | -------- |
| `meth`     | Meth     |
| `coke_bag` | Coke     |
| `joint`    | Weed     |
| `coke_toy` | Coke toy |

Configure consumables and sale prices in `/drugs_admin`.

## 🎒 Required Items

Default item images are included in:

```
rcore_drugs/assets/inventory_images
```

Add the matching item definitions to your inventory resource before testing production.


---

# 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:

```
GET https://documentation.rcore.cz/paid-resources/rcore_drugs/features/drug-production.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.
