Cake Slice

From PZwiki
Revision as of 03:01, 23 December 2015 by PigFlyer (talk | contribs) (Complete overhaul of entire page.)


Cake Slices are perishable food items that goes bad as time passes. They can be found in 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.

Nutritional Information

Template:Consumables2












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,
	}

See Also

Template:Navbox/Consumables