![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Candy Package
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Non-Perishable Food>Candy Package | Page updated: Version 41.73 |
---|
Candy Package | ||||
---|---|---|---|---|
![]() | ||||
| ||||
General | ||||
Category | Food | |||
Weight | 0.6 | |||
Packaged | Yes | |||
Nutrition | ||||
Hunger | -5 | |||
Calories | 500 | |||
Carbohydrates | 125 | |||
Proteins | 0 | |||
Fat | 2.5 | |||
Technical details | ||||
Item ID | Base.CandyPackage |
A candy package is a non-perishable, non-edible food item.
Usage
Candy package can be opened, giving the player lollipops and mint candy. Once opened, the contents cannot be put back into a candy package, which is much lighter than the contents alone.
Contents
Name | Amount |
---|---|
Lollipop | x5 |
Mint Candy | x6 |
Distribution
Candy package can be found in candy store display shelves and counters, or in convenience store shelves.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
item CandyPackage { DisplayName = Candy Package, DisplayCategory = Food, Type = Food, Weight = 0.6, Icon = CandyPackagei, CantEat = TRUE, Packaged = TRUE, Calories = 500, Carbohydrates = 125, Lipids = 2.5, Proteins = 0, WorldStaticModel = CandyPackage, }
See also