Cake Slice

From PZwiki
Revision as of 19:24, 29 August 2016 by MalonyJenkins (talk | contribs) (Update of NavBar.)


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


Cake Slices are perishable food items which is found inside of refrigerators in homes and stores, 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












It's 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