Cake Slice: Difference between revisions

From PZwiki
(New infobox + new layout)
(added model to infobox)
Line 4: Line 4:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=CakeSlice_120px.png
|image=CakeSlice_Model.png
| image_width = 300px
| alternate_image = CakeSlice.png
| alternate_name = Cake Slice
| alternate_link =
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food

Revision as of 05:27, 13 January 2020

Template:Infobox food

PlushSpiffo.pngThis article is about cake slices that spawn naturally. For cake slices made by the player, see [[Cake Ingredients]].

A cake slice is a perishable food item.

Usage

Consumable properties

A cake slice can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

A player-made cake can be cut into slices using kitchen knife or hunting knife. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Cake slices can be found in refrigerators and bakery display cases.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	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