Zucchini: Difference between revisions

From PZwiki
(New infobox + new layout)
mNo edit summary
Line 1: Line 1:
{{languages|Zucchini}}
{{languages|Zucchini}}
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 40|incver=7}}{{Infobox food
{{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 12: Line 12:
|weight=0.3
|weight=0.3
|days_fresh=6
|days_fresh=6
|days_rotten=14
|days_rotten=8
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
Line 22: Line 22:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Zucchini
|class_name=Base.Zucchini
}}A '''zucchini''' is a [[Food#Perishable|perishable]] food [[item]].
}}'''Zucchini''' is a [[Food#Perishable|perishable]] food [[item]].


==Usage==
==Usage==
Line 47: Line 47:
=== Evolved recipes ===
=== Evolved recipes ===
Zucchini is a [[cooking]] [[Recipe Ingredients|ingredient]].
Zucchini is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=10|stew=10|pie=10|stirfry=10|salad=10|roastedvegetables=10|ricepot=10|ricepan=10|pastapot=10|pastapan=10}}
{{EvolvedRecipesForItem|Pizza=10|Soup=10|Stew=10|Pie=10|StirFry=10|Salad=10|RoastedVegetables=10|Rice=10|Pasta=10|Sandwich=5|Omelette=5}}


==Distribution==
==Distribution==
Zucchini is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Zucchini is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
==Gallery==
<gallery>
File:Zucchini Model.png|Zucchini model when placed in the world.
File:ZucchiniRotten Model.png|Rotten zucchini model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=73}}
<pre> item Zucchini
<pre> item Zucchini
Type = Food,
{
DisplayName = Zucchini,
DisplayName = Zucchini,
Icon = Zucchini,
DisplayCategory = Food,
Weight = 0.3,
Type = Food,
HungerChange = -10,
Weight = 0.3,
DaysFresh = 6,
Icon = Zucchini,
DaysTotallyRotten = 14,
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,
EvolvedRecipe       = Soup:10;Stew:10;Pie:10;Stir fry:10;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
FoodType = Vegetables,
FoodType           = Vegetables,
DaysFresh = 6,
Carbohydrates = 6.10,
DaysTotallyRotten = 14,
Proteins = 2.37,
HungerChange = -10,
Lipids = 0.63,
ThirstChange = -10,
Calories = 33,</pre>
Calories = 33,
Carbohydrates = 6.10,
Lipids = 0.63,
Proteins = 2.37,
StaticModel = CylinderFood_Green,
WorldStaticModel = Zucchini_Ground,
}</pre>


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 19:19, 29 September 2022

Template:Infobox foodZucchini 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,
	}