Tasty Bowl of Soup: Difference between revisions

From PZwiki
Tasty Bowl of Soup
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: 7c500963f2f6c0e53dbf3982a8e92904))
Line 18: Line 18:


== Crafting ==
== Crafting ==
{| class="pztable sortable" style="text-align:center;"
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2009 -->
|-  
{{Crafting/core|ing=3
! Name
| product_image = [[File:BowlFull.png|link=Tasty Bowl of Soup|Tasty Bowl of Soup]] | product_name = [[Tasty Bowl of Soup]] | product_quantity = x4
! class="unsortable" | Recipe
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = ''none''
{{RecipeLookup|2009}}
| req =
| f1 = [[File:Smallpotofsoup.png|link=Tasty Soup|Tasty Soup]] | i1 = [[Tasty Soup]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Bowl.png|link=Bowl|Bowl]] | i2 = [[Bowl]] | q2 = x4 | tag2 = (consumed)
| f3 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i3 = [[Heat Source]] | q3 =  | tag3 = (cooked:23min burned:35min) |opt3=1
}}
|}
|}


== Code ==
== Code ==

Revision as of 04:05, 26 March 2022


The Game WorldItemsObsolete ItemsRemoved FoodTasty Bowl of Soup
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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

Moodles: -4
Hungry: -20
Unhappy: -5

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Tasty Bowl of Soup
Tasty Bowl of Soup x4
none Tasty Soup
Soup x1
(consumed)
Bowl
Bowl x4
(consumed)
Heat Source
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,
	

Template:Navbox/Consumables