# Apple Mead

Mead with a crisp apple twist - and a surprising gift for divers.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 6 sugar cane + 2 apple |
| **Ferment** | 4 minutes |
| **Distill** | Not distilled |
| **Barrel & age** | Oak · 4 years (~80 min) |
| **Difficulty** | 4 / 10 |
| **Alcohol** | ~11% |

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

- ⭐ **Old Orchard**
- ⭐⭐ **Lyme Bay Cyser**
- ⭐⭐⭐ **Moniack Apple**

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

## Effects
Grants **Water Breathing** - handy to down before a dive.

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

```yaml
ap_mead:
  name: Old Orchard/Lyme Bay Cyser/Moniack Apple
  ingredients:
  - SUGAR_CANE/6
  - APPLE/2
  cookingtime: 4
  distillruns: 0
  wood: 2
  age: 4
  color: ORANGE
  difficulty: 4
  alcohol: 11
  lore:
  - '&7Apple Mead'
  effects:
  - WATER_BREATHING/1-2/150
```