![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Mixed Vegetables
Jump to navigation
Jump to search
![]() |
English |
Navigation: | Main>Project Zomboid>Items>Food>Perishable Food>Vegetables>Mixed Vegetables | Page updated: Version 41.73 |
---|
Mixed vegetables are a perishable food item.
Usage
Consumable properties
Mixed vegetables 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 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Crafting
Evolved Recipes
Mixed vegetables are a cooking ingredient.
Product | Nutrition |
---|---|
![]() Soup |
10 |
![]() Stew |
10 |
![]() Stir Fry |
10 |
![]() Roasted Vegetables |
10 |
![]() Rice Pot/Saucepan |
10 |
![]() Omelette |
5 |
Distribution
Mixed vegetables are often found in refrigerators and grocery displays.
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
item MixedVegetables { DisplayName = Mixed Vegetables, DisplayCategory = Food, Type = Food, Weight = 0.6, Icon = Frozen_MixedVegetables, EvolvedRecipe = Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10;Omelette:5, FoodType = Vegetables, EvolvedRecipeName = Vegetable, Packaged = TRUE, DaysFresh = 3, DaysTotallyRotten = 5, HungerChange = -20, ThirstChange = -5, Calories = 271, Carbohydrates = 37, Lipids = 0, Proteins = 9, }