forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrain-damage.json
38 lines (38 loc) · 1.16 KB
/
brain-damage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "Brain Damage",
"description": "Also known as a \"Haemorrhage Shot\", this short cocktail is supposedly named for its ability to kill brain cells, although the appearance and texture suggest more than one reason it may have gained its namesake.",
"github": "stellarpower",
"ingredients": [
{
"quantity": "2",
"measure": "part",
"ingredient": "Peach Schnapps"
},
{
"quantity": "1",
"measure": "part",
"ingredient": "Irish Cream"
},
{
"quantity": "1",
"measure": "dash",
"ingredient": "grenadine"
}
],
"directions": [
"Mix the schnapps and Irish cream together in a shot glass - *do not stir*",
"Gently tilt the glass to help the mixture curdle to the desired level.",
"Add the dash of grenadine to the mix, swilling the glass more if desired for consistency."
],
"image": "brain-damage.jpg",
"keywords": [
"schnapps",
"peach",
"shot",
"shooter",
"brain",
"grenadine",
"baileys",
"texture"
]
}