Corndog: Difference between revisions

From PZwiki
mNo edit summary
(added model to infobox)
Line 1: Line 1:
{{languages|Corndog}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
|display_name=Corndog
|display_name=Corndog
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Corndog_120px.png
|image=Corndog_Model.png
| image_width = 300px
| alternate_image = Corndog.png
| alternate_name = Corndog
| alternate_link =
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food

Revision as of 05:38, 13 January 2020

Corndog
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 item.

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