Banana: Difference between revisions

From PZwiki
(Update of NavBar.)
m (Corrected Navbar from old prototype format to new template format. Removed old categories (now implemented in automatic navbar code), corrected language bar (coding appears to have malfunctioned), noted additional use in fruit salad+thirst chg.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Banana}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Food|Perishable Food|type=Food|version=Version 38|incver=30}}{{Consumables
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = Banana.png
|image = Banana.png
|hunger = -17
|hunger = -17
|thirst = -7
|weight = 0.2
|weight = 0.2
}}
}}Bananas are [[Food#Perishable|perishable]] food items 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 seven in-game days to rot.
Bananas are [[Food#Perishable|perishable]] food items 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 seven in-game days to rot.


== Nutritional Information ==
== Nutritional Information ==
Line 17: Line 14:
|image = Banana.png
|image = Banana.png
|hunger = -17
|hunger = -17
|thirst = 0
|thirst = -7
|unrotten hunger = -12
|unrotten hunger = -12
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = -7
|unrotten image = Banana.png
|unrotten image = Banana.png
|rotten hunger = -7
|rotten hunger = -7
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten thirst = 0
|rotten thirst = -7
|perishable = 1
|perishable = 1
|rotten image = Rotten_Banana.png
|rotten image = Rotten_Banana.png
}}
}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 26.95 <br>
Carbohydrates = 26.95 <br>
Line 52: Line 49:
== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|cake=10|}}
|cake=10|fruitsalad=10}}


== Trapping ==
== Trapping ==
Line 70: Line 67:
Icon = Banana,
Icon = Banana,
DaysFresh = 5,
DaysFresh = 5,
EvolvedRecipe = Cake:10,
EvolvedRecipe = Cake:10;FruitSalad:10,
FoodType    = Fruits,
FoodType    = Fruits,
ThirstChange = -5,
         Carbohydrates = 26.95,
         Carbohydrates = 26.95,
         Proteins = 1.29,
         Proteins = 1.29,
Line 79: Line 77:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 00:40, 13 June 2018


Bananas are perishable food items 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 seven in-game days to rot.

Nutritional Information

Template:Consumables2














It's Nutritional Values are as follows:
Carbohydrates = 26.95
Proteins = 1.29
Lipids = 0.39
Calories = 105

Crafting

Bananas can be used an cake ingredient.

Name Recipe Description













Evolved Recipes

Product Nutrition
Fruit Salad
Fruit Salad
10
Cake
Cake
10

Trapping

Bananas can also be used in traps to capture rabbits.

Refer to trapping for further information.

Code

	
	item Banana
		HungerChange		= -17,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 7,
		DisplayName		= Banana,
		Icon			= Banana,
		DaysFresh		= 5,
		EvolvedRecipe 		= Cake:10;FruitSalad:10,
		FoodType    		= Fruits,
		ThirstChange		= -5,
        	Carbohydrates 		= 26.95,
        	Proteins 		= 1.29,
        	Lipids 			= 0.39,
        	Calories 		= 105,

Template:Navbox/Consumables