Candy Package: 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=CandyPackagei.png
|image=CandyPackage_Model.png
|alternate_image=Lollipop.png
|image_width=200px
|alternate_name=Lollipop
|alternate_image=CandyPackagei.png
|alternate_link=Lollipop
|alternate_name=Candy Package
|alternate_image2=MintCandy.png
|alternate_link=
|alternate_name2=Mint Candy
|alternate_image2=Lollipop.png
|alternate_link2=Mint Candy
|alternate_name2=Lollipop
|alternate_link2=Lollipop
|alternate_image3=MintCandy.png
|alternate_name3=Mint Candy
|alternate_link3=Mint Candy
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 22: Line 26:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CandyPackage
|class_name=Base.CandyPackage
}}'''Candy package''' is a [[Food#Non-Perishable|non-perishable]], non-edible food [[items|item]].  
}}A '''candy package''' is a [[Food#Non-Perishable|non-perishable]], non-edible food [[items|item]].  


==Usage==
==Usage==

Revision as of 07:47, 24 June 2023

Candy Package
Candy Package
Candy Package Lollipop Mint Candy
General
Category Food
Encumbrance
Heavy Load
0.6
Packaged Yes
Nutrition
Hunger
Hunger
-5
Calories
Calories
500
Carbohydrates
Carbohydrates
125
Proteins
Proteins
0
Fat
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.png
Lollipop
x5
MintCandy.png
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