summaryrefslogtreecommitdiff
path: root/json/recipes/food/other.json
blob: d1dc5c21d443a002bbb0419ad5c7f424c47cb7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "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 ] ] ]
  }
]