Crisps: Difference between revisions

From PZwiki
Crisps
No edit summary
Line 16: Line 16:
Icon = Crisps,
Icon = Crisps,
Weight = 0.2,
Weight = 0.2,
HungerChange = -15,
HungerChange         = -15,


}
}
Line 25: Line 25:
Icon = Crisps2,
Icon = Crisps2,
Weight = 0.2,
Weight = 0.2,
HungerChange = -15
HungerChange         = -15
}
}
item Crisps3
item Crisps3
Line 33: Line 33:
Icon = Crisps3,
Icon = Crisps3,
Weight = 0.2,
Weight = 0.2,
HungerChange = -15
HungerChange         = -15
}</nowiki>
}</nowiki>
{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 10:14, 30 March 2012


Crisps are an edible item. They are often found inside houses, usually scattered on the floor with pop.

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