Candy Cane: Difference between revisions

From PZwiki
m (Automated linking update (or fix).)
m (Automated Formatting for Infobox and Section Headers)
Line 17: Line 17:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=Base.Candycane
|item_id=Base.Candycane
}}A '''candy cane''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}
 
A '''candy cane''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
==Usage==

Revision as of 05:35, 7 March 2024

Project ZomboidItemsFoodSweetsCandy Cane
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Candy Cane
CandyCane Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
16.6
CarbohydratesCarbohydrates
4.33
ProteinsProteins
0
FatFat
0
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.

Distribution

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

Containers
Building/Room Container Rolls Chance
candystorage metal_shelves 4 1
metal_shelves 4 1
candystore counter 4 1
grocerystorage crate 4 1

Candy cane 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.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