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.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json
index d1dc5c2..06cbe4a 100644
--- a/json/recipes/food/other.json
+++ b/json/recipes/food/other.json
@@ -13,5 +13,49 @@
"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 ] ]
+ ]
}
]