# Iced Coffee

Coffee served cold, with the same sobering kick.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 8 cookies + 4 snowballs + 1 milk |
| **Ferment** | 1 minute |
| **Distill** | Not distilled |
| **Barrel & age** | No aging needed |
| **Difficulty** | 4 / 10 |
| **Alcohol** | Sobering (lowers drunkenness) |

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

- ⭐ **Iced Latte**
- ⭐⭐ **Starbucks**
- ⭐⭐⭐ **Emmi**

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

## Effects
Gives **Speed** and **Regeneration**, and clears your head even faster than hot coffee.

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

```yaml
iced_coffee:
  name: Iced Latte/Starbucks/Emmi
  ingredients:
  - COOKIE/8
  - SNOWBALL/4
  - MILK_BUCKET/1
  cookingtime: 1
  color: BLACK
  difficulty: 4
  alcohol: -8
  lore:
  - '&7Iced Coffee'
  effects:
  - REGENERATION/30
  - SPEED/10
```