Banana

From PZwiki
Revision as of 20:47, 28 March 2012 by Auchtor (talk | contribs) (Created page with "{{languages}} {{Consumables |image = Banana.png |hunger = -30 |weight = 0.2 }} == Effects == Hungry: -30 == Code == <nowiki>item Banana { Type = Food, DisplayName =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Effects

Hungry: -30

Code

item Banana
{
	Type				=			Food,
	DisplayName			=			Banana,
	Icon				=			Banana,
	Weight				=			0.2,
	HungerChange 		=			-30,
	DaysFresh 			=			5,
	DaysTotallyRotten 	=	 		7,
}	

Template:Navbox/Consumables