Waffles: Difference between revisions

From PZwiki
No edit summary
(Redesigned page, + Nav Bar, + Categories, Rewrote Description, + code, +Nutritional info, +Nutritional values)
Line 1: Line 1:
__NOTOC__
{{languages|Waffles}}
{{languages|Waffles}}
 
<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]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = SNACKWaffle.png
|image = SNACKWaffle.png
|hunger = -20
|hunger = -15
|unhappiness = -10
|weight = 0.3
|weight = 0.3
}}
}}
Waffles are perishable food items that goes bad as time passes. They can be found inside [[Containers|refrigerators]] or [[Containers|cupboards]] in bake shops. Waffles take three in-game days to go stale, and five in-game days to rot.
 
Waffles are [[Food#Perishable|perishable]] food items which are found inside of counters in the Bakery and Candy stores.<br><br>
Waffles take three in-game days to go stale, and five in-game days to rot.
 
== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
|
{{Consumables2
{{Consumables2
|image = SNACKWaffle.png
|image = SNACKWaffle.png
|hunger = -20
|hunger = -15
|unhappiness = -10
|unhappiness = -10
|unrotten hunger = -15
|unrotten hunger = -11
|unrotten boredom = +10
|unrotten boredom = +10
|rotten hunger = -9
|rotten hunger = -6
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +10
|rotten unhappiness = +10
Line 23: Line 30:
}}
}}
|}
|}
<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 = 13 <br>
Proteins = 3 <br>
Lipids = 4 <br>
Calories = 80 <br><br>
 
== Code ==
== Code ==
  <nowiki>item Waffles
<br>
    {
  <nowiki>
         HungerChange = -20,
    item Waffles
         Weight = 0.3,
         HungerChange = -15,
         Type = Food,
         Weight = 0.3,
         UnhappyChange = -10,
         Type = Food,
         DisplayName = Waffles,
         UnhappyChange = -10,
         DaysTotallyRotten = 5,
         DisplayName = Waffles,
         DaysFresh = 3,
         DaysTotallyRotten = 5,
         Icon = Waffles,
         DaysFresh = 3,
     }</nowiki>
         Icon = Waffles,
        Carbohydrates = 13,
        Proteins = 3,
        Lipids = 4,
        Calories = 80,
     </nowiki>


==See Also==
==See Also==
Line 43: Line 61:
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 21:28, 15 August 2016


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


Waffles are perishable food items which are found inside of counters in the Bakery and Candy stores.

Waffles 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 = 13
Proteins = 3
Lipids = 4
Calories = 80

Code


    item Waffles
        HungerChange		= -15,
        Weight			= 0.3,
        Type			= Food,
        UnhappyChange		= -10,
        DisplayName		= Waffles,
        DaysTotallyRotten	= 5,
        DaysFresh 		= 3,
        Icon			= Waffles,
        Carbohydrates 		= 13,
        Proteins 		= 3,
        Lipids 			= 4,
        Calories 		= 80,
    

See Also

Template:Navbox/Consumables