Banana: Difference between revisions

From PZwiki
mNo edit summary
(Updated banana with new template.)
Line 1: Line 1:
{{languages}}
{{languages}}{{Notice|Short}}
{{Consumables
== Description ==
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
|hunger = -30
|weight = 0.2
|weight = 0.2
}}
{{Consumables2
|image = Banana.png
|hunger = -20
|perishable = 1
|unhappiness = 0
|unrotten hunger = 0
|unrotten unhappiness = 0
|rotten hunger = 0
|rotten unhappiness = 0
|rotten image = Rotten Banana.png
}}
}}


A common food that is found in the refrigerators of many houses. The banana reduces hunger quite a bit, but it is perishable, so it will eventually rot. To slow down the rotting process, the player can put the banana in a refrigerator. However, after the power goes out, the refrigerator will be useless.
{{Navbox/Consumables}}
 
 
== Effects ==
 
Hunger -30
 
 
{| class="wikitable sortable" style="text-align:center;"
|-
! Item
! class="unsortable" | Effects
|-
|[[File:Banana.png]]
Ripe
| Hunger -30
|-
|[[File:Rotten Banana.png]]
Rotten
| Hunger -?? Unhappiness -??
|}
 
 


== Code ==
== Code ==
  <nowiki>item Banana
  <nowiki>item Banana (from version 0.2.0r code)
{
{
Type = Food,
Type = Food,

Revision as of 20:52, 7 December 2013

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Description

Bacon is an perishable food that can be found in refrigerators in houses and restaurants; it can be cooked to increase its effectiveness. Template:Items Template:Consumables2

Template:Navbox/Consumables

Code

item Banana (from version 0.2.0r code)
{
	Type				=			Food,
	DisplayName			=			Banana,
	Icon				=			Banana,
	Weight				=			0.2,
	HungerChange 		=			-30,
	DaysFresh 			=			5,
	DaysTotallyRotten 	=	 		7,
}	

Template:Navbox/Consumables