Banana: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 30: Line 30:
|image = Banana.png
|image = Banana.png
|hunger = -17
|hunger = -17
|thirst = -7
|thirst = -5
|unrotten hunger = -12
|unrotten hunger = -12
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = -7
|unrotten thirst = -5
|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 = -7
|rotten thirst = -5
|perishable = 1
|perishable = 1
|rotten image = Rotten_Banana.png
|rotten image = Rotten_Banana.png
Line 49: Line 49:


==Distribution==
==Distribution==
Bananas are often found in [[Containers#Refrigerator|fridges]] and [[Containers#Displays|grocery displays]].  
Bananas are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  


== Code ==
== Code ==

Revision as of 16:55, 15 August 2018

Banana
Banana
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 5 days
Days until rotten 7 days
Nutrition
Hunger
Hunger
-17
Thirst
Thirst
-5
Calories
Calories
105
Carbohydrates
Carbohydrates
26.95
Proteins
Proteins
1.29
Fat
Fat
0.39
Technical details
Item ID Base.Banana

A banana is a perishable food item.

Usage

Trapping

Main article: Trapping

Bananas can also be used in traps to capture rabbits.

Consumable properties

A banana can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Evolved recipes

Product Nutrition
Fruit Salad
Fruit Salad
10
Cake
Cake
10

Distribution

Bananas are often found in refrigerators and grocery displays.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	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,

See also

Template:Navbox/Consumables