# Green Absinthe

An even more dangerous absinthe spiked with poisonous potato - the strongest, deadliest brew on the server.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 17 grass + 2 poisonous potato |
| **Ferment** | 5 minutes |
| **Distill** | 6 runs |
| **Barrel & age** | No aging needed |
| **Difficulty** | 9 / 10 |
| **Alcohol** | ~46% |

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

- ⭐ **Gutrot**
- ⭐⭐ **Wormwood**
- ⭐⭐⭐ **Green Fairy**

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

## Effects
Heavily **Poisonous** with a jolt of **Instant Damage**, plus a dose of **Night Vision**. The most dangerous drink here.

> Difficulty 9 - the single hardest recipe. Handle with extreme care.

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

```yaml
gr_absinthe:
  name: Gutrot/Wormwood/Green Fairy
  ingredients:
  - SHORT_GRASS/17
  - POISONOUS_POTATO/2
  cookingtime: 5
  distillruns: 6
  distilltime: 85
  color: LIME
  difficulty: 9
  alcohol: 46
  lore:
  - '&7Absinthe'
  effects:
  - POISON/25-40
  - INSTANT_DAMAGE/2
  - NIGHT_VISION/40-60
```