Pizza: Difference between revisions

From PZwiki
(Redesigned page, + Nav Bar, + Categories, Rewrote Description, checked code, +Nutritional values, re-wrote description -history section (redundant))
(Slight error in data entry, put boredom instead of unhappiness noted in code.)
Line 7: Line 7:
|image = Item_Pizza.png
|image = Item_Pizza.png
|hunger = -25
|hunger = -25
|boredom = -10  
|unhappiness = -10  
|weight = 0.3
|weight = 0.3
}}
}}
Line 20: Line 20:
|image = Item_Pizza.png
|image = Item_Pizza.png
|hunger = -25
|hunger = -25
|boredom = -10
|unhappiness = -10
|unrotten hunger = -19
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten boredom = +10

Revision as of 21:16, 15 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Pizza   


A slice of pizza is a perishable food item which is found inside of freezers and in Pizza Diners ingame.

Pizza takes three in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 120
Proteins = 42
Lipids = 39
Calories = 990

Code


    item Pizza
        HungerChange		= -25,
        Weight			= 0.3,
        Type			= Food,
        UnhappyChange		= -10,
        DisplayName		= Pizza,
        DaysTotallyRotten	= 5,
        DaysFresh 		= 3,
        Icon			= Pizza,
        Carbohydrates 		= 120,
        Proteins 		= 42,
        Lipids 			= 39,
        Calories 		= 990,
    

See Also

Template:Navbox/Consumables