Pie Slice: Difference between revisions

From PZwiki
(Gave pie slice its own page)
 
m (fixed weight and hunger values)
Line 6: Line 6:
{{Consumables
{{Consumables
|image = Pie Slice.png
|image = Pie Slice.png
|hunger = -7
|hunger = -30
|unhappiness = -10
|weight = 0.5
|weight = 0.2
}}
}}
A [[Pie Slice|pie slice]] is a [[Food#Perishable|perishable]] food item which is found inside of [[Containers#Refrigerator/Mini-Fridge|refrigerators]] in homes and stores, and can be crafted from [[Pie|pie]] using a [[Kitchen Knife|kitchen]] or [[Hunting Knife|hunting knife]]. Pie slices take five in-game days to go stale, and eight in-game days to rot.
A [[Pie Slice|pie slice]] is a [[Food#Perishable|perishable]] food item which is found inside of [[Containers#Refrigerator/Mini-Fridge|refrigerators]] in homes and stores, and can be crafted from [[Pie|pie]] using a [[Kitchen Knife|kitchen]] or [[Hunting Knife|hunting knife]]. Pie slices take five in-game days to go stale, and eight in-game days to rot.

Revision as of 16:05, 16 April 2018


Page Updated @ Version: 39.45
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Pie Slice   

A pie slice is a perishable food item which is found inside of refrigerators in homes and stores, and can be crafted from pie using a kitchen or hunting knife. Pie slices take five in-game days to go stale, and eight in-game days to rot.

The details in this article are based on the pre-spawned pie slices which appear, as custom pies will have different attributes based on the ingredients/cooking skill.

Nutritional Information

Template:Consumables2












Its Nutritional Values are as follows:
Carbohydrates = 20.45
Proteins = 54.53
Lipids = 20.61
Calories = 404

Crafting

Name Recipe Description Crafting Level












Code


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