Candy Corn: Difference between revisions

From PZwiki
m (Automated Formatting)
m (minor)
Line 17: Line 17:
|item_id=Base.CandyCorn
|item_id=Base.CandyCorn
}}
}}
'''Candy corn''' is a non-perishable [[food]] [[Items|item]].
A '''candy corn''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 67: Line 67:


{{Navbox items|miscellaneous_food}}
{{Navbox items|miscellaneous_food}}


[[Category:Non-perishable food]]
[[Category:Non-perishable food]]
[[Category:Articles requiring distribution tables]]
[[Category:Articles requiring distribution tables]]

Revision as of 00:19, 20 April 2024

Project ZomboidItemsFoodSweetsCandy Corn
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Candy Corn
CandyCorn Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
32
CarbohydratesCarbohydrates
14
ProteinsProteins
0
FatFat
0
Technical
Item ID
Base.CandyCorn

A candy 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

WhiskeyHalf.png
This section may be in need of improvement.
Add new distribution table
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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 = CandyCorn_Ground,
	}

See also