Bowl of Soup: Difference between revisions

From PZwiki
m (Added 3d Model)
m (Category Project: Prepared food)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Consumables|Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
{{Languages}}
{{header/sandbox2|Project Zomboid|Items|Food|Prepared food}}
{{page version|41.51}}
{{Infobox food
|display_name=Bowl of Soup
|display_name=Bowl of Soup
|name_colour=Food
|name_colour=Food
Line 50: Line 53:
==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41.65}}
<pre>
<pre>
     item SoupBowl
     item SoupBowl
Line 83: Line 86:


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

Revision as of 11:26, 27 January 2024

Template:Header/sandbox2

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.

Template:Infobox food

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

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

    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,
        WorldStaticModel = BowlSoup_Ground,
	}

See more