# Red Wine

A full-bodied red from sweet berries that demands real patience - the longest age of any brew here.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 5 sweet berries |
| **Ferment** | 5 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Acacia or Dark Oak · 20 years (~6½ hrs) |
| **Difficulty** | 4 / 10 |
| **Alcohol** | ~8% |

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

- ⭐ **Echo Falls**
- ⭐⭐ **Hardys**
- ⭐⭐⭐ **Château Margaux**

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

> 20 years is a ~6½-hour real-time wait - start it before a long session or leave it aging overnight.

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

```yaml
wine:
  name: Echo Falls/Hardys/Château Margaux
  ingredients:
  - SWEET_BERRIES/5
  cookingtime: 5
  distillruns: 0
  wood:
  - 5
  - 6
  age: 20
  color: RED
  difficulty: 4
  alcohol: 8
  lore:
  - '&7Red Wine'
```