Cake Slice: Difference between revisions

From PZwiki
(Update of NavBar.)
mNo edit summary
Line 10: Line 10:
|weight = 0.2
|weight = 0.2
}}
}}
 
A [[Cake Slice|cake slice]] is a [[Food#Perishable|perishable]] food item which is found inside of [[Containers#Refrigerator.2FMini-Fridge|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.
Cake Slices are [[Food#Perishable|perishable]] food items which is found inside of [[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.
<br><br>
<br><br>
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.
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.
Line 32: Line 31:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 1 <br>
Carbohydrates = 1 <br>
Proteins = 5 <br>
Proteins = 5 <br>
Line 50: Line 49:
<br>
<br>
  <nowiki>
  <nowiki>
    item CakeSlice
item CakeSlice
Type = Food,
{
HungerChange = -7,
Type = Food,
UnhappyChange     = -10,
HungerChange = -7,
DisplayName = Cake Slice,
UnhappyChange = -10,
Icon = CakeSlice,
DisplayName = Cake Slice,
Weight = 0.2,
Icon = CakeSlice,
DaysFresh = 3,
Weight = 0.2,
DaysTotallyRotten = 5,
DaysFresh = 3,
        Carbohydrates = 1,
DaysTotallyRotten = 5,
        Proteins = 5,
        Carbohydrates = 1,
        Lipids = 5,
Proteins = 5,
        Calories = 70,
Lipids = 5,
    </nowiki>
Calories = 70,
}
</nowiki>


==See Also==
==See Also==

Revision as of 18:40, 16 April 2018


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

A cake slice is a perishable food item 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












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