# Rosé

A blush wine - a blend of sweet berries and glow berries gives it its pink finish.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 3 sweet berries + 2 glow berries |
| **Ferment** | 5 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Any wood · 10 years (~3⅓ hrs) |
| **Difficulty** | 4 / 10 |
| **Alcohol** | ~8% |

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

- ⭐ **Echo Falls Rosé**
- ⭐⭐ **Mateus**
- ⭐⭐⭐ **Whispering Angel**

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

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

```yaml
rose:
  name: Echo Falls Rosé/Mateus/Whispering Angel
  ingredients:
  - SWEET_BERRIES/3
  - GLOW_BERRIES/2
  cookingtime: 5
  distillruns: 0
  wood: 0
  age: 10
  color: f4a6b8
  difficulty: 4
  alcohol: 8
  lore:
  - '&7Rosé'
```