Banana: Difference between revisions

From PZwiki
(Updated with info)
mNo edit summary
Line 4: Line 4:
|weight = 0.2
|weight = 0.2
}}
}}
A perishable food item that goes bad as time passes. Bananas are often found within houses, inside of [[refrigerator]]s, [[containers#Kitchen_cupboard|kitchen cupboards]], and in produce bins. Bananas take five in-game days to go stale, and an in-game week to become rotten.
A perishable food item that goes bad as time passes, when outside of a [[refrigerator]]. Bananas are often found within houses, inside of refrigerators, and in produce bins. Bananas take five in-game days to go stale, and an in-game week to rot.


== Nutritional Information ==
== Nutritional Information ==

Revision as of 02:27, 30 June 2014


A perishable food item that goes bad as time passes, when outside of a refrigerator. Bananas are often found within houses, inside of refrigerators, and in produce bins. Bananas take five in-game days to go stale, and an in-game week to rot.

Nutritional Information

Template:Consumables2

Crafting

  • Cake

Code

item Banana
	{
		HungerChange	=	-20,
		Weight	=	0.2,
		Type	=	Food,
		DaysTotallyRotten	=	7,
		DisplayName	=	Banana,
		Icon	=	Banana,
		DaysFresh	=	5,
		EvolvedRecipe = Cake:10,
		FoodType    =   Fruits,
	}

Template:Navbox/Consumables