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