Pancakes: Difference between revisions

From PZwiki
No edit summary
(Redesigned page, +Nav Bar, Reworked description, changed nutrition info, added nutrition values, +new info, + categories.)
Line 1: Line 1:
__NOTOC__
{{languages|Pancakes}}
{{languages|Pancakes}}
 
<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: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Pancakes|Pancakes]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = SNACKPancake.png
|image = SNACKPancake.png
|hunger = -20
|hunger = -10
|weight = 0.3
|weight = 0.3
}}
}}
Pancakes are a perishable food item that goes bad over time.  It can be found in [[Container|cupboards]] and [[Container|refrigerators]] in some bake shops.  Pancakes take three in-game days to go stale, and five in-game days to rot.
Pancakes are a [[Food#Perishable|perishable]] food item that goes bad over time.  It can be found in [[Container|cupboards]] and [[Container|refrigerators]] in some bake shops.  Pancakes take three in-game days to go stale, and five in-game days to rot.


== Nutritional Information ==
== Nutritional Information ==
Line 13: Line 16:
{{Consumables2
{{Consumables2
|image = SNACKPancake.png
|image = SNACKPancake.png
|hunger = -20
|hunger = -10
|unhappiness = -10
|unhappiness = -10
|unrotten hunger = -15
|unrotten hunger = -7
|unrotten boredom = +10
|unrotten boredom = +10
|rotten hunger = -9
|rotten hunger = -4
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +10
|rotten unhappiness = +10
Line 24: Line 27:
}}
}}
|}
|}
<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>
Carbohydrates = 42 <br>
Proteins = 6 <br>
Lipids = 2 <br>
Calories = 210 <br><br>
 
== Code ==
== Code ==
  <nowiki>item Pancakes
  <nowiki>
    {
    item Pancakes
         HungerChange = -20,
         HungerChange = -20,
         Weight = 0.3,
         Weight = 0.3,
         Type = Food,
         Type = Food,
         UnhappyChange = -10,
         UnhappyChange = -10,
         DisplayName = Pancakes,
         DisplayName = Pancakes,
         DaysTotallyRotten = 5,
         DaysTotallyRotten = 5,
         DaysFresh = 3,
         DaysFresh = 3,
         Icon = Pancakes,
         Icon = Pancakes,
    }</nowiki>
        Carbohydrates = 42,
 
        Proteins = 6,
==See Also==
        Lipids = 2,
* [[Items#Luxury Food|Luxury Food]]
        Calories = 210,
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 16:30, 13 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Pancakes   

Pancakes are a perishable food item that goes bad over time. It can be found in cupboards and refrigerators in some bake shops. Pancakes take three in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 42
Proteins = 6
Lipids = 2
Calories = 210

Code

	
    item Pancakes
        HungerChange		= -20,
        Weight			= 0.3,
        Type			= Food,
        UnhappyChange		= -10,
        DisplayName		= Pancakes,
        DaysTotallyRotten	= 5,
        DaysFresh 		= 3,
        Icon			= Pancakes,
        Carbohydrates 		= 42,
        Proteins 		= 6,
        Lipids 			= 2,
        Calories 		= 210,

Template:Navbox/Consumables