Soup

From PZwiki
(Redirected from Soup)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 26/08/2024.
PlushSpiffo.pngThis article is about soup created from ingredients. For soup created from canned soup, see Pot of Soup.
Pot of Soup
CookingPotSoup Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
3
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerUI Hunger.png
-40
ThirstUI Thristy.png
-40
CaloriesCalories
202
CarbohydratesCarbohydrates
25
ProteinsProteins
14
FatFat
4.5
Effect
UnhappinessUI Unhappy.png
-20
Cooking
Time until cooked
50 minutes
Time until burned
100 minutes
Technical
Item ID
Base.PotOfSoupRecipe

Soup is the product of an evolved recipe.

Crafting

Soup is crafted by right-clicking on a cooking pot with water. It should be cooked to gain its full hunger reduction (or to cook raw ingredients). It can accept a maximum of 6 ingredients, as well as spices. Although soup is heavy, it can be separated into two or four bowls. Unlike most other recipes, soup requires a fair amount of water each time.

Soup vs stew:

Starting item

Pot Water.png Cooking Pot with Water

Ingredients

Vegetables

Avocado.png

Moodle Icon Hungry.png 16

Peas.png

Moodle Icon Hungry.png 10

Corn.png

Moodle Icon Hungry.png 14

Leek.png

Moodle Icon Hungry.png 12

Tofu.png

Moodle Icon Hungry.png 10

Daikon.png

Moodle Icon Hungry.png 6

Radish.png

Moodle Icon Hungry.png 3

Tomato.png

Moodle Icon Hungry.png 12

Potato.png

Moodle Icon Hungry.png 18

Cabbage.png

Moodle Icon Hungry.png 12

Mushroom

Bean

Citrus

Lemon.png

Moodle Icon Hungry.png 10

Lime.png

Moodle Icon Hungry.png 10

Fish

Salmon.png

Moodle Icon Hungry.png 15

Meat

Hotdog.png

Moodle Icon Hungry.png 20

Game

Egg

Egg.png

Egg

Moodle Icon Hungry.png 7

Poultry

Chicken.png

Moodle Icon Hungry.png 18

Milk

Milk.png

Moodle Icon Hungry.png 5

Rice

Beer

Herb

HerbBasil.png

Moodle Icon Hungry.png 1

HerbChives.png

Moodle Icon Hungry.png 1

HerbSage.png

Moodle Icon Hungry.png 1

HerbThyme.png

Moodle Icon Hungry.png 1

Berry

Other

Salt.png

Moodle Icon Hungry.png 1

Pepper.png

Moodle Icon Hungry.png 1

Butter.png

Moodle Icon Hungry.png 4

Wasabi.png

Moodle Icon Hungry.png 1

Lard.png

Moodle Icon Hungry.png 4

Bread

Bread.png

Moodle Icon Hungry.png 5

Cheese

Cheese.png

Moodle Icon Hungry.png 10

Nut

Acorn.png

Moodle Icon Hungry.png 10

Pasta

Seafood

Lobster.png

Moodle Icon Hungry.png 20

Shrimp.png

Moodle Icon Hungry.png 10

Squid.png

Moodle Icon Hungry.png 15

Oil

HotPepper

Stock

Greens

Serving

Product Ingredients Tools Requirements Workstation XP
BowlFull.png
Bowl of Soup ×2
Bowl.png Bowl ×2
PotFull.png Soup ×1
none none none none
BowlFull.png
Bowl of Soup ×4
Bowl.png Bowl ×4
PotFull.png Soup ×1
none none none none

History

Base.PotOfSoupRecipe

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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 PotOfSoupRecipe
	{
		DisplayName = Pot of Soup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotFull,
		CookingSound = BoilingFood,
		EatType = Pot,
		IsCookable = TRUE,
		ReplaceOnUse = Pot,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -40,
		ThirstChange = -40,
		UnhappyChange = -20,
		Calories = 202,
		Carbohydrates = 25,
		Lipids = 4.5,
		Proteins = 14,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = CookingPotSoup_Ground,
		Tags = HasMetal,
	}

See also