Skip to content

Commit ea2fea6

Browse files
Crowtonalfg
andauthored
Created Rysgaard's Corona Special drink (alfg#951)
* Create rysgaardsCoronaSpecial.json * Add files via upload * Add image link * Fix json parse error * Update lowercase and spelling errors * Delete rysgaardSpecial.jpg * Add lowercase picture name * Apply suggestions from code review Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com> Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>
1 parent 16b2e27 commit ea2fea6

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
211 KB
Loading
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "Rysgaard's Corona Special",
3+
"description": "A drink for drinking alone in your apartment when quarantined.",
4+
"github": "Crowton",
5+
"ingredients": [
6+
{
7+
"quantity": "4",
8+
"measure": "cL",
9+
"ingredient": "Cheap Whiskey"
10+
},
11+
{
12+
"quantity": "33",
13+
"measure": "cL",
14+
"ingredient": "Soda with sport taste"
15+
},
16+
{
17+
"quantity": "1",
18+
"measure": "cL",
19+
"ingredient": "Old Danish"
20+
},
21+
{
22+
"quantity": "3",
23+
"measure": "drops",
24+
"ingredient": "Dark coloring for sauce"
25+
}
26+
],
27+
"directions": [
28+
"Mix the whiskey, soda and Old Danish",
29+
"Observe the discusting color. Fix with the sauce coloring",
30+
"Stir the drink counterclockwise until you feel better inside",
31+
"If there is too much alcohol in the drink, you can always cry in it, to lower the percentage"
32+
],
33+
"image": "rysgaards-corona-special.jpg",
34+
"keywords": [
35+
"whiskey",
36+
"corona",
37+
"old danish"
38+
]
39+
}

0 commit comments

Comments
 (0)