Tasty Bowl of Soup: Difference between revisions

From PZwiki
Tasty Bowl of Soup
m (Automated {{Languages}} removal.)
m (Automated Formatting)
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header/sandbox2|Project Zomboid|Items|Obsolete items}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
Line 5: Line 5:
|name=Tasty Bowl of Soup
|name=Tasty Bowl of Soup
|model=BowlFull.png
|model=BowlFull.png
|image_width=128px
|icon=PotFull.png
|icon=PotFull.png
|icon_name=Tasty Soup
|icon_name=Tasty Soup
Line 12: Line 11:
|category=Food
|category=Food
|hunger_change=-20
|hunger_change=-20
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-5
|unhappy_change=-5
|cook_minutes=
}}
|burn_minutes=
The '''Tasty Bowl of Soup''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
|days_fresh=
|days_rotten=
|item_id=
}}The '''Tasty Bowl of Soup''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.


==Former description==
==Former description==
Line 74: Line 64:
</pre>
</pre>


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

Revision as of 12:41, 14 April 2024

Project ZomboidItemsObsolete itemsTasty 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.
Tasty Bowl of Soup
BowlFull.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1
Nutrition
HungerMoodle Icon Hungry.png
-20
Effect
UnhappinessMoodle Icon Unhappy.png
-5

The Tasty Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Former description

A bowl of tasty soup. Fills up four bowls when crafted with tasty soup for portable use, but consumes less hunger.

Effects

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
BowlFull.png
Tasty Bowl of Soup x4
none PotFull.png
Soup
(consumed)
Bowl.png
Bowl x4
(consumed)
Heat source.gif
Heat source
(cooked:23min burned:35min)

Code

	item TastyBowl
		HungerChange		= -20,
		Type			= Food,
		DisplayName		= Tasty Bowl of Soup,
		MinutesToCook		= 23,
		Weight			= 1,
		IsCookable		= TRUE,
		DaysTotallyRotten	= 3,
		UnhappyChange		= -5,
		MinutesToBurn		= 35,
		Icon			= BowlFull,
		ReplaceOnUse		= Bowl,
		DaysFresh		= 1,
		BoredomChange		= -4,
		CustomContextMenu 	= Drink,

See also