# Tequila

A desert spirit distilled from cactus and aged in birch.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 8 cactus |
| **Ferment** | 15 minutes |
| **Distill** | 2 runs |
| **Barrel & age** | Birch · 12 years (~4 hrs) |
| **Difficulty** | 5 / 10 |
| **Alcohol** | ~20% |

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

- ⭐ **Sierra**
- ⭐⭐ **Jose Cuervo**
- ⭐⭐⭐ **Patrón**

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

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

```yaml
tequila:
  name: Sierra/Jose Cuervo/Patrón
  ingredients:
  - CACTUS/8
  cookingtime: 15
  distillruns: 2
  wood: 1
  age: 12
  color: f5f07e
  difficulty: 5
  alcohol: 20
  lore:
  - '&7Tequila'
```