> For the complete documentation index, see [llms.txt](https://docs.cryptovalleys.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptovalleys.io/the-game/locations-and-npcs/potions-master.md).

# Potions Master

The Potions Master is an NPC that can be found in the Tavern. They help players craft three types of Consumables: Growth Elixirs, Fertilizers, and Pesticides. Crafting each of these involves dedicating (burning) Produce to the crafting process, which can take these forms:

* Disaster (Loss of Produce): 10%&#x20;
* +1 Lesser Consumable: 82.5%
* +1 Standard Consumable: 6%
* +1 Advanced Consumable: 1.5%

Recipes:

| Growth Elixir        | Pesticide            | Fertilizer           |
| -------------------- | -------------------- | -------------------- |
| 2 Legendary P. Crops | 2 Legendary B. Crops | 2 Legendary P. Crops |
| 8 Epic P. Crops      | 4 Epic B. Crops      | 4 Epic P. Crops      |

Effects:

| Growth Elixir | Pesticide | Fertilizer |
| ------------- | --------- | ---------- |
| -3h           | +1        | +4%        |
| -6h           | +2        | +6%        |
| -12h          | +3        | +8%        |

Crafting potions also grants [Farmer XP](/the-game/seeds-and-farming/farmer-xp.md):

* Growth Elixir: +75 EXP
* Pesticide: +250 EXP
* Fertilizer: +2,000 EXP


---

# 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://docs.cryptovalleys.io/the-game/locations-and-npcs/potions-master.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.
