Pie Dough

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