Chocolate Chip Cookie: Difference between revisions

From PZwiki
(Update of NavBar.)
m (fixed language and container links)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Cookie}}
<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 10: Line 10:
|weight = 0.1
|weight = 0.1
}}
}}
A Chocolate Chip Cookie is an [[Food#Non-Perishable|non-perishable]] food item which is found in [[Containers#Kitchen_cupboard|kitchen cupboards]].
A '''cookie''' is a [[Food#Non-Perishable|non-perishable]] food item which is found in [[Containers#Kitchen_Counter|kitchen counters]].


== Nutritional Information ==
== Nutritional Information ==
Line 16: Line 16:
A chocolate chip cookie provides when eaten completely provides -5 hunger, and -10 unhappiness.  
A chocolate chip cookie provides when eaten completely provides -5 hunger, and -10 unhappiness.  
<br><br>
<br><br>
'''It's Nutritional Values are as follows:'''<br><br>
'''Its Nutritional Values are as follows:'''<br><br>
Carbohydrates = 22 <br>
Carbohydrates = 22 <br>
Proteins = 1 <br>
Proteins = 1 <br>

Revision as of 12:58, 10 May 2018


Page Updated @ Version: 34.28

A cookie is a non-perishable food item which is found in kitchen counters.

Nutritional Information


A chocolate chip cookie provides when eaten completely provides -5 hunger, and -10 unhappiness.

Its Nutritional Values are as follows:

Carbohydrates = 22
Proteins = 1
Lipids = 8
Calories = 160

Code


    item CookieChocolateChip
        Type		= Food,
        DisplayName	= Cookie,
        Icon		= CookieChocolateChip,
        Weight		= 0.1,
        HungerChange    = -5,
        UnhappyChange	= -10,
        Carbohydrates 	= 22,
        Proteins 	= 1,
        Lipids 		= 8,
        Calories 	= 160,
 

Template:Navbox/Consumables