Corndog

From PZwiki
Revision as of 14:45, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file, eid: bad08188))
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

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