-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSaazon.json
More file actions
57 lines (57 loc) · 1.16 KB
/
Saazon.json
File metadata and controls
57 lines (57 loc) · 1.16 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"Malt": {
"Pilsner": {
"Mass": 0.5,
"HWE": 0.8,
"EBC": 4
},
"Ale": {
"Mass": 0.5,
"HWE": 0.8,
"EBC": 5
},
"Crystal": {
"Mass": 0.25,
"HWE": 0.75,
"EBC": 40
}
},
"Hops": {
"Saaz": {
"Alpha Acids": 4.4,
"Masses": [
4,
4,
4
],
"Times": [
60,
30,
5
]
},
"Hallertauer": {
"Alpha Acids": 2.8,
"Masses": [
4,
4,
4
],
"Times": [
60,
30,
5
]
}
},
"Yeast": "SafAle BE-134 Saison Yeast",
"Strike Water": 3.75,
"Sparge Water": 5.3875,
"Original Gravity": 1.0467938618925832,
"Final Gravity": 1.0116984654731458,
"Priming Sugar": 12.048750000000002,
"Batch Size": 4.25,
"Boil Time": 60,
"IBU": 31.658896120550537,
"EBC": 24.412965197787983
}