Candy Cane: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(added model to infobox)
Line 3: Line 3:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Candycane.png
|image=CandyCane Model.png
|image_width=200px
|alternate_image=Candycane.png
|alternate_name=Candy Cane
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 15: Line 19:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Candycane
|class_name=Base.Candycane
}}'''Candy cane''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}A '''candy cane''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


==Usage==
==Usage==

Revision as of 07:37, 24 June 2023

Candy Cane
Candy Cane
Candy Cane
General
Category Food
Encumbrance
Heavy Load
0.2
Nutrition
Hunger
Hunger
-10
Calories
Calories
16.6
Carbohydrates
Carbohydrates
4.33
Proteins
Proteins
0
Fat
Fat
0
Technical details
Item ID Base.Candycane

A candy cane is a non-perishable food item.

Usage

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

Distribution

Candy cane 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 Candycane
	{
		DisplayName = Candy Cane,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Candycane,
		HungerChange = -10,
		Calories = 16.6,
		Carbohydrates = 4.33,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CandyCane,
	}

See also