# Golden Vodka

A premium vodka finished with gold nuggets for a shimmering result.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 10 potato + 2 gold nugget |
| **Ferment** | 18 minutes |
| **Distill** | 3 runs |
| **Barrel & age** | No aging needed |
| **Difficulty** | 6 / 10 |
| **Alcohol** | ~20% |

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

- ⭐ **Fool's Gold**
- ⭐⭐ **Gold Rush**
- ⭐⭐⭐ **Au Vodka**

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

## Effects
Like plain vodka, a poor batch can give **Weakness** and **Poison** - aim for the shimmering top tier.

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

```yaml
g_vodka:
  name: Fool's Gold/Gold Rush/Au Vodka
  ingredients:
  - POTATO/10
  - GOLD_NUGGET/2
  cookingtime: 18
  distillruns: 3
  age: 0
  color: ORANGE
  difficulty: 6
  alcohol: 20
  lore:
  - '&7Vodka'
  effects:
  - WEAKNESS/28
  - POISON/4
```