Cake Slice: Difference between revisions

From PZwiki
m (fixed container links)
mNo edit summary
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#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.
{{About|cake slices that spawn naturally in the game world|cake slices custom-made by a character|[[Recipe Ingredients#Cake Ingredients|cake (recipe)]]}}
<br><br>
A '''cake slice''' is a [[Food#Perishable|perishable]] food item which is often found in [[refrigerator]]s and bakery display cases. <br>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 ==
== Nutritional information ==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
|
Line 31: Line 30:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
'''Its Nutritional Values are as follows:'''<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 1 <br>
Carbohydrates = 1 <br>
Proteins = 5 <br>
Proteins = 5 <br>
Line 66: Line 65:
</nowiki>
</nowiki>


==See Also==
==See also==
* [[Items#Luxury Food|Luxury Food]]
* [[Items#Luxury Food|Luxury Food]]
 
* [[Cake]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]

Revision as of 23:35, 14 August 2018


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Cake Slice   
PlushSpiffo.pngThis article is about cake slices that spawn naturally in the game world. For cake slices custom-made by a character, see [[cake (recipe)]].

A cake slice is a perishable food item which is often found in refrigerators and bakery display cases.
Cake slices take three in-game days to go stale, and five in-game days to rot.

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