Simple Bowl of Soup: Difference between revisions

From PZwiki
Simple Bowl of Soup
m (Automatic formatting)
(Automated crafting system update)
Tag: Reverted
Line 27: Line 27:


==Former crafting==
==Former crafting==
{{Crafting header|ing=3}}
{{Crafting/sandbox2
{{Crafting|ing=3
{{Crafting|ing=3
  | product_image = [[File:BowlFull.png|link=Simple Bowl of Soup]]
  | product_image = [[File:BowlFull.png|link=Simple Bowl of Soup]]
Line 48: Line 48:
  | tag3 = (cooked:24min burned:30min)
  | tag3 = (cooked:24min burned:30min)
}}
}}
|}
}}


==Code==
==Code==

Revision as of 14:27, 3 April 2024

Project ZomboidItemsObsolete itemsSimple Bowl of Soup
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game.
It has been replaced by Recipe ingredients.
Simple Bowl of Soup
Simple Bowl of Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-22
Effect
UnhappinessMoodle Icon Unhappy.png
-4
BoredomMoodle Icon Bored.png
-3
Cooking
Time until cooked
25 minutes
Time until burned
30 minutes

A simple bowl of soup was originally a perishable food in Project Zomboid that was removed due to an introduction of a better crafting system.

Former description

A classic bowl of satisfying soup. Can be crafted with Bowls and Soup for portable use, but consumes less hunger.

Effects

Former crafting

{{Crafting/sandbox2 |- | BowlFull.png
Simple Bowl of Soup x4 | | none | || PotFull.png
Soup
(consumed)
|| Bowl.png
Bowl x4
(consumed)
|| Heat source.gif
Heat source
(cooked:24min burned:30min)
}}

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: RC 2.9.7
item SimpleBowl4
	{
		Count	=	4,
		HungerChange	=	-14,
		Type	=	Food,
		DisplayName	=	Simple Bowl of Soup,
		MinutesToCook	=	24,
		Weight	=	1,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	3,
		UnhappyChange	=	-4,
		MinutesToBurn	=	30,
		Icon	=	BowlFull,
		ReplaceOnUse	=	Bowl,
		DaysFresh	=	1,
		BoredomChange	=	-3,
	}