Pie Slice: Difference between revisions

From PZwiki
(added model to infobox)
m (template fix)
Line 22: Line 22:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Pie
|class_name=Base.Pie
}}{{About|pie slices that spawn naturally|pie slices made by the player|[[Recipe Ingredients#Pie Ingredients|Pie Ingredients]]}}
}}{{About|pie slices that spawn naturally|pie slices made by the player|Recipe Ingredients#Pie Ingredients}}
A '''pie slice''' is a [[Food#Perishable|perishable]] food [[item]].
A '''pie slice''' is a [[Food#Perishable|perishable]] food [[item]].



Revision as of 13:06, 27 July 2021

Template:Infobox food

PlushSpiffo.pngThis article is about pie slices that spawn naturally. For pie slices made by the player, see Recipe ingredients.

A pie slice 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

Crafting

Cooking

A player-made pie can be cut into slices using a kitchen knife or hunting knife. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Pie slices can be found in bakeries, cafes, pizza stores and camping grounds.

Trivia

Gallery

Code

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

	item Pie
		HungerChange		= -30,
		Weight			= 0.5,
		Type			= Food,
		DaysTotallyRotten	= 8,
		DisplayName		= Pie Slice,
		Icon			= Pie,
		DaysFresh		= 5,
        	Carbohydrates 		= 20.45,
        	Proteins 		= 54.53,
        	Lipids 			= 20.61,
        	Calories 		= 404,

See also

Template:Navbox/Consumables