Raspberry Shortbread: Difference between revisions

From PZwiki
(new31.9)
 
(Updated page, +nutritional info, description change, +navigation, +info, -history (redundant), put corrected effects info nutrit. section)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{languages}}
<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: 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]] -> [[Cookie_Jelly|Cookie Jelly]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = MintCandy.png
|image = MintCandy.png
|hunger = -5
|hunger = -7
|unhappyness = -10
|unhappiness = -10
|weight = 0.1
|weight = 0.1
}}
}}
Cookie Jellies are a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]] and possibly in garbage cans.
== Nutritional Information ==


== Effects ==
Cookie Jellies provides when completely eaten: -7 hunger and a bonus of -10 to happiness. <br>
[[Hunger]]: -5<br>
<br>
[[Unhappy]]: -10
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 22 <br>
Proteins = 1 <br>
Lipids = 8 <br>
Calories = 160 <br><br>


== Code ==
== Code ==
  <nowiki>item CookieJelly
<br>
    {
  <nowiki>
         Type = Food,
    item CookieJelly
         DisplayName = Cookie Jelly,
         Type = Food,
         Icon = CookieJelly,
         DisplayName = Cookie Jelly,
         Weight = 0.1,
         Icon = CookieJelly,
         HungerChange = -5,
         Weight = 0.1,
         UnhappyChange     =     -10,
         HungerChange = -7,
    }</nowiki>
         UnhappyChange = -10,
 
        Carbohydrates = 22,
== History ==
        Proteins = 1,
 
        Lipids = 8,
{| class="wikitable" width="550" style="text-align:center;"
        Calories = 160,
|-
  </nowiki>
! Alpha ||  
|-
| Ver31.9 || -
|}
 
==See Also==
 
 


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

Revision as of 17:31, 3 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Raspberry Shortbread   

Cookie Jellies are a non-perishable food item which is often found in kitchen cupboards and possibly in garbage cans.

Nutritional Information

Cookie Jellies provides when completely eaten: -7 hunger and a bonus of -10 to happiness.

It's Nutritional Values are as follows:
Carbohydrates = 22
Proteins = 1
Lipids = 8
Calories = 160

Code


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

Template:Navbox/Consumables