# Absinthe

A fearsome high-proof liquor distilled from grass - and genuinely poisonous.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 15 grass |
| **Ferment** | 3 minutes |
| **Distill** | 6 runs |
| **Barrel & age** | No aging needed |
| **Difficulty** | 8 / 10 |
| **Alcohol** | ~42% |

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

- ⭐ **Hapsburg**
- ⭐⭐ **Pernod**
- ⭐⭐⭐ **La Fée**

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

## Effects
**Poisonous** - even a good batch will poison you. Drink with care.

> Difficulty 8 and six distill runs make this one of the hardest brews to perfect.

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

```yaml
absinthe:
  name: Hapsburg/Pernod/La Fée
  ingredients:
  - SHORT_GRASS/15
  cookingtime: 3
  distillruns: 6
  distilltime: 80
  color: GREEN
  difficulty: 8
  alcohol: 42
  lore:
  - '&7Absinthe'
  effects:
  - POISON/15-25
```