# Wheatbeer

A light, refreshing wheat beer and the gentlest brew on the menu - a perfect first attempt.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 3 wheat |
| **Ferment** | 8 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Birch or Oak · 2 years (~40 min) |
| **Difficulty** | 1 / 10 |
| **Alcohol** | ~5% |

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

- ⭐ **Blue Moon**
- ⭐⭐ **Hoegaarden**
- ⭐⭐⭐ **Erdinger**

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

> Difficulty 1 makes this very forgiving - a great recipe to learn the ropes.

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

```yaml
wheatbeer:
  name: Blue Moon/Hoegaarden/Erdinger
  ingredients:
  - WHEAT/3
  cookingtime: 8
  distillruns: 0
  wood:
  - 1
  - 2
  age: 2
  color: ffb84d
  difficulty: 1
  alcohol: 5
  lore:
  - '&7Wheat Beer'
```