Avocado: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 26: Line 26:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Avocado
|class_name=Base.Avocado
}}An '''avocado''' is a [[Food#Perishable|perishable]] food [[item]].
}}'''Avocado''' is a [[Food#Perishable|perishable]] food [[item]].


== Usage ==
== Usage ==
=== Consumable properties ===
=== Consumable properties ===
An avocado can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Avocado can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Avocado.png
|image = Avocado.png
Line 50: Line 50:
== Crafting ==
== Crafting ==
=== Evolved recipes ===
=== Evolved recipes ===
Avocados are a [[cooking]] [[Recipe Ingredients|ingredient]].
Avocado is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|Omelette=8|Soup=16|Stew=16|Pie=16|Stir fry=16|Sandwich=8|Salad=16|Roasted Vegetables=16|Rice=16|Pasta=16|Taco=8|Burrito=8|}}
|Omelette=8|Soup=16|Stew=16|Pie=16|Stir fry=16|Sandwich=8|Salad=16|Roasted Vegetables=16|Rice=16|Pasta=16|Taco=8|Burrito=8|}}


==Distribution==
==Distribution==
Avocados are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Avocado is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].


== Code ==
== Code ==

Revision as of 19:00, 25 September 2022

Avocado
Avocado
Avocado Avocado (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 6 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-15
Thirst
Thirst
-7
Calories
Calories
227
Carbohydrates
Carbohydrates
11.75
Proteins
Proteins
2.67
Fat
Fat
20.96
Technical details
Item ID Base.Avocado

Avocado is a perishable food item.

Usage

Consumable properties

Avocado 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

Avocado is a cooking ingredient.

Product Nutrition
Soup
Soup
16
Stew
Stew
16
Salad
Salad
16
Sandwich
Sandwich
8
Pie (savory)
Pie (savory)
16
Rice Pot/Saucepan
Rice Pot/Saucepan
16
Pasta Pot/Saucepan
Pasta Pot/Saucepan
16
Taco
Taco
8
Burrito
Burrito
8
Omelette
Omelette
8

Distribution

Avocado is often found in refrigerators and grocery displays.

Code

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

	item Avocado
                DisplayName = Avocado,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Avocado,
		EvolvedRecipe = Omelette:8;Soup:16;Stew:16;Pie:16;Stir fry Griddle Pan:16;Stir fry:16;Sandwich:8;Sandwich Baguette:8;Salad:16;Roasted Vegetables:16;RicePot:16;RicePan:16;PastaPot:16;PastaPan:16;Taco:8;Burrito:8;Toast:8,
		FoodType = Vegetables,
		DaysFresh = 6,
		DaysTotallyRotten = 14,
		HungerChange = -16,
		ThirstChange = -7,
		Calories = 227,
		Carbohydrates = 11.75,
		Lipids = 20.96,
		Proteins = 2.67,
		StaticModel = RoundFood_Green,
		WorldStaticModel = Avocado_Ground,

See also