Pie Dough

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


Page Updated @ Version: 39.45
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Non Perishable Foods -> Pie Dough   

Pie dough is an inedible non-perishable food item that is crafted from butter, salt, water, and flour. Pie dough is the base for making a pie in a baking pan, which ingredients can be added to in order to create a fulfilling food.

In order to learn the pie dough 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 PieDough
    {
        Type		= Normal,
        DisplayName	= Pie Dough,
        Icon		= Dough,
        Weight		= 0.3,
        Carbohydrates 	= 50,
        Proteins 	= 8,
        Lipids 		= 48,
        Calories 	= 800,
    }

Recipe

recipe Make Pie Dough
    {
       Water=2,
       Flour=2,
       Butter;15,
       Salt;2,

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

Template:Navbox/Consumables