# Mushroom Vodka

A wild variant that literally glows, brewed with red and brown mushrooms.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 10 potato + 3 red mushroom + 3 brown mushroom |
| **Ferment** | 18 minutes |
| **Distill** | 5 runs |
| **Barrel & age** | No aging needed |
| **Difficulty** | 7 / 10 |
| **Alcohol** | ~18% |

## Brands by quality
The closer you follow the recipe, the better the bottle - and the brand changes with it:

- ⭐ **Toadstool**
- ⭐⭐ **Spore Vodka**
- ⭐⭐⭐ **Glowcap Reserve**

In-game the bottle is named after the brand, with **Vodka** shown on the line beneath.

## Effects
Grants **Night Vision** and glows in the dark - but it is a rough ride, with Nausea and (on a bad batch) Blindness and Slowness.

## Recipe config
The exact BreweryX `recipes.yml` entry for this drink:

```yaml
shroom_vodka:
  name: Toadstool/Spore Vodka/Glowcap Reserve
  ingredients:
  - POTATO/10
  - RED_MUSHROOM/3
  - BROWN_MUSHROOM/3
  cookingtime: 18
  distillruns: 5
  age: 0
  color: ff9999
  difficulty: 7
  alcohol: 18
  lore:
  - '&7Vodka'
  effects:
  - WEAKNESS/80
  - NAUSEA/27
  - NIGHT_VISION/50-80
  - BLINDNESS/12-2
  - SLOWNESS/10-3
```