Candy Package: Difference between revisions

From PZwiki
m (Fixed Nav Bar)
m (Automated Formatting)
(30 intermediate revisions by 10 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Sweets}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Candy Package
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Candy_Package|Candy Package]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=CandyPackage_Model.png
{{Consumables
|icon=CandyPackagei.png
|image = CandyPackagei.png
|icon_name=Candy Package
|weight = 0.6
|icon2=Lollipop.png
|icon_name2=Lollipop
Lollipop
|icon3=MintCandy.png
|icon_name3=Mint Candy
Mint Candy
<!--GENERAL-->
|category=Food
|weight=0.6
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-5
|calories=500
|lipids=2.5
|proteins=0
|carbohydrates=125
<!--TECHNICAL DETAILS-->
|item_id=Base.CandyPackage
}}
}}
Candy Packages are containers for [[Food#Non-Perishable|non-perishable]] food items which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]]. They contain [[Lollipop|lollipops]] and [[Mint_Candy|mint candies]] which can be consumed.
A '''candy package''' (''Assorted Candy'' on the model) is a non-perishable, non directly edible [[food]] [[Items|item]].


== Nutritional Information ==
==Usage==
Candy package can be opened, giving the player [[lollipop]]s and [[Mint Candy|mint candy]]. Once opened, the contents cannot be put back into a candy package, which is much lighter than the contents alone.


'''It's Nutritional Values are as follows:'''<br>
===Contents===
Carbohydrates = 125 <br>
{| class="wikitable theme-red" style="text-align:center;"
Proteins = 0 <br>
|-
Lipids = 2.5 <br>
! Name
Calories = 500 <br><br>
! Amount
|-
|[[File:Lollipop.png|center]] [[Lollipop]]
|x5
|-
|[[File:MintCandy.png|center]] [[Mint Candy]]
|x6
|-
|}


== Contents ==
==Distribution==
{| class="wikitable"
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
|-
! colspan="2"| Contents of Bag
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|-
! Name
|artstore
! Amount
|[[shelves]]
|4
|4
|-
|bandkitchen
|[[counter]]
|4
|4
|-
|candystorage
|[[metal_shelves]]
|4
|1
|-
|rowspan="5"|conveniencestore
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|2
|-
|-
|[[File:Lollipop.png|center]] Lollipop
|[[crate]]
|style="text-align: center;" |x5
|4
|5
|-
|-
|[[File:MintCandy.png|center]]Mint Candy
|gasstorage
|style="text-align: center;" |x5
|[[crate]]
|4
|4
|-
|-
|grocerystorage
|[[crate]]
|4
|1
|}
|}
Candy package can be found in candy store [[Containers#Displays|display shelves]] and [[Containers#Counters|counters]], or in convenience store [[Containers#Shelves|shelves]].
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 3959
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
*[[Candy Cane]]
*[[Modjeska]]
*[[Chips]]
{{Navbox items|miscellaneous_food}}


== Code ==
<br>
<nowiki>
    item CandyPackage
        Type = Food,
        DisplayName = Candy Package,
        Icon = CandyPackagei,
        Weight = 0.6,
        Carbohydrates = 125,
        Proteins = 0,
        Lipids = 2.5,
        Calories = 500,
        PAckaged = TRUE,
</nowiki>


{{Navbox/Consumables}}
[[Category:Non-perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 07:11, 14 April 2024

Project ZomboidItemsFoodSweetsCandy Package
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Candy Package
CandyPackage Model.png
Lollipop Lollipop
Mint Candy Mint Candy
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.6
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
500
CarbohydratesCarbohydrates
125
ProteinsProteins
0
FatFat
2.5
Technical
Item ID
Base.CandyPackage

A candy package (Assorted Candy on the model) is a non-perishable, non directly 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

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

Containers
Building/Room Container Rolls Chance
artstore shelves 4 4
bandkitchen counter 4 4
candystorage metal_shelves 4 1
conveniencestore crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
gasstorage crate 4 4
grocerystorage crate 4 1

Candy package can be found in candy store display shelves and counters, or in convenience store shelves.

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.78.16
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