# Hot Chocolate

A cosy, non-alcoholic warmer.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 3 cookies |
| **Ferment** | 2 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | No aging needed |
| **Difficulty** | 2 / 10 |
| **Alcohol** | None (non-alcoholic) |

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

- ⭐ **Options**
- ⭐⭐ **Cadbury**
- ⭐⭐⭐ **Hotel Chocolat**

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

## Effects
Gives **Haste** - a sweet little mining boost.

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

```yaml
hot_choc:
  name: Options/Cadbury/Hotel Chocolat
  ingredients:
  - COOKIE/3
  cookingtime: 2
  color: DARK_RED
  difficulty: 2
  lore:
  - '&7Hot Chocolate'
  effects:
  - HASTE/40
```