Banana: Difference between revisions

From PZwiki
(Updated banana with new template.)
(Missed the stale state due to timewarp bug but added rotten data.)
Line 13: Line 13:
|unrotten hunger = 0
|unrotten hunger = 0
|unrotten unhappiness = 0
|unrotten unhappiness = 0
|rotten hunger = 0
|rotten hunger = -9
|rotten unhappiness = 0
|rotten unhappiness = +20
|rotten boredom = +20
|rotten image = Rotten Banana.png
|rotten image = Rotten Banana.png
}}
}}

Revision as of 15:42, 8 December 2013

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Description

Bacon is an perishable food that can be found in refrigerators in houses and restaurants; it can be cooked to increase its effectiveness. Template:Items Template:Consumables2

Template:Navbox/Consumables

Code

item Banana (from version 0.2.0r code)
{
	Type				=			Food,
	DisplayName			=			Banana,
	Icon				=			Banana,
	Weight				=			0.2,
	HungerChange 		=			-30,
	DaysFresh 			=			5,
	DaysTotallyRotten 	=	 		7,
}	

Template:Navbox/Consumables