# Eggnog

A festive egg liqueur - mildly alcoholic despite the cosy name.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 5 eggs + 2 sugar + 1 milk |
| **Ferment** | 2 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Any wood · 3 years (~1 hr) |
| **Difficulty** | 4 / 10 |
| **Alcohol** | ~10% |

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

- ⭐ **Supermarket Eggnog**
- ⭐⭐ **Advocaat**
- ⭐⭐⭐ **Warninks**

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

Made with raw egg. It is genuinely alcoholic, which is why it sits among the brews rather than the soft drinks.

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

```yaml
eggnog:
  name: Supermarket Eggnog/Advocaat/Warninks
  ingredients:
  - EGG/5
  - SUGAR/2
  - MILK_BUCKET/1
  cookingtime: 2
  age: 3
  color: ffe680
  difficulty: 4
  alcohol: 10
  lore:
  - '&7Egg Liqueur'
```