Cake Batter

From PZwiki
Revision as of 16:24, 26 July 2018 by Simian (talk | contribs)


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 ingredients can be added to in order to create a fulfilling food.

In order to learn the cake batter recipe, the player must either have 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