Anonymous
×
Create a new article
Write your page title here:
We currently have 497 articles on WIKI - Idle Pixel. Type your article name above or click on one of the titles below and start writing!



WIKI - Idle Pixel

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}}},
}