# Darkbeer

A darker, roasted beer that rewards a longer rest in dark oak.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 6 wheat |
| **Ferment** | 8 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Dark Oak · 8 years (~2½ hrs) |
| **Difficulty** | 2 / 10 |
| **Alcohol** | ~7% |

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

- ⭐ **Newcastle Brown**
- ⭐⭐ **Guinness**
- ⭐⭐⭐ **Fuller's Porter**

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

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

```yaml
darkbeer:
  name: Newcastle Brown/Guinness/Fuller's Porter
  ingredients:
  - WHEAT/6
  cookingtime: 8
  distillruns: 0
  wood: 6
  age: 8
  color: '650013'
  difficulty: 2
  alcohol: 7
  lore:
  - '&7Stout'
```