Hot Dog: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Hotdog}}
{{languages|Hotdog}}
<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=Hotdog
<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 = SNACKHotdog.png
|image=Hotdog_120px.png
|hunger = -20
<!--GENERAL-->
|weight = 0.3
|category=Food
}}
|weight=0.3
|days_fresh=3
|days_rotten=6
<!--NUTRITION-->
|hunger_change=-20
|calories=100
|lipids=12
|proteins=2
|carbohydrates=2
<!--TECHNICAL DETAILS-->
|class_name=Base.Hotdog
}}A '''hotdog''' is a [[Food#Perishable|perishable]] food [[item]].


A Hotdog is a [[Food#Perishable|perishable]] food item which is found inside of [[refrigerator|refrigerator]]s in the Theatre and the Convenience Stores.<br><br>
==Usage==
Hotdogs takes three in-game days to go stale, and six in-game days to rot.
=== Consumable properties ===
 
Fried chicken can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
== Nutritional Information ==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
{{Consumables2
{{Consumables2
|image = SNACKHotdog.png
|image = Hotdog.png
|hunger = -20
|hunger = -20
|thirst = 0
|thirst = 0
Line 24: Line 31:
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = SNACKHotdog.png
|unrotten image = Hotdog.png
|rotten hunger = -9
|rotten hunger = -9
|rotten boredom = +20
|rotten boredom = +20
Line 30: Line 37:
|rotten thirst = 0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = SNACKHotdog.png
|rotten image = Hotdog.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
==Distribution==
'''It's Nutritional Values are as follows:'''<br>
Hotdogs can be found inside [[refrigerator]]s from a convenience store, theatre kitchen or camping ground.
Carbohydrates = 2 <br>
Proteins = 2 <br>
Lipids = 12 <br>
Calories = 100 <br><br>


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
    item Hotdog
<pre> item Hotdog
        HungerChange = -20,
HungerChange = -20,
        Weight = 0.3,
Weight = 0.3,
        Type = Food,
Type = Food,
        DaysTotallyRotten = 6,
DaysTotallyRotten = 6,
        DisplayName = Hotdog,
DisplayName = Hotdog,
        Icon = HotdogCrafted,
Icon = HotdogCrafted,
        DaysFresh = 3,
DaysFresh = 3,
        Carbohydrates = 2,
Carbohydrates = 2,
        Proteins = 2,
Proteins = 2,
        Lipids = 12,
Lipids = 12,
        Calories = 100,
Calories = 100,</pre>
    </nowiki>


==See Also==
==See also==
* [[Items#Luxury Food|Luxury Food]]
* [[Corndog]]
* [[Pizza]]


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

Revision as of 14:07, 21 August 2018

Hotdog
Hotdog
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 6 days
Nutrition
Hunger
Hunger
-20
Calories
Calories
100
Carbohydrates
Carbohydrates
2
Proteins
Proteins
2
Fat
Fat
12
Technical details
Item ID Base.Hotdog

A hotdog is a perishable food item.

Usage

Consumable properties

Fried chicken 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

Hotdogs can be found inside refrigerators from a convenience store, theatre kitchen or camping ground.

Code

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

	item Hotdog
		HungerChange		= -20,
		Weight			= 0.3,
		Type			= Food,
		DaysTotallyRotten	= 6,
		DisplayName		= Hotdog,
		Icon			= HotdogCrafted,
		DaysFresh		= 3,
		Carbohydrates 		= 2,
		Proteins 		= 2,
		Lipids 			= 12,
		Calories 		= 100,

See also

Template:Navbox/Consumables