Banana: Difference between revisions

From PZwiki
mNo edit summary
(Adjusted formatting, slightly adjusted summary, added correct crafting/evolved recipe entry, added link to trapping, removed TOC)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
Line 7: Line 8:


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Banana.png
|image = Banana.png
Line 23: Line 26:
|rotten image = Rotten_Banana.png
|rotten image = Rotten_Banana.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Crafting ==
== Crafting ==
*Cake
Bananas can be used an [[Recipe Ingredients|cake ingredient]].
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2041}}
|}
<br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|cake=10}}
 
== Trapping ==
 
Apples can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
 
Refer to [[Trapping|trapping]] for further information.


== Code ==
== Code ==

Revision as of 22:22, 7 August 2015


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

Bananas can be used an cake ingredient.

Name Recipe Description













Evolved Recipes

Product Nutrition
Cake
Cake
10

Trapping

Apples can also be used in traps to capture rabbits.

Refer to trapping for further information.

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