Cereal: Difference between revisions

From PZwiki
m (Added linkage to trapping page)
(Updated page, +nutritional info, description change, +navigation, +info, -history (redundant))
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{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]] -> [[Cereal|Cereal]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Cereal.png
|image = Cereal.png
|hunger = -40
|weight = 0.2
|weight = 0.2
|hunger = -15
}}
}}
Cereal is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]].


A non-perishable food item found within house cupboards. Cereal takes away 15 points of hunger.
== Nutritional Information ==
 
<br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 572 <br>
Proteins = 52 <br>
Lipids = 26 <br>
Calories = 2360 <br><br>


== Trapping ==
== Trapping ==
Line 15: Line 24:


Refer to [[Trapping|trapping]] for further information.
Refer to [[Trapping|trapping]] for further information.
== History ==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| 32.20 || -
|}


== Code ==
== Code ==
  <nowiki>item Cereal
<br>
 
  <nowiki>
HungerChange = -15,
item Cereal
Weight = 0.2,
HungerChange = -40,
AlwaysWelcomeGift = true,
Weight = 0.2,
Type = Food,
AlwaysWelcomeGift = true,
DisplayName = Cereal,
Type = Food,
Icon = Cereal,
DisplayName = Cereal,
</nowiki>
Icon = Cereal,
 
        Carbohydrates = 572,
        Proteins = 52,
        Lipids = 26,
        Calories = 2360,
        Packaged = TRUE,
</nowiki>


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

Revision as of 17:11, 3 July 2016


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

Cereal is a non-perishable food item which is often found in kitchen cupboards.

Nutritional Information


It's Nutritional Values are as follows:
Carbohydrates = 572
Proteins = 52
Lipids = 26
Calories = 2360

Trapping

Cereal can also be used in traps to capture Birds and Squirrels.

Refer to trapping for further information.

Code


	item Cereal
	HungerChange		= -40,
	Weight			= 0.2,
	AlwaysWelcomeGift	= true,
	Type			= Food,
	DisplayName		= Cereal,
	Icon			= Cereal,
        Carbohydrates 		= 572,
        Proteins 		= 52,
        Lipids 			= 26,
        Calories 		= 2360,
        Packaged 		= TRUE,
 

Template:Navbox/Consumables