Candy Corn: Difference between revisions

From PZwiki
m (Automated linking update)
(updated code section/article version)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Sweets}}
{{Header|Project Zomboid|Items|Food|Sweets}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Candy Corn
|name=Candy Corn
Line 39: Line 39:
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item CandyCorn
item CandyCorn
{
{
  DisplayName         = Candy Corn,
DisplayName = Candy Corn,
  DisplayCategory     = Food,
DisplayCategory = Food,
  Type               = Food,
Type = Food,
  Weight             = 0.2,
Weight = 0.2,
  Icon               = CandyCorn,
Icon = CandyCorn,
  EvolvedRecipe       = ConeIcecream:5,
EvolvedRecipe = ConeIcecream:5,
  FoodType           = Candy,
FoodType = Candy,
  HungerChange       = -10,
HungerChange = -10,
  Calories           = 32,
Calories = 32,
  Carbohydrates       = 14,
Carbohydrates = 14,
  Lipids             = 0,
Lipids = 0,
  Proteins           = 0,
Proteins = 0,
  WorldStaticModel   = Peppermint_Ground,
WorldStaticModel = CandyCorn_Ground,
}
}
   }}
   }}
}}
}}

Revision as of 21:04, 22 March 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

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

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