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
58
|
[
{
"type": "recipe",
"result": "cooked_dinner",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SNACK",
"skill_used": "cooking",
"time": "5 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 3, "LIST" ] ] ],
"components": [ [ [ "frozen_dinner", 1 ] ] ],
"//": "Fix this recipe requiring two portions.",
"//2": "Also require food cooking 1. Good luck picking up one of these from a campfire with your bare hands."
},
{
"type": "recipe",
"result": "pie_maple",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SNACK",
"skill_used": "cooking",
"difficulty": 3,
"charges": 6,
"time": "25 m",
"batch_time_factors": [ 50, 3 ],
"book_learn": [ [ "baking_book", 3 ], [ "cookbook_foodfashions", 3 ], [ "cookbook_daintydishes", 7 ], [ "sweets_book", 3 ] ],
"qualities": [ { "id": "BOIL", "level": 2 }, { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 6, "LIST" ] ] ],
"components": [
[ [ "flour", 30 ] ],
[
[ "milk_standard_raw", 1, "LIST" ],
[ "milk_powder", 1 ],
[ "con_milk", 1 ],
[ "milk_evap", 1 ]
],
[ [ "syrup", 5 ] ],
[ [ "water", 1 ], [ "water_clean", 1 ] ]
]
},
{
"type": "recipe",
"result": "sandwich_cucumber",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SNACK",
"skill_used": "cooking",
"time": "1 m",
"autolearn": true,
"batch_time_factors": [ 50, 3 ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
[ [ "bread_sandwich", 2, "LIST" ] ],
[ [ "cucumber", 1 ], [ "irradiated_cucumber", 1 ] ],
[ [ "condiment", 1, "LIST" ], [ "seasoning_salt", 1 ] ]
]
}
]
|