summaryrefslogtreecommitdiff
path: root/json/recipes/food/other.json
blob: 08d09db97ca952f0dc74e68246c53061a205493a (plain)
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
59
60
61
62
63
64
[
  {
    "type": "recipe",
    "result": "scrambled_eggs",
    "id_suffix": "from_powder",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "cooking",
    "difficulty": 1,
    "time": "6 m",
    "autolearn": true,
    "batch_time_factors": [ 80, 1 ],
    "qualities": [ { "id": "COOK", "level": 2 } ],
    "tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
    "components": [
      [ [ "powder_eggs", 2 ] ],
      [ [ "water", 2 ], [ "water_clean", 2 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "deluxe_eggs",
    "id_suffix": "from_powder",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "cooking",
    "difficulty": 1,
    "time": "6 m",
    "autolearn": true,
    "batch_time_factors": [ 80, 1 ],
    "qualities": [ { "id": "COOK", "level": 2 } ],
    "tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
    "components": [
      [ [ "powder_eggs", 2 ] ],
      [
        [ "bacon", 2 ],
        [ "meat_cooked", 1 ],
        [ "mutant_meat_cooked", 1 ],
        [ "meat_smoked", 1 ],
        [ "dry_meat", 1 ],
        [ "rehydrated_meat", 1 ],
        [ "sausage", 2 ],
        [ "sausage_cooked", 2 ],
        [ "bratwurst_sausage", 2 ],
        [ "jerky", 1 ],
        [ "salted_fish", 1 ],
        [ "meat_pickled", 1 ],
        [ "meat_salted", 1 ],
        [ "meat_canned", 1 ],
        [ "can_chicken", 1 ],
        [ "can_spam", 2 ],
        [ "fish_pickled", 1 ],
        [ "salted_fish", 1 ],
        [ "fish_canned", 1 ],
        [ "cracklins", 2 ],
        [ "can_sardine", 1 ],
        [ "can_tuna", 1 ],
        [ "can_salmon", 1 ],
        [ "can_herring", 1 ]
      ],
      [ [ "water", 1 ], [ "water_clean", 1 ] ]
    ]
  }
]