Cake Slice

From PZwiki
Revision as of 23:35, 14 August 2018 by Simian (talk | contribs)


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