Candy Package: Difference between revisions

From PZwiki
(Update of NavBar.)
m (fixed language and container links)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Candy Package}}
<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 -->
<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 -->
<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 -->
<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 -->
Line 8: Line 8:
|weight = 0.6
|weight = 0.6
}}
}}
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.
'''Candy packages''' are containers for [[Food#Non-Perishable|non-perishable]] food items which is often found in [[Containers#Kitchen_Counter|kitchen counters]]. They contain [[Lollipop|lollipops]] and [[Mint_Candy|mint candies]] which can be consumed.


== Nutritional Information ==
== Nutritional Information ==


'''It's Nutritional Values are as follows:'''<br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 125 <br>
Carbohydrates = 125 <br>
Proteins = 0 <br>
Proteins = 0 <br>

Revision as of 13:15, 10 May 2018


Page Updated @ Version: 34.28

Candy packages are containers for non-perishable food items which is often found in kitchen counters. They contain lollipops and mint candies which can be consumed.

Nutritional Information

Its Nutritional Values are as follows:
Carbohydrates = 125
Proteins = 0
Lipids = 2.5
Calories = 500

Contents

Contents of Bag
Name Amount
Lollipop.png
Lollipop
x5
MintCandy.png
Mint Candy
x5

Code


    item CandyPackage
        Type		= Food,
        DisplayName	= Candy Package,
        Icon		= CandyPackagei,
        Weight		= 0.6,
        Carbohydrates 	= 125,
        Proteins 	= 0,
        Lipids 		= 2.5,
        Calories 	= 500,
        PAckaged 	= TRUE,
 

Template:Navbox/Consumables