Corndog: Difference between revisions

From PZwiki
No edit summary
(Redesigned page, + Nav Bar, + Categories, Rewrote Description, + code, +Nutritional values, re-wrote description -history section (redundant))
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{languages|Corndog}}
<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 = SNACKCorndog.png
|image = SNACKCorndog.png
Line 7: Line 10:
}}
}}


== Description ==
Corndogs are [[Food#Perishable|perishable]] food items which is found inside of [[refrigerator|refrigerator]]s in the Convenience Store and the Theatre.<br><br>
A corndog is a hotdog snack, smothered in maize-flour batter, fried, then served on a stick. It manages to reduce a small amount of hunger, but is perishable and will go rotten if left unattended.
Corndogs takes three in-game days to go stale, and six in-game days to rot.


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
{{Consumables2
{{Consumables2
|image = SNACKCorndog.png
|image = SNACKCorndog.png
|hunger = -12
|hunger = -12
|thirst = 0
|thirst = 0
|unrotten hunger = 0
|unrotten hunger = -9
|unrotten boredom = 0
|unrotten boredom = +10
|unrotten unhappiness = 0
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = SNACKCorndog.png
|unrotten image = SNACKCorndog.png
|rotten hunger = 0
|rotten hunger = -5
|rotten boredom = 0
|rotten boredom = +20
|rotten unhappiness = 0
|rotten unhappiness = +20
|rotten thirst = 0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = SNACKCorndog.png
|rotten image = SNACKCorndog.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 7 <br>
Proteins = 19 <br>
Lipids = 9 <br>
Calories = 180 <br><br>


== Code ==
== Code ==
  <nowiki>item Corndog
<br>
{
  <nowiki>
HungerChange = -12,
item Corndog
Weight = 0.1,
HungerChange = -12,
Type = Food,
Weight = 0.1,
DaysTotallyRotten = 6,
Type = Food,
DisplayName = Corndog,
DaysTotallyRotten = 6,
Icon = Corndog,
DisplayName = Corndog,
DaysFresh = 3,
Icon = Corndog,
}</nowiki>
DaysFresh = 3,
 
        Carbohydrates = 7,
== History ==
        Proteins = 19,
 
        Lipids = 9,
{| class="wikitable" width="550" style="text-align:center;"
        Calories = 180,
|-
    </nowiki>
! Alpha || 
|-
| - || -
|}


==See Also==
==See Also==
Line 55: Line 63:
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 21:22, 15 August 2016


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


Corndogs are perishable food items which is found inside of refrigerators in the Convenience Store and the Theatre.

Corndogs takes three in-game days to go stale, and six in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 7
Proteins = 19
Lipids = 9
Calories = 180

Code


	item Corndog
		HungerChange		= -12,
		Weight			= 0.1,
		Type			= Food,
		DaysTotallyRotten	= 6,
		DisplayName		= Corndog,
		Icon			= Corndog,
		DaysFresh		= 3,
        	Carbohydrates 		= 7,
        	Proteins 		= 19,
        	Lipids 			= 9,
        	Calories 		= 180,
    

See Also

Template:Navbox/Consumables