Bowl of Soup: Difference between revisions

From PZwiki
m (b40 update)
(Updated to build 41.51)
Line 1: Line 1:
{{languages|Bowl of Soup}}
{{languages}}
{{header|The Game World|Items|Consumables|Perishable Food|type=Food|version=Version 40|incver=30}}{{Infobox food
{{header|The Game World|Items|Consumables|Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
|display_name=Bowl of Soup
|display_name=Bowl of Soup
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=BowlFull_120px.png
|image=BowlFull_120px.png
|alternate_image=BowlFull.png
|alternate_name=Bowl of Soup
|alternate_link=
|alternate_image2=PotFull.png
|alternate_name2=Pot of Soup
|alternate_link2=Pot of Soup
|alternate_image3=Soup.png
|alternate_name3=Canned Soup
|alternate_link3=Canned Soup
|alternate_image4=SoupOpen.png
|alternate_name4=Open Canned Soup
|alternate_link4=Canned Soup
|weight=1
|weight=1
|hunger_change=-15
|hunger_change=-15
|thirst_change=-15
|thirst_change=-15
|calories=124
|lipids=4.7
|proteins=6.3
|carbohydrates=15
|unhappy_change=-20
|unhappy_change=-20
|cook_minutes=15
|cook_minutes=15
Line 15: Line 31:
|class_name=Base.SoupBowl
|class_name=Base.SoupBowl
}}{{About|soup created from [[Canned Soup|canned soup]]|soup custom-made by a character|[[Recipe Ingredients#Soup & Stew Ingredients|soup (recipe)]]}}
}}{{About|soup created from [[Canned Soup|canned soup]]|soup custom-made by a character|[[Recipe Ingredients#Soup & Stew Ingredients|soup (recipe)]]}}
A '''bowl of soup''' is a [[Food#Perishable|perishable]] food item which is created from a [[Pot of Soup|pot of soup]] divided among 2 or 4 [[bowl]]s. 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.
A '''bowl of soup''' is a [[Food#Perishable|perishable]] food item.  
 
__TOC__
 
==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 ==
== Crafting ==
{{Crafting table header}}
A bowl of soup is created from a [[Pot of Soup|pot of soup]] divided among 2 or 4 [[bowl]]s.
{{RecipeLookup|2014}}
{{Crafting header|ing=2}}
{{Crafting table footer}}
{{Crafting cooking|220|ing=2}}
{{Crafting cooking|405|ing=2}}
{{Crafting cooking|407|ing=2}}
|}


== Code ==
== Code ==
{{Retrieved|version=40|incver=30}}
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
<pre> item SoupBowl
{{Retrieved|version=41|incver=51}}
HungerChange = -15,
<pre>   item SoupBowl
ThirstChange = -15,
{
Type = Food,
HungerChange = -15,
DisplayName = Bowl of Soup,
ThirstChange   =   -15,
MinutesToCook = 15,
Type = Food,
Weight = 1,
DisplayName = Bowl of Soup,
IsCookable = TRUE,
MinutesToCook = 15,
DaysTotallyRotten = 3,
Weight = 1,
UnhappyChange = -20,
Carbohydrates = 15,
MinutesToBurn = 25,
        Proteins = 6.3,
Icon = BowlFull,
        Lipids = 4.7,
ReplaceOnUse = Bowl,
        Calories = 124,
DaysFresh = 1,
IsCookable = TRUE,
CustomContextMenu = Drink,
DaysTotallyRotten = 3,
CustomEatSound = DrinkingFromBottle,</pre>
UnhappyChange = -20,
MinutesToBurn = 25,
Icon = BowlFull,
ReplaceOnUse = Bowl,
DaysFresh = 1,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromBottle,
StaticModel = Bowl,
EatType = 2handbowl,
}</pre>
 
==See more==
*[[Recipe_Ingredients#Soup_.26_Stew_Ingredients|Soup and Stew Ingredients]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 06:33, 22 July 2021

Bowl of Soup
Bowl of Soup
Bowl of Soup Pot of Soup Canned Soup Open Canned Soup
General
Category Food
Encumbrance
Heavy Load
1
Days until stale 1 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-15
Thirst
Thirst
-15
Calories
Calories
124
Carbohydrates
Carbohydrates
15
Proteins
Proteins
6.3
Fat
Fat
4.7
Effect
Unhappiness
Unhappiness
-20
Cooking
Time until cooked 15 minutes
Time until burned 25 minutes
Technical details
Item ID Base.SoupBowl
PlushSpiffo.pngThis article is about soup created from canned soup. For soup custom-made by a character, see [[soup (recipe)]].

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.

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)
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

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

    item SoupBowl
	{
	HungerChange	=	-15,
	ThirstChange    =   -15,
	Type	=	Food,
	DisplayName	=	Bowl of Soup,
	MinutesToCook	=	15,
	Weight	=	1,
	Carbohydrates = 15,
        Proteins = 6.3,
        Lipids = 4.7,
        Calories = 124,
	IsCookable	=	TRUE,
	DaysTotallyRotten	=	3,
	UnhappyChange	=	-20,
	MinutesToBurn	=	25,
	Icon	=	BowlFull,
	ReplaceOnUse	=	Bowl,
	DaysFresh	=	1,
	CustomContextMenu = Drink,
	CustomEatSound = DrinkingFromBottle,
	StaticModel = Bowl,
	EatType = 2handbowl,
	}

See more

Template:Navbox/Consumables