Cereal: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Notice|Improve}}
{{Consumables
{{Consumables
|image = Cereal.png  
|image = Cereal.png  
|hunger = -30
|hunger = -15
|weight = ??
|weight = 0.2
}} <!--/infobox-->
}} <!--/infobox-->
Dinner of Champions.  
A light box of nonperishable cereal which offers a total hunger reduction of 15.


== Effects ==
== Effects ==
Line 11: Line 10:
Hunger: -30  
Hunger: -30  


<--== Crafting ==
== Code ==
<nowiki>item Cereal
{
HungerChange = -15,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Cereal,
Icon = Cereal,
}</nowiki>
 
<!--
== Crafting ==
Cereal can be used in the following recipes:
Cereal can be used in the following recipes:



Revision as of 19:44, 3 September 2013

A light box of nonperishable cereal which offers a total hunger reduction of 15.

Effects

Hunger: -30

Code

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


Template:Navbox/Consumables