Pasta: Difference between revisions

From PZwiki
(Added crafting version of pasta in saucepan to page)
(Added crafting version of rice in cooking pot to page)
Line 30: Line 30:
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|2075}}
{{RecipeLookup|2075}}
{{RecipeLookup|2077}}
|}
|}



Revision as of 22:08, 5 September 2016


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