# Fire Whiskey

Whiskey brewed with blaze powder for a genuinely fiery kick.

## Recipe

| Property | Value |
|---|---|
| **Ingredients** | 10 wheat + 2 blaze powder |
| **Ferment** | 12 minutes |
| **Distill** | 3 runs |
| **Barrel & age** | Spruce · 18 years (~6 hrs) |
| **Difficulty** | 7 / 10 |
| **Alcohol** | ~28% |

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

- ⭐ **Hot Shot**
- ⭐⭐ **Fireball**
- ⭐⭐⭐ **Goldschläger**

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

## Effects
Drinking it gives a burning feeling in your mouth.

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

```yaml
fire_whiskey:
  name: Hot Shot/Fireball/Goldschläger
  ingredients:
  - WHEAT/10
  - BLAZE_POWDER/2
  cookingtime: 12
  distillruns: 3
  distilltime: 55
  wood: 4
  age: 18
  color: ORANGE
  difficulty: 7
  alcohol: 28
  lore:
  - '&7Cinnamon Whisky'
  drinkmessage: You get a burning feeling in your mouth
```