Candy Cane

From PZwiki
Revision as of 15:49, 9 August 2018 by Vaileasys (talk | contribs) (New infobox, header and details updated.)
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Candy Cane
Candy Cane
General
Category Food
Encumbrance
Heavy Load
0.2
Nutrition
Hunger
Hunger
-10
Technical details
Item ID Base.Candycane

A candy cane is a non-perishable food expected to be added in build 40.

Nutritional information

Its nutritional values are as follows:

Carbohydrates = 4.33
Proteins = 0
Lipids = 0
Calories = 16.6

Distribution

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

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Candycane
		HungerChange		= -10,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Candy Cane,
		Icon			= Candycane,
        	Carbohydrates 		= 4.33,
        	Proteins 		= 0,
        	Lipids 			= 0,
        	Calories 		= 16.6,

See also

Template:Navbox/Consumables