Bowl of Soup: Difference between revisions

From PZwiki
m (Automated {{Languages}} removal.)
m (Automated CodeBox update)
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Header/sandbox2|Project Zomboid|Items|Food|Prepared food}}
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{Page version|41.51}}
{{Page version|41.51}}
{{Infobox item
{{Infobox item
Line 6: Line 6:
|icon=BowlFull.png
|icon=BowlFull.png
|icon_name=Bowl of Soup
|icon_name=Bowl of Soup
|icon2=PotFull.png
|icon_name2=Pot of Soup
Pot of Soup
|icon3=Soup.png
|icon_name3=Canned Vegetable Soup
Canned Vegetable Soup
|icon4=SoupOpen.png
|icon_name4=Opened Canned Vegetable Soup
Canned Vegetable Soup
|weight=1
|weight=1
|hunger_change=-15
|hunger_change=-15
Line 28: Line 19:
|days_rotten=3
|days_rotten=3
|item_id=Base.SoupBowl
|item_id=Base.SoupBowl
}}{{About|soup created from [[Canned Soup|canned soup]]|soup custom-made by a character|Recipe Ingredients#Soup & Stew Ingredients}}
}}
 
{{About|soup created from [[Canned Soup|canned soup]]|soup custom-made by a character|Recipe Ingredients#Soup & Stew Ingredients}}
A '''bowl of soup''' is a [[Food#Perishable|perishable]] food item.
A '''bowl of soup''' is a [[Food#Perishable|perishable]] food item.


Line 44: Line 37:
===Serve===
===Serve===
{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
{{Crafting cooking|405|ing=2}} {{Crafting cooking|407|ing=2}}
{{Crafting cooking|405|ing=2}}
{{Crafting cooking|407|ing=2}}
|}
|}


Line 51: Line 45:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 3225
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.65
   | version = 41.78.16
   | code =
   | code =
item SoupBowl
item SoupBowl
{
{
    HungerChange        = -15,
DisplayName = Bowl of Soup,
    ThirstChange        = -15,
DisplayCategory = Food,
    Type                 = Food,
Type = Food,
    DisplayName          = Bowl of Soup,
Weight = 1,
    MinutesToCook        = 15,
Icon = BowlFull,
    Weight              = 1,
EatType = 2handbowl,
    Carbohydrates        = 15,
IsCookable = TRUE,
    Proteins            = 6.3,
ReplaceOnUse = Bowl,
    Lipids              = 4.7,
MinutesToCook = 15,
    Calories            = 124,
MinutesToBurn = 25,
    IsCookable          = TRUE,
DaysFresh = 1,
    DaysTotallyRotten   = 3,
DaysTotallyRotten = 3,
    UnhappyChange       = -20,
HungerChange = -15,
    MinutesToBurn        = 25,
ThirstChange = -15,
    Icon                = BowlFull,
UnhappyChange = -20,
    ReplaceOnUse        = Bowl,
Calories = 124,
    DaysFresh            = 1,
Carbohydrates = 15,
    CustomContextMenu   = Drink,
Lipids = 4.7,
    CustomEatSound       = DrinkingFromBottle,
Proteins = 6.3,
    StaticModel         = Bowl,
CustomContextMenu = Drink,
    EatType              = 2handbowl,
CustomEatSound = EatingSoup,
    WorldStaticModel     = BowlSoup_Ground,
StaticModel = Bowl,
}
WorldStaticModel = BowlSoup_Ground,
  }}
}  
}}
}}
}}


==See more==
==See also==
*[[Recipe ingredients#Soup & Stew Ingredients|Soup and Stew Ingredients]]
*[[Recipe ingredients#Soup & stew ingredients|Soup and stew ingredients]]


{{Navbox food}}
{{Navbox food}}
[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 01:01, 25 March 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.51).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Bowl of Soup
BowlSoup Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
1
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-15
ThirstMoodle Icon Thirsty.png
-15
CaloriesCalories
124
CarbohydratesCarbohydrates
15
ProteinsProteins
6.3
FatFat
4.7
Effect
UnhappinessMoodle Icon Unhappy.png
-20
Cooking
Time until cooked
15 minutes
Time until burned
25 minutes
Technical
Item ID
Base.SoupBowl
PlushSpiffo.pngThis article is about soup created from canned soup. For soup custom-made by a character, see Recipe ingredients.

A bowl of soup is a perishable food item.

Usage

A bowl of soup takes one in-game day to go stale, and three in-game days to rot. This process is slower when the item is in a refrigerator.

Crafting

A bowl of soup is created from a pot of soup divided among 2 or 4 bowls.

Cooking

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Bowl of Soup (Cooked)
Bowl of Soup (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 15 mins)
Bowl of Soup (Uncooked)
Bowl of Soup (Uncooked)
(consumed)

Serve

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
BowlFull.png
Bowl of Soup x2
0 XP none Bowl.png
Bowl x2
(consumed)
PotFull.png
Pot of Soup
(consumed)
BowlFull.png
Bowl of Soup x4
0 XP none Bowl.png
Bowl x4
(consumed)
PotFull.png
Pot of Soup
(consumed)

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 SoupBowl
	{
		DisplayName = Bowl of Soup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = BowlFull,
		EatType = 2handbowl,
		IsCookable = TRUE,
		ReplaceOnUse = Bowl,
		MinutesToCook = 15,
		MinutesToBurn = 25,
		DaysFresh = 1,
		DaysTotallyRotten = 3,
		HungerChange = -15,
		ThirstChange = -15,
		UnhappyChange = -20,
		Calories = 124,
		Carbohydrates = 15,
		Lipids = 4.7,
		Proteins = 6.3,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = Bowl,
		WorldStaticModel = BowlSoup_Ground,
	}

See also