Pot of Soup: Difference between revisions

From PZwiki
(Bumped to 41.50 + cleanup)
No edit summary
Line 1: Line 1:
{{languages|Pot of Soup}}
{{languages|Pot of Soup}}
{{header|The Game World|Items|Consumables|Perishable Food|type=Food|version=Version 41|incver=50}}
{{header|The Game World|Items|Consumables|Perishable Food|type=Food|version=Version 41|incver=50}}
{{Consumables
{{Infobox food
|image = Potofsoup.png
|display_name=Pot of Soup
|hunger = -30 / -39
|name_colour=Food
|unhappiness = -20
|name_text_colour=Food
|boredom = -10
|image=Potofsoup.png
|weight = 4.0
|image_width=120px
}}{{About|soup created from [[Canned Soup|canned soup]]|soup created from ingredients|[[Recipe Ingredients#Soup & Stew Ingredients|soup (recipe)]]}}
<!--GENERAL-->
|category=Food
|weight=4
|days_fresh=3
|days_rotten=5
<!--NUTRITION-->
|hunger_change=-30
|thirst_change=-30
|calories=125
|lipids=2.5
|proteins=7.5
|carbohydrates=20
<!--EFFECT-->
|unhappy_change=-20
<!--COOKING-->
|cook_minutes=50
|burn_minutes=100
<!--TECHNICAL DETAILS-->
|class_name=PotOfSoup
}}
{{About|soup created from [[Canned Soup|canned soup]]|soup created from ingredients|[[Recipe Ingredients#Soup & Stew Ingredients|soup (recipe)]]}}
A '''pot of soup''' is a [[Food#Perishable|perishable]] food item which is crafted from [[Canned Soup|canned soup]] and an empty [[Cooking Pot|cooking pot]].
A '''pot of soup''' is a [[Food#Perishable|perishable]] food item which is crafted from [[Canned Soup|canned soup]] and an empty [[Cooking Pot|cooking pot]].


Line 43: Line 63:
|cooked image = Smallpotofsoup.png
|cooked image = Smallpotofsoup.png
}}
}}
==Nutritional information==
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 20 <br>
Proteins = 7.5 <br>
Lipids = 2.5 <br>
Calories = 125


==Evolved recipes==
==Evolved recipes==

Revision as of 20:35, 10 July 2021

Pot of Soup
Pot of Soup
General
Category Food
Encumbrance
Heavy Load
4
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-30
Thirst
Thirst
-30
Calories
Calories
125
Carbohydrates
Carbohydrates
20
Proteins
Proteins
7.5
Fat
Fat
2.5
Effect
Unhappiness
Unhappiness
-20
Cooking
Time until cooked 50 minutes
Time until burned 100 minutes
Technical details
Item ID PotOfSoup
PlushSpiffo.pngThis article is about soup created from canned soup. For soup created from ingredients, see [[soup (recipe)]].

A pot of soup is a perishable food item which is crafted from canned soup and an empty cooking pot.

A pot of soup can be divided into 2 or 4 bowls. A pot of soup takes three in-game days to go stale, and five in-game days to rot, which is longer than the open can of soup from which it is created. This process is slower when the item is in a refrigerator.

Usage

Consumable properties

Template:Consumables2

Evolved recipes

The below values represent a pot of cooked soup (fresh) being divided among bowls.

Evolved Recipes
Name Hunger Added Unhappiness Bonus Boredom Bonus
2 Bowls of Soup -15 -20 -10
4 Bowls of Soup -9 -20 -10

Code

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

	item PotOfSoup
		HungerChange		= -30,
		ThirstChange		= -30,
		Weight			= 4,
		Type			= Food,
		IsCookable		= TRUE,
		UnhappyChange		= -20,
		MinutesToBurn		= 100,
		DisplayName		= Pot of Soup,
		ReplaceOnUse		= Pot,
		Icon			= PotFull,
		MinutesToCook		= 50,
		DaysTotallyRotten	= 5,
		DaysFresh		= 3,
		CustomContextMenu	= Drink,
		CustomEatSound		= DrinkingFromBottle,
		Carbohydrates		= 20,
		Proteins		= 7.5,
		Lipids			= 2.5,
		Calories		= 125,
		StaticModel		= CookingPot,
		EatType			= Pot,

Template:Navbox/Consumables