Crisps

From PZwiki
Revision as of 01:08, 2 April 2012 by Pianoman (talk | contribs)

Crisps


Crisps are an edible item. They are often found inside houses, usually scattered on the floor with pop. Another good source of crisps is the grocery store located in town.


Effects

Hungry: - 15




Code

item Crisps
{
	Type				=			Food,
	DisplayName			=			Crisps,
	Icon				=			Crisps,
	Weight				=			0.2,
	HungerChange 		        =			-15,

}
item Crisps2
{
	Type				=			Food,
	DisplayName			=			Crisps,
	Icon				=			Crisps2,
	Weight				=			0.2,
	HungerChange	 	        =			-15
}
item Crisps3
{
	Type				=			Food,
	DisplayName			=			Crisps,
	Icon				=			Crisps3,
	Weight				=			0.2,
	HungerChange 		        =			-15
}

Template:Navbox/Consumables