Banana: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: 1fb7e86c))
m (Minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Banana
|display_name=Banana
|name_colour=Food
|name_colour=Food
Line 21: Line 23:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Banana
|class_name=Base.Banana
}}'''Banana''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
'''Banana''' is a [[Food#Perishable|perishable]] food [[item]].  


==Usage==
==Usage==
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Banana can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
Banana can also be used in [[Trapping|traps]] to capture [[Dead Rabbit|rabbits]].


===Consumable properties===
===Consumable properties===
Banana can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.  
Banana can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.  
{{Consumables2
{{Consumables
|image = Banana.png
|image = Banana.png
|hunger = -16
|hunger = -16
Line 58: Line 61:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:Banana Model.png|Banana model when placed in the world.
Banana Model.png|Banana model when placed in the world.
File:BananaRotten Model.png|Rotten banana model when placed in the world.
BananaRotten Model.png|Rotten banana model when placed in the world.
</gallery>
</gallery>


Line 65: Line 68:
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Banana
<pre>
item Banana
{
{
DisplayName = Banana,
DisplayName = Banana,
Line 85: Line 89:
StaticModel = CylinderFood_Yellow,
StaticModel = CylinderFood_Yellow,
WorldStaticModel = Banana_Ground,
WorldStaticModel = Banana_Ground,
}</pre>
}
</pre>


==See also==
==See also==

Revision as of 19:25, 22 July 2023

Banana
Banana
Banana (Rotten)
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

Banana is a perishable food item.

Usage

Trapping

Main article: Trapping

Banana can also be used in traps to capture rabbits.

Consumable properties

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

Fresh Stale Rotten

Banana.png
Hunger: -16


Banana.png
Hunger: -12
Boredom: +10
Unhappiness: +10

Rotten Banana.png
Hunger: -7
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Product Nutrition
Fruit Salad
Fruit Salad
8
Sandwich
Sandwich
8
Pie (savory)
Pie (savory)
16
Cake
Cake
16
Muffin
Muffin
8
Pancakes
Pancakes
8
Waffles
Waffles
8
Oatmeal
Oatmeal
4
Ice Cream Cone
Ice Cream Cone
4
Bread
Bread
16

Distribution

Banana are often found in refrigerators and grocery displays.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Banana
	{
		DisplayName = Banana,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Banana,
		EvolvedRecipe = Bread:16;Cake:16;FruitSalad:8;Pancakes:8;Waffles:8;Muffin:8;ConeIcecream:4;PieSweet:16;Oatmeal:4;Sandwich:8;Sandwich Baguette:8,
		FoodType = Fruits,
		DaysFresh = 5,
		DaysTotallyRotten = 7,
		HungerChange = -16,
		ThirstChange = -5,
		Calories = 105,
		Carbohydrates = 26.95,
		Lipids = 0.39,
		Proteins = 1.29,
		CustomEatSound = EatingMushy,
		StaticModel = CylinderFood_Yellow,
		WorldStaticModel = Banana_Ground,
	}

See also