Cake Slice: Difference between revisions

From PZwiki
mNo edit summary
m (fixed container links)
Line 10: Line 10:
|weight = 0.2
|weight = 0.2
}}
}}
A [[Cake Slice|cake slice]] is a [[Food#Perishable|perishable]] food item which is found inside of [[Containers#Refrigerator.2FMini-Fridge|refrigerators]] in homes and stores, and can be crafted from [[Cake|cake]] using a [[Kitchen Knife|kitchen]] or [[Hunting Knife|hunting knife]]. Cake slices take three in-game days to go stale, and five in-game days to rot.
A [[Cake Slice|cake slice]] is a [[Food#Perishable|perishable]] food item which is found inside of [[Containers#Refrigerators|refrigerators]] and shop [[Containers#Display|display cases]], and can be crafted from [[Cake|cake]] using a [[Kitchen Knife|kitchen]] or [[Hunting Knife|hunting knife]]. Cake slices take three in-game days to go stale, and five in-game days to rot.
<br><br>
<br><br>
The details in this article are based on the pre-spawned cake slices which appear, as custom cakes will have different attributes based on the ingredients/cooking skill.
The details in this article are based on the pre-spawned cake slices which appear, as custom cakes will have different attributes based on the ingredients/cooking skill.

Revision as of 11:41, 10 May 2018


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

A cake slice is a perishable food item which is found inside of refrigerators and shop display cases, and can be crafted from cake using a kitchen or hunting knife. Cake slices take three in-game days to go stale, and five in-game days to rot.

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

Nutritional Information

Template:Consumables2












Its Nutritional Values are as follows:
Carbohydrates = 1
Proteins = 5
Lipids = 5
Calories = 70

Crafting

Name Recipe Description Crafting Level












Code


	item CakeSlice
	{
		Type			= Food,
		HungerChange 		= -7,
		UnhappyChange		= -10,
		DisplayName		= Cake Slice,
		Icon			= CakeSlice,
		Weight			= 0.2,
		DaysFresh 		= 3,
		DaysTotallyRotten 	= 5,
        	Carbohydrates		= 1,
		Proteins		= 5,
		Lipids			= 5,
		Calories		= 70,
	}

See Also

Template:Navbox/Consumables