Tasty Bowl of Soup: Difference between revisions

From PZwiki
Tasty Bowl of Soup
m (Removed obsolete items category - included in notice box now)
m (Automated Formatting)
(30 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Notice|Obsolete}}
{{Page version|41.78.16}}
{{Consumables
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
|image = Full_Soup_bowl.png
{{Infobox item
|hunger = -20
|name=Tasty Bowl of Soup
|weight = 1.0
|model=BowlFull.png
|icon=PotFull.png
|icon_name=Tasty Soup
|alternate_link=Tasty Soup
|weight=1
|category=Food
|hunger_change=-20
|unhappy_change=-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.


A bowl of tasty soup. Fills up four [[bowl]]s when crafted with [[Tasty Soup]] for portable use, but consumes less hunger.
==Former description==
A bowl of tasty soup. Fills up four [[bowl]]s when crafted with [[Tasty Soup|tasty soup]] for portable use, but consumes less hunger.


== Effects ==
==Effects==
[[Boredom]]: -4<br>
*[[Boredom]]: -4
[[Hunger]]: -20<br>
 
[[Unhappy]]: -5
==Former crafting==
== Crafting ==
{{Crafting header|ing=3}}
{| class="wikitable sortable" style="text-align:center;"
{{Crafting|ing=3
|-
| product_image = [[File:BowlFull.png|link=Tasty Bowl of Soup]]
! Name
| product_name = [[Tasty Bowl of Soup]]
! class="unsortable" | Recipe
| product_quantity = x4
! class="unsortable" | Description
| rec =
{{RecipeLookup|2009}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| f1 = [[File:PotFull.png|link=Tasty Soup]]
| i1 = [[Tasty Soup]]
| q1 =
| tag1 = (consumed)
| f2 = [[File:Bowl.png|link=Bowl]]
| i2 = [[Bowl]]
| q2 = x4
| tag2 = (consumed)
| f3 = [[File:Heat source.gif|link=Heat source]]
| i3 = [[Heat source]]
| q3 =
| tag3 = (cooked:23min burned:35min)
}}
|}
|}


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


{{Navbox/Consumables}}
==See also==
[[Category:Consumables]]
{{Navbox items|food}}
[[Category:Food]]
[[Category:Cookable Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]

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