Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Roasted Vegetables

From PZwiki
(Redirected from Roasted Vegetables)
Project ZomboidItemsFoodCookingEvolved recipesRoasted Vegetables
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Roast
PanFriedVegetables Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1.3
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerUI Hunger.png
-10
CaloriesCalories
180
CarbohydratesCarbohydrates
36
ProteinsProteins
6
FatFat
2.5
Technical
Item ID
Base.PanFriedVegetables2

Roasted vegetables is the product of an evolved recipe.

Crafting

It is crafted by right-clicking on a roasting pan. It should be cooked. It can accept a maximum of 6 ingredients.

Starting item

Roastingpan.png Roasting Pan

Ingredients

Meats

Bacon.png

Moodle Icon Hungry.png 12

Chicken.png

Moodle Icon Hungry.png 18

Lobster.png

Moodle Icon Hungry.png 20

Salmon.png

Moodle Icon Hungry.png 15

Sausage.png

Moodle Icon Hungry.png 20

Shrimp.png

Moodle Icon Hungry.png 10

Squid.png

Moodle Icon Hungry.png 15

Steak.png

Moodle Icon Hungry.png 20

Fruits & vegetables

Avocado.png

Moodle Icon Hungry.png 16

Cabbage.png

Moodle Icon Hungry.png 12

Corn.png

Moodle Icon Hungry.png 14

Daikon.png

Moodle Icon Hungry.png 12

Leek.png

Moodle Icon Hungry.png 12

Peas.png

Moodle Icon Hungry.png 10

Potato.png

Moodle Icon Hungry.png 18

Radish.png

Moodle Icon Hungry.png 3

Tofu.png

Moodle Icon Hungry.png 10

Tomato.png

Moodle Icon Hungry.png 12

Canned goods

Mushroom

Other

Acorn.png

Moodle Icon Hungry.png 10

Egg.png

Egg

Moodle Icon Hungry.png 7

HotdogCrafted.png

Moodle Icon Hungry.png 20

Condiments & spices

HerbBasil.png

Moodle Icon Hungry.png 1

Butter.png

Moodle Icon Hungry.png 4

HerbChives.png

Moodle Icon Hungry.png 1

Gravy.png

Moodle Icon Hungry.png 4

Lard.png

Moodle Icon Hungry.png 4

Pepper.png

Moodle Icon Hungry.png 1

HerbSage.png

Moodle Icon Hungry.png 1

Salt.png

Moodle Icon Hungry.png 1

HerbThyme.png

Moodle Icon Hungry.png 1

Wasabi.png

Moodle Icon Hungry.png 1

History

Base.PanFriedVegetables2

Version Description
Build 41.78 HungerChange added with value -10.
Item tag added with value HasMetal.
Build 41.65 CookingSound added with value FryingFood.
DisplayCategory added with value Food.
Build 41.54 WorldStaticModel added with value PanFriedVegetables_Ground.
Build 41.51 Calories added with value 180.
Nutrition added with value 36.
Nutrition added with value 2.5.
Proteins added with value 6.
Weight changed from 1.4 to 1.3.
Build 41.42 Weight changed from 1.2 to 1.4.
Build 32.14 DisplayName changed from Stir fry to Roasted Vegetables.
Icon changed from PanFull to RoastingpanFull.
ReplaceOnUse changed from Pan to RoastingPan.
Build 29.3 Released on this 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 PanFriedVegetables2
	{
		DisplayName = Roasted Vegetables,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.3,
		Icon = RoastingpanFull,
		CookingSound = FryingFood,
		ReplaceOnUse = RoastingPan,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		Calories = 180,
		Carbohydrates = 36,
		Lipids = 2.5,
		Proteins = 6,
		WorldStaticModel = PanFriedVegetables_Ground,
		Tags = HasMetal,
		HungerChange = -10,
	}

See also