Zucchini: Difference between revisions

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


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Zucchini can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Zucchini can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Line 55: Line 57:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:Zucchini Model.png|Zucchini model when placed in the world.
Zucchini Model.png|Zucchini model when placed in the world.
File:ZucchiniRotten Model.png|Rotten zucchini model when placed in the world.
ZucchiniRotten Model.png|Rotten zucchini model when placed in the world.
</gallery>
</gallery>


Line 62: Line 64:
'''''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 Zucchini
<pre>
item Zucchini
{
{
DisplayName = Zucchini,
DisplayName = Zucchini,
Line 81: Line 84:
StaticModel = CylinderFood_Green,
StaticModel = CylinderFood_Green,
WorldStaticModel = Zucchini_Ground,
WorldStaticModel = Zucchini_Ground,
}</pre>
}
</pre>


{{Navbox food}}
{{Navbox food}}

Revision as of 23:56, 9 July 2023

Zucchini
Zucchini
Zucchini (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 6 days
Days until rotten 14 days
Nutrition
Hunger
Hunger
-10
Thirst
Thirst
-10
Calories
Calories
33
Carbohydrates
Carbohydrates
6.10
Proteins
Proteins
2.37
Fat
Fat
0.63
Technical details
Item ID Base.Zucchini

Zucchini is a perishable food item.

Usage

Consumable properties

Zucchini 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

Zucchini is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Sandwich
Sandwich
5
Pie (savory)
Pie (savory)
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10
Omelette
Omelette
5
Pizza
Pizza
10

Distribution

Zucchini is often found in refrigerators and grocery displays.

Gallery

Code

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

	item Zucchini
	{
		DisplayName = Zucchini,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Zucchini,
		EvolvedRecipe = Pizza:10;Soup:10;Stew:10;Pie:10;Stir fry Griddle Pan:10;Stir fry:10;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Sandwich:5;Sandwich Baguette:5;Omelette:5,
		FoodType = Vegetables,
		DaysFresh = 6,
		DaysTotallyRotten = 14,
		HungerChange = -10,
		ThirstChange = -10,
		Calories = 33,
		Carbohydrates = 6.10,
		Lipids = 0.63,
		Proteins = 2.37,
		StaticModel = CylinderFood_Green,
		WorldStaticModel = Zucchini_Ground,
	}