Complex Bowl of Soup: Difference between revisions

From PZwiki
Complex Bowl of Soup
m (Automated Formatting for Infobox and Section Headers)
m (Automated Formatting)
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
|category=Food
|category=Food
|hunger_change=-53
|hunger_change=-53
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-8
|unhappy_change=-8
|boredom_change=-7
|boredom_change=-7
Line 22: Line 17:
|item_id=Base.ComplexBowl4
|item_id=Base.ComplexBowl4
}}
}}
A '''complex bowl of soup''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
A '''complex bowl of soup''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.


==Nutritional information==
==Nutritional information==
*[[Moodles#Bored|Boredom]]: -7
*[[Bored|Boredom]]: -7
*[[Moodles#Unhappy|Unhappiness]]: -8
*[[Unhappy|Unhappiness]]: -8


==Code==
==Code==
Line 60: Line 54:
}}}}
}}}}


{{Navbox food}}
==See also==
{{Navbox items|food}}

Revision as of 07:42, 14 April 2024

Project ZomboidItemsObsolete itemsComplex 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.
Complex Bowl of Soup
Complicated Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
3
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-53
Effect
UnhappinessMoodle Icon Unhappy.png
-8
BoredomMoodle Icon Bored.png
-7
Cooking
Time until cooked
33 minutes
Time until burned
48 minutes
Technical
Item ID
Base.ComplexBowl4

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

Nutritional information

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 ComplexBowl4
	{
		Count	=	4,
		HungerChange	=	-32,
		Type	=	Food,
		DisplayName	=	Complex Bowl of Soup,
		MinutesToCook	=	33,
		Weight	=	1,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	3,
		UnhappyChange	=	-8,
		MinutesToBurn	=	48,
		Icon	=	BowlFull,
		ReplaceOnUse	=	Bowl,
		DaysFresh	=	1,
		BoredomChange	=	-7,
	}

See also