Corndog: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Corndog}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{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.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 20:


==Usage==
==Usage==
=== Consumable properties ===
 
===Consumable properties===
Corndog can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
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
Line 45: Line 45:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
Line 67: Line 67:


==See also==
==See also==
* [[Hotdog]]
*[[Hotdog]]
* [[Pizza]]
*[[Pizza]]


{{Navbox food}}
{{Navbox food}}

Revision as of 23:43, 18 February 2023

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

Corndog is a perishable food item.

Usage

Consumable properties

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

Corndog can be found inside refrigerators and theatre counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

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

See also