Apple

From PZwiki
Revision as of 08:13, 5 May 2013 by Zombieslayer123 (talk | contribs) (Fixed Weight)


A perishable food item that goes bad as time passes. Apples are often found within houses, inside of refrigerators and kitchen cupboards, and in the corpses of defeated zombies.



Effects

Hungry: -15




Code

item Apple
{
		Type				=			Food,
		DisplayName			=			Apple,
		Icon				=			Apple,
		Weight				=			0.2,
		HungerChange 		=			-15,
		DaysFresh 			=			7,
		DaysTotallyRotten 	= 			9,
}

Template:Navbox/Consumables