Dog Food

From PZwiki
Revision as of 19:32, 3 September 2013 by Zombieslayer123 (talk | contribs)


Dogfood is a consumable item; it must first be opened with a Can Opener. After it is opened, Dogfood WILL expire. Consuming Dogfood takes away 30 hunger but confers a +50 penalty to Unhappiness.

Locations

Can be found in houses in kitchen cupboards.

Code

item Dogfood Open
{
HungerChange	=	-30,
		Weight	=	1,
		Type	=	Food,
		DaysTotallyRotten	=	7,
		UnhappyChange	=	50,
		DisplayName	=	Open Dogfood,
		Icon	=	DogfoodOpen,
		DaysFresh	=	5,
}


Template:Navbox/Consumables