Cereal: Difference between revisions

From PZwiki
(Adjusted formatting to match other foods, -dummy crafting section, - item section, +Summary, + Consumable section, corrected as non-perishable +history section, -TOC)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{Consumables
{{Consumables
|image = Cereal.png  
|image = Cereal.png
|weight = 0.2
|hunger = -15
|hunger = -15
|weight = 0.2
}}
}} <!--/infobox-->
A light box of nonperishable cereal.
 
== Effects ==
<!--list of effects here-->
Hunger: -15


== Code ==
A non-perishable food item found within house cupboards. Cereal takes away 15 points of hunger.  
<nowiki>item Cereal
{
HungerChange = -15,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Cereal,
Icon = Cereal,
}</nowiki>


<!--
== History ==
== Crafting ==
Cereal can be used in the following recipes:


{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
! Ingredients || Other Items || Output || Description
! Alpha ||
|-
|-
| Ingredient + Ingredient || Oven/None || What the recipe makes || Brief description of what it makes.
| 32.20 || -
|}
|}
-->
 
== Code ==
<nowiki>item Cereal
 
HungerChange = -15,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Cereal,
Icon = Cereal,
</nowiki>
 


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

Revision as of 17:55, 17 August 2015



A non-perishable food item found within house cupboards. Cereal takes away 15 points of hunger.

History

Alpha
32.20 -

Code

item Cereal

		HungerChange		=	-15,
		Weight			=	0.2,
		AlwaysWelcomeGift	=	true,
		Type			=	Food,
		DisplayName		=	Cereal,
		Icon			=	Cereal,


Template:Navbox/Consumables