# Vodka

A clean, strong potato spirit - no barrel needed, just distill and drink.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 10 potato |
| **Ferment** | 15 minutes |
| **Distill** | 3 runs |
| **Barrel & age** | No aging needed |
| **Difficulty** | 4 / 10 |
| **Alcohol** | ~20% |

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

- ⭐ **Glen's**
- ⭐⭐ **Smirnoff**
- ⭐⭐⭐ **Grey Goose**

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

## Effects
A rough drink - expect a brief **Weakness** and a touch of **Poison** when you knock it back.

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

```yaml
vodka:
  name: Glen's/Smirnoff/Grey Goose
  ingredients:
  - POTATO/10
  cookingtime: 15
  distillruns: 3
  age: 0
  color: WHITE
  difficulty: 4
  alcohol: 20
  lore:
  - '&7Vodka'
  effects:
  - WEAKNESS/15
  - POISON/10
```