1[
2  {
3    "type": "recipe",
4    "activity_level": "NO_EXERCISE",
5    "result": "brandy",
6    "category": "CC_FOOD",
7    "subcategory": "CSC_FOOD_BREW",
8    "skill_used": "cooking",
9    "difficulty": 3,
10    "time": "30 m",
11    "batch_time_factors": [ 50, 4 ],
12    "autolearn": [ [ "cooking", 8 ] ],
13    "book_learn": [ [ "distilling_cookbook", 2 ], [ "winemaking_beginner", 2 ] ],
14    "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 2 } ],
15    "tools": [ [ [ "water_boiling_heat", 21, "LIST" ] ] ],
16    "components": [ [ [ "cheap_wine", 21, "LIST" ], [ "worthy_wine", 15, "LIST" ] ] ]
17  },
18  {
19    "result": "gin",
20    "type": "recipe",
21    "activity_level": "NO_EXERCISE",
22    "id_suffix": "from_mash",
23    "category": "CC_FOOD",
24    "subcategory": "CSC_FOOD_BREW",
25    "skill_used": "cooking",
26    "difficulty": 4,
27    "time": 30000,
28    "batch_time_factors": [ 50, 4 ],
29    "book_learn": [ [ "distilling_cookbook", 4 ] ],
30    "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 2 } ],
31    "tools": [ [ [ "water_boiling_heat", 21, "LIST" ] ] ],
32    "components": [ [ [ "gin_mash", 21 ] ] ]
33  },
34  {
35    "result": "vodka",
36    "type": "recipe",
37    "activity_level": "NO_EXERCISE",
38    "id_suffix": "from_wash",
39    "category": "CC_FOOD",
40    "subcategory": "CSC_FOOD_BREW",
41    "skill_used": "cooking",
42    "difficulty": 5,
43    "time": "30 m",
44    "batch_time_factors": [ 50, 4 ],
45    "book_learn": [ [ "distilling_cookbook", 4 ] ],
46    "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 2 } ],
47    "tools": [ [ [ "water_boiling_heat", 21, "LIST" ] ] ],
48    "components": [ [ [ "wash_vodka", 21 ] ] ]
49  },
50  {
51    "type": "recipe",
52    "activity_level": "NO_EXERCISE",
53    "result": "rum",
54    "category": "CC_FOOD",
55    "subcategory": "CSC_FOOD_BREW",
56    "skill_used": "cooking",
57    "difficulty": 5,
58    "time": "30 m",
59    "batch_time_factors": [ 50, 4 ],
60    "book_learn": [ [ "distilling_cookbook", 4 ] ],
61    "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 2 } ],
62    "tools": [ [ [ "water_boiling_heat", 21, "LIST" ] ] ],
63    "components": [ [ [ "wash_rum", 21 ] ] ]
64  },
65  {
66    "type": "recipe",
67    "activity_level": "NO_EXERCISE",
68    "result": "whiskey",
69    "category": "CC_FOOD",
70    "subcategory": "CSC_FOOD_BREW",
71    "skill_used": "cooking",
72    "difficulty": 5,
73    "time": "30 m",
74    "batch_time_factors": [ 50, 4 ],
75    "book_learn": [ [ "distilling_cookbook", 4 ] ],
76    "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 2 } ],
77    "tools": [ [ [ "water_boiling_heat", 21, "LIST" ] ] ],
78    "components": [ [ [ "wash_whiskey", 21 ] ] ]
79  },
80  {
81    "type": "recipe",
82    "activity_level": "NO_EXERCISE",
83    "result": "moonshine",
84    "category": "CC_FOOD",
85    "subcategory": "CSC_FOOD_BREW",
86    "skill_used": "cooking",
87    "difficulty": 2,
88    "time": "30 m",
89    "batch_time_factors": [ 50, 4 ],
90    "book_learn": [ [ "distilling_cookbook", 1 ] ],
91    "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 1 } ],
92    "tools": [ [ [ "water_boiling_heat", 21, "LIST" ] ] ],
93    "components": [ [ [ "wash_moonshine", 21 ] ] ]
94  }
95]
96