Pasta

From PZwiki
Revision as of 22:08, 5 September 2016 by MalonyJenkins (talk | contribs) (Added crafting version of rice in cooking pot to page)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Non Perishable Foods -> Pasta   

Pasta is an non-perishable food item which is found in kitchen cupboards.

Nutritional Information


Pasta provides when eaten completely raw is a positive of -60 hunger but a penalty of +40 to unhappiness and +60 to thirst.

It's Nutritional Values are as follows:
Carbohydrates = 656
Proteins = 112
Lipids = 16
Calories = 3360

Crafting

Name Recipe Description
























Code


    item Pasta
        Weight		= 2,
        Type		= Food,
        DisplayName	= Pasta,
        Icon		= SpagettiRaw,
        HungerChange    = -60,
        UnhappyChange   = 40,
        ThirstChange    = 60,
        Carbohydrates 	= 656,
        Proteins 	= 112,
        Lipids 		= 16,
        Calories 	= 3360,
        Packaged 	= TRUE,
 

Template:Navbox/Consumables