# Gin

A juniper-forward gin made with HellHold's custom blue flowers.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 9 wheat + 6 blue flowers + 1 apple |
| **Ferment** | 6 minutes |
| **Distill** | 2 runs |
| **Barrel & age** | No aging needed |
| **Difficulty** | 6 / 10 |
| **Alcohol** | ~20% |

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

- ⭐ **Gordon's**
- ⭐⭐ **Bombay Sapphire**
- ⭐⭐⭐ **Hendrick's**

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

**Blue flowers** are a custom ingredient - use either a **cornflower** or a **blue orchid**.

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

```yaml
gin:
  name: Gordon's/Bombay Sapphire/Hendrick's
  ingredients:
  - WHEAT/9
  - blue-flowers/6
  - APPLE/1
  cookingtime: 6
  distillruns: 2
  color: 99ddff
  difficulty: 6
  alcohol: 20
  lore:
  - '&7Gin'
```