Candy Corn

From PZwiki
Revision as of 17:11, 7 October 2022 by Kienlabadao (talk | contribs)

Template:Infobox foodCandy corn is a non-perishable food item.

Usage

Candy corn can be eaten, providing the player with some positive effects.

Crafting

Main article: Cooking

Evolved recipes

Product Nutrition
Ice Cream Cone
Ice Cream Cone
5

Distribution

Candy corn can be found in candy stores, and kitchen counters.

Gallery

Code

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

    item CandyCorn
	{
		DisplayName = Candy Corn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CandyCorn,
		EvolvedRecipe = ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -10,
		Calories = 32,
		Carbohydrates = 14,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = Peppermint_Ground,
	}

See also