Pot of Soup: Difference between revisions

From PZwiki
(Update of NavBar.)
m (Automated Formatting)
(38 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Pot of Soup
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}|Pot of Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=CookingPotSoup_Model.png
{{Consumables
|icon=PotFull.png
|image = Potofsoup.png
|icon_name=Pot of Soup
|hunger = -30 / -39
<!--GENERAL-->
|unhappiness = -20
|category=Food
|boredom = -10
|weight=3
|weight = 4.0
|days_fresh=3
|days_rotten=5
<!--NUTRITION-->
|hunger_change=-30
|thirst_change=-30
|calories=202
|lipids=4.5
|proteins=14
|carbohydrates=25
<!--EFFECT-->
|unhappy_change=-20
<!--COOKING-->
|cook_minutes=50
|burn_minutes=100
<!--TECHNICAL DETAILS-->
|item_id=Base.PotOfSoup
}}
}}
A '''Pot of Soup''' is [[Food#Perishable|perishable]] food item which is crafted from a [[Canned_Soup|canned tin of soup]] and a empty [[Cooking_Pot|cooking pot]]. <br>
{{About|soup created from [[Canned Soup|canned soup]]|soup created from ingredients|Recipe ingredients#Soup & Stew Ingredients}}
A Pot of Soup can be divided into 4 bowls, and takes three in-game days to go stale, and five in-game days to rot, which is longer than a open can of soup from which it is created.
'''Pot of soup''' is a [[Food#Perishable|perishable]] food item


== Nutritional Information ==
==Usage==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
===Consumable properties===
|
Pot of soup can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. 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.
{{Consumables2
{{Consumables
|image = Smallpotofsoup.png
|image = PotFull.png
|hunger = -30
|hunger = -30
|unhappiness = -20
|unhappiness = -20
|boredom = -10  
|boredom = -10
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
Line 42: Line 57:
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = Smallpotofsoup.png
|burned image = PotFull.png
|rotten image = Smallpotofsoup.png
|rotten image = PotFull.png
|cooked image = Smallpotofsoup.png
|cooked image = PotFull.png
}}
 
==Crafting==
{{Main|Cooking}}
 
===Obtaining===
Pot of soup is crafted from [[Canned Soup|canned soup]] and an empty [[Cooking Pot|cooking pot]].
{{Crafting/sandbox2
|pot_of_soup_uncooked
|pot_of_soup_uncooked
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 20 <br>
Proteins = 7.5 <br>
Lipids = 2.5 <br>
Calories = 125 <br><br>


== Evolved Recipes ==
===Cooking===
{{Crafting/sandbox2
|pot_of_soup_cooked
}}


The below values represent a pot of cooked soup (fresh) being divided between bowls.  
===What it can make===
<br>
*Pot of soup can be divided into 2 or 4 [[bowl]]s.
{| class="wikitable"
{{Crafting/sandbox2
|2_bowl_of_soup
|4_bowl_of_soup
}}
*The below values represent a pot of cooked soup (fresh) being divided among bowls.
{| class="wikitable theme-red"
|-
|-
! colspan="4"| Evolved Recipes
! colspan="4"| Evolved recipes
|-
|-
! Name
! Name
! Hunger Added
! Hunger Added
! Unhappiness Bonus
! Boredom Bonus
! Boredom Bonus
! Unhappiness Bonus
|-
|-
|[[File:Full_Soup_bowl.png|centre]]2 Bowls of Soup
|[[File:BowlFull.png|centre]]2 Bowls of Soup
| style="text-align: center;" |-15 hunger,
| style="text-align: center;" |-15
| style="text-align: center;" |-10 unhappiness,
| style="text-align: center;" |-20
| style="text-align: center;" |-5 boredom,
| style="text-align: center;" |-10
|-
|[[File:Full_Soup_bowl.png|centre]]4 Bowls of Soup
| style="text-align: center;" |-9 hunger, 
| style="text-align: center;" |-5 unhappiness,
| style="text-align: center;" |-2 boredom,
|-
|-
|[[File:BowlFull.png|centre]]4 Bowls of Soup
| style="text-align: center;" |-9
| style="text-align: center;" |-20
| style="text-align: center;" |-10
|}
|}


== Code ==
==Code==
<br>
{{CodeBox
<nowiki>
| {{CodeSnip
item PotOfSoup
  | lang = java
HungerChange = -30,
  | line = true
Weight = 4,
  | start = 3278
Type = Food,
  | source = items_food.txt
IsCookable = TRUE,
  | retrieved = true
UnhappyChange = -20,
  | version = 41.78.16
MinutesToBurn = 100,
  | code =
DisplayName = Pot of Soup,
item PotOfSoup
ReplaceOnUse = Pot,
{
Icon = PotFull,
DisplayName = Pot of Soup,
MinutesToCook = 50,
DisplayCategory = Food,
BoredomChange = -10,
Type = Food,
        DaysTotallyRotten = 5,
Weight = 3,
        DaysFresh = 3,
Icon = PotFull,
        CustomContextMenu = Drink,
CookingSound = BoilingFood,
        CustomEatSound = PZ_DrinkingFromBottle,
EatType = Pot,
        Carbohydrates = 20,
IsCookable = TRUE,
        Proteins = 7.5,
ReplaceOnUse = Pot,
        Lipids = 2.5,
MinutesToCook = 50,
        Calories = 125,
MinutesToBurn = 100,
    </nowiki>
DaysFresh = 3,
DaysTotallyRotten = 5,
HungerChange = -30,
ThirstChange = -30,
UnhappyChange = -20,
Calories = 202,
Carbohydrates = 25,
Lipids = 4.5,
Proteins = 14,
CustomContextMenu = Drink,
CustomEatSound = EatingSoup,
StaticModel = CookingPot,
WorldStaticModel = CookingPotSoup_Ground,
Tags = HasMetal,
}
}}
}}
 
==See also==
{{Navbox items|prepared_food}}
 


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 11:14, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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
HungerMoodle Icon Hungry.png
-30
ThirstMoodle Icon Thirsty.png
-30
CaloriesCalories
202
CarbohydratesCarbohydrates
25
ProteinsProteins
14
FatFat
4.5
Effect
UnhappinessMoodle Icon Unhappy.png
-20
Cooking
Time until cooked
50 minutes
Time until burned
100 minutes
Technical
Item ID
Base.PotOfSoup
PlushSpiffo.pngThis article is about soup created from canned soup. For soup created from ingredients, see Recipe ingredients.

Pot of soup is a perishable food item

Usage

Consumable properties

Pot of soup can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. 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.

Fresh Stale Rotten
Uncooked

PotFull.png
Hunger: -30
Boredom: -10
Unhappiness: -20

PotFull.png
Hunger: -22
Boredom: +10
Unhappiness: +10

PotFull.png

Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Cooked

PotFull.png
Hunger: -39
Boredom: -10
Unhappiness: -20

PotFull.png
Hunger: -22
Boredom: +10
Unhappiness: +10

PotFull.png
Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Burned

PotFull.png
Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Obtaining

Pot of soup is crafted from canned soup and an empty cooking pot.

Product Ingredients Tools Requirements Workstation XP
PotFull.png
Pot of Soup (Uncooked)
One of:
CannedMushroomSoup.png Canned Mushroom Soup ×1
Soup.png Canned Vegetable Soup ×1
CanOpener.png
Can Opener
none none none
PotFull.png
Pot of Soup (Uncooked)
One of:
CannedMushroomSoup.png Canned Mushroom Soup ×1
Soup.png Canned Vegetable Soup ×1
CanOpener.png
Can Opener
none none none

Cooking

Product Ingredients Tools Requirements Workstation XP
PotFull.png
Pot of Soup (Cooked)
PotFull.png Pot of Soup (Uncooked) ×1 none none Heat source.gif
Heat source
2.5 Cooking

What it can make

  • Pot of soup can be divided into 2 or 4 bowls.
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
  • The below values represent a pot of cooked soup (fresh) being divided among bowls.
Evolved recipes
Name Hunger Added Unhappiness Bonus Boredom Bonus
BowlFull.png
2 Bowls of Soup
-15 -20 -10
BowlFull.png
4 Bowls of Soup
-9 -20 -10

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 PotOfSoup
	{
		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 = -30,
		ThirstChange = -30,
		UnhappyChange = -20,
		Calories = 202,
		Carbohydrates = 25,
		Lipids = 4.5,
		Proteins = 14,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = CookingPotSoup_Ground,
		Tags = HasMetal,
	}

See also