Avocado: Difference between revisions

From PZwiki
m (Added Perishable food category, version of last page update)
m (Update shorthand parameters)
(43 intermediate revisions by 13 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{languages}}
{{Page version|41.78.16}}
{{Consumables
{{Infobox item
|image = Avocado.png
|name=Avocado
|hunger = -15
|model=AvocadoModel.png
|weight = 0.3
|icon=Avocado.png
|icon_name=Avocado
|model2=AvocadoRotten_Model.png
|icon2=AvocadoRotten.png
|icon_name2=Avocado (Rotten)
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=6
|days_rotten=14
<!--NUTRITION-->
|hunger_change=-15
|thirst_change=-7
|calories=227
|lipids=20.96
|proteins=2.67
|carbohydrates=11.75
<!--TECHNICAL DETAILS-->
|item_id=Base.Avocado
}}
}}
Avocados is a perishable item that goes bad as time passes, and is found within houses, inside of [[refrigerator]]s, and in produce bins. Avocados take six in-game days to go stale, and two weeks in-game days to rot. Avocados can be used in multiple recipes.


== Nutritional Information ==
An '''avocado''' is a perishable [[food]] [[Items|item]].
{| border=0 align=left
 
|
==Usage==
{{Consumables2
===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.
{{Consumables
|image = Avocado.png
|image = Avocado.png
|hunger = -15  
|hunger = -15
|thirst = -7
|perishable = 1
|perishable = 1
|cookable = 0
|cookable = 0
|dangerous uncooked = 0
|unhappiness = 0
|unrotten hunger = -11
|unrotten hunger = -11
|unrotten thirst = -7
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten boredom = +10
|unrotten boredom = +10
|rotten hunger = -6
|rotten hunger = -6
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten thirst = -7
|rotten boredom = +20
|rotten boredom = +20
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = 0
|burned boredom = 0
|burned unhappiness = 0
|burned image =
|rotten image = AvocadoRotten.png
|rotten image = AvocadoRotten.png
|cooked image =
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>


== Evolved Recipes ==
==Crafting==
{{EvolvedRecipesForItem
{{Main|Cooking}}
|soup=8|stew=8|salad=8|stirfry=8|roastedvegetables=8|sandwich=8|burger=0|pie=8|cake=0}}


== Code ==
===Evolved recipes===
<nowiki>item Avocado
Avocado is a [[cooking]] [[Recipe ingredients|ingredient]].
    {
{{EvolvedRecipesForItem|Omelette=15|Soup=15|Stew=15|Pie=15|Stir fry=15|Sandwich=8|Salad=15|Roasted Vegetables=15|Rice=15|Pasta=15|Taco=15|Burrito=15|}}
        Type = Food,
        DisplayName = Avocado,
        Icon = Avocado,
        Weight = 0.3,
        HungerChange = -15,
        DaysFresh = 6,
        DaysTotallyRotten = 14,
        EvolvedRecipe      =       Soup:8;Stew:8;Pie:8;Stir fry:8;Sandwich:8;Salad:8;Roasted Vegetables:8,
        FoodType            =         Vegetables,
    }</nowiki>


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


{| class="wikitable" width="550" style="text-align:center;"
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
|-
! Alpha ||
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|-
| Ver31.9 || -  
|rowspan="2"|all
|[[fridge]]
|4
|1
|-
|[[fridge]]
|4
|2
|-
|mexicankitchen
|[[fridge]]
|4
|8
|-
|sushikitchen
|[[fridge]]
|4
|8
|}
|}
Avocado is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].


==See Also==
==Trivia==
* [[Recipe_Ingredients|Recipe ingredients]]
*This item used to have a slightly different icon at one point: [[File:Avocado-old.png]] for regular version and [[File:AvocadoRotten-old.png]] for rotten version.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1065
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
}
}}
}}


{{Navbox food}}


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Version 32.20]]

Revision as of 02:25, 28 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Avocado
AvocadoModel.png
AvocadoRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
6 days
Days until rotten
14 days
Nutrition
HungerMoodle Icon Hungry.png
-15
ThirstMoodle Icon Thirsty.png
-7
CaloriesCalories
227
CarbohydratesCarbohydrates
11.75
ProteinsProteins
2.67
FatFat
20.96
Technical
Item ID
Base.Avocado

An 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.

Fresh Stale Rotten

Avocado.png
Hunger: -15


Avocado.png
Hunger: -11
Boredom: +10
Unhappiness: +10

AvocadoRotten.png
Hunger: -6
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Avocado is a cooking ingredient.

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

Distribution

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

Containers
Building/Room Container Rolls Chance
all fridge 4 1
fridge 4 2
mexicankitchen fridge 4 8
sushikitchen fridge 4 8

Avocado is often found in refrigerators and grocery displays.

Trivia

  • This item used to have a slightly different icon at one point: Avocado-old.png for regular version and AvocadoRotten-old.png for rotten version.

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 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,
	}