Dog Food: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 2: Line 2:
{{Consumables
{{Consumables
|image =  
|image =  
|hunger = -20
|hunger = -30
|weight = 0.3
|weight = 1
}}
}}
Dogfood is a consumable item; it must first be opened with a [[Can Opener]]. Consuming Dogfood confers a +50 penalty to Unhappiness.
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 ==
== Locations ==
Can be found in houses in [[refrigerator]]s and [[containers#Kitchen_cupboard|kitchen cupboards]].
Can be found in houses in [[containers#Kitchen_cupboard|kitchen cupboards]].
 
== Code ==
<nowiki>item Dogfood Open
{
HungerChange = -30,
Weight = 1,
Type = Food,
DaysTotallyRotten = 7,
UnhappyChange = 50,
DisplayName = Open Dogfood,
Icon = DogfoodOpen,
DaysFresh = 5,
}</nowiki>
 


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 19:32, 3 September 2013


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