Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Candy Cane

From PZwiki
Project ZomboidItemsFoodSweetsCandy Cane
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Candy Cane
CandyCane Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerUI Hunger.png
-10
CaloriesCalories
16.6
CarbohydratesCarbohydrates
4.33
ProteinsProteins
0
FatFat
0
Effect
UnhappinessUI Unhappy.png
-10
Cooking
Spice
True
Technical
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.

Location

The loot distributions can be found in the table(s) below.

Candycane distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
closet cardboardbox 41.46%
closet cardboardbox 23.67%
closet smallbox 41.46%
closet smallbox 23.67%
garagestorage cardboardbox 41.46%
garagestorage cardboardbox 23.67%
garagestorage smallbox 41.46%
garagestorage smallbox 23.67%
livingroom cardboardbox 41.46%
livingroom cardboardbox 23.67%
livingroom crate 41.46%
livingroom crate 23.67%
livingroom smallbox 41.46%
livingroom smallbox 23.67%
shed smallbox 41.46%
shed smallbox 23.67%
storageunit cardboardbox 41.46%
storageunit cardboardbox 23.67%
storageunit crate 41.46%
storageunit crate 23.67%
storageunit metal_shelves 41.46%
storageunit metal_shelves 23.67%
storageunit smallbox 41.46%
storageunit smallbox 23.67%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - ForagingNav: 1
TownZone: 1
TrailerPark: 1
- - - - - - -

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

History

Base.Candycane

Version Description
Build 42.0.0 EatType added with value eatOffStick.
EvolvedRecipe added with value {'Cake': '10', 'ConeIcecream': '10', 'Muffin': '10', 'HotDrink': '10'}.
FoodType added with value Candy.
Spice added with value true.
StaticModel added with value CandyCane.
UnhappyChange added with value -10.
Build 41.69 AlwaysWelcomeGift removed.
Build 41.65 DisplayCategory added with value Food.
Build 41.51 WorldStaticModel added with value CandyCane.
Build 40.9 DisplayName changed from Candycane to Candy Cane.
Build 34.23 Calories added with value 16.6.
Nutrition added with value 4.33.
Nutrition added with value 0.
Proteins added with value 0.
Build 14 HungerChange changed from -15 to -10.
RC2.9 - Build 0007 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_food_snack.txt

Retrieved: Build 42.0.2
item Candycane
	{
		DisplayName = Candy Cane,
		DisplayCategory = Food,
		EatType = eatOffStick,
		Type = Food,
		Weight = 0.2,
		Icon = Candycane,
		HungerChange = -10,
		Calories = 16.6,
		Carbohydrates = 4.33,
		Lipids = 0,
		Proteins = 0,
		StaticModel = CandyCane,
		WorldStaticModel = CandyCane,
		EvolvedRecipe = Cake:10;ConeIcecream:10;Muffin:10;HotDrink:10,
		FoodType = Candy,
		Spice = true,
		UnhappyChange = -10,
	}

See also