# Whiskey

A single-malt whiskey, long-aged in spruce for a smooth, warming spirit.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 10 wheat |
| **Ferment** | 10 minutes |
| **Distill** | 2 runs |
| **Barrel & age** | Spruce · 18 years (~6 hrs) |
| **Difficulty** | 7 / 10 |
| **Alcohol** | ~26% |

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

- ⭐ **Bell's**
- ⭐⭐ **Jameson**
- ⭐⭐⭐ **Macallan**

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

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

```yaml
whiskey:
  name: Bell's/Jameson/Macallan
  ingredients:
  - WHEAT/10
  cookingtime: 10
  distillruns: 2
  distilltime: 50
  wood: 4
  age: 18
  color: ORANGE
  difficulty: 7
  alcohol: 26
  lore:
  - '&7Whisky'
```