Banana: Difference between revisions

From PZwiki
m (Delete second {{Navbox/Consumables}})
(Updated with info)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages}}
== Description ==
{{Consumables
Bacon is an perishable food that can be found in refrigerators in houses and restaurants; it can be cooked to increase its effectiveness.
{{Items
|image = Banana.png
|image = Banana.png
|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.
== Nutritional Information ==
{{Consumables2
{{Consumables2
|image = Banana.png
|image = Banana.png
|hunger = -20  
|hunger = -20
|perishable = 1
|thirst = 0
|unhappiness = 0
|unrotten hunger = -15
|unrotten hunger = 0
|unrotten boredom = +10
|unrotten unhappiness = 0
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten image = Banana.png
|rotten hunger = -9
|rotten hunger = -9
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten boredom = +20
|rotten thirst = 0
|rotten image = Rotten Banana.png
|perishable = 1
|rotten image = Rotten_Banana.png
}}
}}
== Crafting ==
*Cake


== Code ==
== Code ==
  <nowiki>item Banana (from version 0.2.0r code)
  <nowiki>item Banana
{
{
Type = Food,
HungerChange = -20,
DisplayName = Banana,
Weight = 0.2,
Icon = Banana,
Type = Food,
Weight = 0.2,
DaysTotallyRotten = 7,
HungerChange = -30,
DisplayName = Banana,
DaysFresh = 5,
Icon = Banana,
DaysTotallyRotten = 7,
DaysFresh = 5,
} </nowiki>
EvolvedRecipe = Cake:10,
FoodType    =   Fruits,
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 35: Line 44:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 2.9.9.17]]

Revision as of 19:38, 29 June 2014


A perishable food item that goes bad as time passes. Bananas are often found within houses, inside of refrigerators, kitchen cupboards, and in produce bins. Bananas take five in-game days to go stale, and an in-game week to become rotten.

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