Corndog: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Corndog}}
{{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 -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Corndog
<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 -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = SNACKCorndog.png
|image=Corndog_120px.png
|hunger = -12
<!--GENERAL-->
|weight = 0.1
|category=Food
}}
|weight=0.1
|days_fresh=3
|days_rotten=6
<!--NUTRITION-->
|hunger_change=-12
|calories=180
|lipids=9
|proteins=19
|carbohydrates=7
<!--TECHNICAL DETAILS-->
|class_name=Base.Corndog
}}A '''corndog''' is a [[Food#Perishable|perishable]] food [[items]]


Corndogs are [[Food#Perishable|perishable]] food items which is found inside of [[refrigerator|refrigerator]]s in the Convenience Store and the Theatre.<br><br>
which is found inside of [[refrigerator|refrigerator]]s in the Convenience Store and the Theatre.<br><br>
Corndogs takes three in-game days to go stale, and six in-game days to rot.
Corndogs takes three in-game days to go stale, and six in-game days to rot.


== Nutritional Information ==
==Usage==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
=== Consumable properties ===
|
A corndog can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = SNACKCorndog.png
|image = Corndog.png
|hunger = -12
|hunger = -12
|thirst = 0
|unrotten hunger = -9
|unrotten hunger = -9
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten image = Corndog.png
|unrotten image = SNACKCorndog.png
|rotten hunger = -5
|rotten hunger = -5
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = SNACKCorndog.png
|rotten image = Corndog.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
==Distribution==
'''It's Nutritional Values are as follows:'''<br>
Corndogs can be found inside [[refrigerator]]s and theatre [[Containers#Counters|counters]].
Carbohydrates = 7 <br>
Proteins = 19 <br>
Lipids = 9 <br>
Calories = 180 <br><br>


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
item Corndog
<pre> item Corndog
HungerChange = -12,
HungerChange = -12,
Weight = 0.1,
Weight = 0.1,
Line 54: Line 57:
         Proteins = 19,
         Proteins = 19,
         Lipids = 9,
         Lipids = 9,
         Calories = 180,
         Calories = 180,</pre>
    </nowiki>


==See Also==
==See also==
* [[Items#Luxury Food|Luxury Food]]
* [[Fried Chicken]]
* [[Fries]]
* [[Pizza]]


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

Revision as of 13:01, 21 August 2018

Corndog
Corndog
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 3 days
Days until rotten 6 days
Nutrition
Hunger
Hunger
-12
Calories
Calories
180
Carbohydrates
Carbohydrates
7
Proteins
Proteins
19
Fat
Fat
9
Technical details
Item ID Base.Corndog

A corndog is a 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.

Usage

Consumable properties

A corndog can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Corndogs can be found inside refrigerators and theatre counters.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	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