summaryrefslogtreecommitdiff
path: root/json/recipes/food/other.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/other.json')
-rw-r--r--json/recipes/food/other.json78
1 files changed, 77 insertions, 1 deletions
diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json
index 19dc892..39e245c 100644
--- a/json/recipes/food/other.json
+++ b/json/recipes/food/other.json
@@ -58,7 +58,83 @@
[ "can_salmon", 1 ],
[ "can_herring", 1 ]
],
- [ [ "water", 1 ], [ "water_clean", 1 ] ]
+ [ [ "water", 2 ], [ "water_clean", 2 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "salsify_omelette",
+ "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 ] ],
+ [ [ "salsify_raw", 1 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "wild_veggy_omelette",
+ "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 ] ],
+ [ [ "veggy_wild", 1 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "mushroom_omelette",
+ "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 ] ],
+ [ [ "dry_mushroom", 1 ], [ "mushroom", 1 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "spanish_omelette",
+ "id_suffix": "from_powder",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 1,
+ "time": "13 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 ] ],
+ [ [ "potato", 1 ] ]
]
},
{