Cake Slice: Difference between revisions

From PZwiki
(Redesigned page, + Nav Bar, + Categories, Rewrote Description, + code, +Nutritional info, +Nutritional values, noted that details on page are related to PRESPAWNED cake.)
(Update of NavBar.)
Line 3: Line 3:
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Cake Slice.png
|image = Cake Slice.png

Revision as of 19:24, 29 August 2016


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