Banana: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
(34 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Banana}}
{{Header|Project Zomboid|Items|Food|Fruit}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Banana
{{Infobox item
|name_colour=Food
|name=Banana
|name_text_colour=Food
|model=Banana_Model.png
|image=Banana_120px.png
|icon=Banana.png
|alternate_image=BananaRotten.png
|icon_name=Banana
|alternate_link=
|icon2=BananaRotten.png
|alternate_name=Banana (Rotten)
|icon_name2=Banana (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 21:
|carbohydrates=26.95
|carbohydrates=26.95
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Banana
|item_id=Base.Banana
}}A '''banana''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
'''Banana''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Bananas 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===
A 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 = -17
|hunger = -16
|thirst = -5
|thirst = -5
|unrotten hunger = -12
|unrotten hunger = -12
Line 47: Line 49:
}}
}}


== Crafting ==
==Crafting==
=== Evolved recipes ===
{{Main|Cooking}}
{{EvolvedRecipesForItem|cake=10|fruitsalad=10}}
 
===Evolved recipes===
{{EvolvedRecipesForItem|bread=16|cake=16|fruitsalad=8|pancakes=8|waffles=8|muffin=8|coneicecream=4|pie=16|oatmeal=4|sandwich=8}}


==Distribution==
==Distribution==
Bananas are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  
The loot distributions can be found in the table(s) below.


== Code ==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
! colspan="4" | Containers
{{Retrieved|version=40|incver=6}}
|-
<pre> item Banana
! Building/Room
HungerChange = -17,
! Container
Weight = 0.2,
! style="width: 3.2em;" | Rolls
Type = Food,
! style="width: 3.2em;" | Chance
DaysTotallyRotten = 7,
|-
DisplayName = Banana,
|rowspan="3"|all
Icon = Banana,
|[[fridge]]
DaysFresh = 5,
|4
EvolvedRecipe = Cake:10;FruitSalad:10,
|2
FoodType    = Fruits,
|-
ThirstChange = -5,
|[[fridge]]
        Carbohydrates = 26.95,
|4
        Proteins = 1.29,
|2
        Lipids = 0.39,
|-
        Calories = 105,</pre>
|[[fridge]]
|4
|2
|-
|bakery
|[[fridge]]
|4
|8
|-
|breakroom
|[[fridge]]
|4
|8
|-
|cafe
|[[fridge]]
|4
|8
|-
|rowspan="2"|gigamart
|[[grocerstand]]
|4
|1
|-
|[[grocerstand]]
|4
|2
|-
|kitchen_crepe
|[[fridge]]
|4
|8
|}
Banana are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
 
==Gallery==
<gallery>
Banana Model.png|Banana model when placed in the world
BananaRotten Model.png|Rotten banana model when placed in the world
</gallery>
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1652
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
Line 77: Line 154:
*[[Peach]]
*[[Peach]]


{{Navbox/Consumables}}
{{Navbox items|plants}}
 
 
[[Category:Perishable food]]

Revision as of 06:21, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Banana
Banana Model.png
Banana (Rotten)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
5 days
Days until rotten
7 days
Nutrition
HungerMoodle Icon Hungry.png
-17
ThirstMoodle Icon Thirsty.png
-5
CaloriesCalories
105
CarbohydratesCarbohydrates
26.95
ProteinsProteins
1.29
FatFat
0.39
Technical
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all fridge 4 2
fridge 4 2
fridge 4 2
bakery fridge 4 8
breakroom fridge 4 8
cafe fridge 4 8
gigamart grocerstand 4 1
grocerstand 4 2
kitchen_crepe fridge 4 8

Banana are often found in refrigerators and grocery displays.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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