Cake Slice: Difference between revisions

From PZwiki
No edit summary
(Complete overhaul of entire page.)
Line 1: Line 1:
Just as [[Bread Slices|Bread Slices]] a Cake Slice is a reduced version of [[Cake]], and works the same way except with a reduced hunger reduction. You will need a [[Butter knife|Butter knife]] or a similar equivalent to slice a [[Cake]] into Cake Slices.
{{languages}}
 
{{Consumables
|image = Cake Slice.png
|hunger = -7
|unhappiness = -10
|weight = 0.2
}}
Cake Slices are perishable food items that goes bad as time passes.  They can be found in [[Containers|refrigerators]] in homes and stores, 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.
 
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
|image = Cake Slice.png
|hunger = -7
|unhappiness = -10
|perishable = 1
|unrotten hunger = -5
|unrotten boredom = +10
|rotten hunger = -3
|rotten boredom = +20
|rotten unhappiness = +10
|rotten image = Cake Slice.png
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2043}}
|}
 
== Code ==
<nowiki>item CakeSlice
{
Type = Food,
HungerChange = -7,
UnhappyChange     =     -10,
DisplayName = Cake Slice,
Icon = CakeSlice,
Weight = 0.2,
DaysFresh = 3,
DaysTotallyRotten = 5,
}</nowiki>
 
==See Also==
* [[Cake]]
 
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]

Revision as of 03:01, 23 December 2015


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