Cake Batter

From PZwiki
Revision as of 18:32, 16 April 2018 by Vaileasys (talk | contribs) (Updated info to the current game version, and added some hyperlinks)


Page Updated @ Version: 39.45

Cake batter is an inedible non-perishable food item that is crafted from flour, butter, sugar, an egg, yeast, milk and a bowl. Cake batter is the base for making a cake, which once created, ingredients can be added and cooked to create a fulfilling food.

In order to learn the pie dough recipe, the player must have either the cook trait, or read the good cooking magazine.

Nutritional Information

Its Nutritional Values are as follows:
Carbohydrates = 50
Proteins = 8
Lipids = 48
Calories = 800

Crafting

Name Recipe Description





































Code

Item

	
item CakeBatter
    {
	Type		= Normal,
	DisplayName	= Cake Batter,
	Icon		= CakeBatter,
	Weight		= 0.3,
        Carbohydrates 	= 50,
        Proteins 	= 8,
        Lipids 		= 48,
        Calories 	= 800,
    }

Recipe

recipe Make Cake Batter
    {
       Bowl,
       Flour=2,
       Butter;15,
       Sugar=3,
       Egg/WildEggs,
       Yeast,
       Milk,

       Result:CakeBatter,
       NeedToBeLearn:true,
       Time:50.0,
       Category:Cooking,
       OnGiveXP:Give10CookingXP,
    }

Template:Navbox/Consumables