Info about all Cooks Book recipes are stored here to be used by Module:Lua with the item_cook parameter, like this:
{{#invoke:Lua|item_cook|INGREDIENT-NAME}}
Recipe | Cooking level | Amount needed | |
---|---|---|---|
![]() |
Dotted Salad | 30 | 50 |
-- Format: {Recipe Name,Image File Name, Cooking Level, Energy, Preparation Time(hours), {Ingredient1, Ingredient2, ...}},
-- Ingredient Format: {Ingredient Name, Amount Needed},
-- Format: {Recipe Name,Image File Name, Cooking Level, Energy, Preparation Time(hours),{Ingredient1,Ingredient2, ...}}, -- Ingredient Format: {Ingredient Name,Amount Needed}, return { {'Dotted Salad','DottedSalad',30,1000,12,{{'Dotted Green Leaf',50},{'Red Mushroom',35}}}, }