# Apple Cider

Crisp, quick and easy - a big batch of apples and a short rest.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 14 apple |
| **Ferment** | 7 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Any wood · 3 years (~1 hr) |
| **Difficulty** | 4 / 10 |
| **Alcohol** | ~7% |

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

- ⭐ **Frosty Jack's**
- ⭐⭐ **Strongbow**
- ⭐⭐⭐ **Aspall**

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

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

```yaml
cidre:
  name: Frosty Jack's/Strongbow/Aspall
  ingredients:
  - APPLE/14
  cookingtime: 7
  distillruns: 0
  wood: 0
  age: 3
  color: f86820
  difficulty: 4
  alcohol: 7
  lore:
  - '&7Cider'
```