Pizza

From PZwiki
Revision as of 15:23, 21 August 2018 by Vaileasys (talk | contribs) (New infobox + new layout)
Pizza
Pizza
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-25
Calories
Calories
990
Carbohydrates
Carbohydrates
120
Proteins
Proteins
42
Fat
Fat
39
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Pizza

Pizza is a perishable food item.

Usage

Consumable properties

A pie slice can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Pizza can be found in Pizza Whirled kitchens and refrigerators.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	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