# Coffee

A hot pick-me-up - and the bartender's secret for sobering up.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 12 cocoa beans + 2 milk |
| **Ferment** | 2 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | No aging needed |
| **Difficulty** | 3 / 10 |
| **Alcohol** | Sobering (lowers drunkenness) |

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

- ⭐ **Nescafé**
- ⭐⭐ **Costa**
- ⭐⭐⭐ **Lavazza**

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

## Effects
Gives **Speed** and **Regeneration**, and lowers your drunkenness - the go-to cure after a heavy night.

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

```yaml
coffee:
  name: Nescafé/Costa/Lavazza
  ingredients:
  - COCOA_BEANS/12
  - MILK_BUCKET/2
  cookingtime: 2
  color: BLACK
  difficulty: 3
  alcohol: -6
  lore:
  - '&7Coffee'
  effects:
  - REGENERATION/1/2-5
  - SPEED/1/30-140
```