Tasty Bowl of Soup: Difference between revisions

From PZwiki
Tasty Bowl of Soup
(PZ Updater automated execution(task: deploy ReLookup, eid: 7c500963f2f6c0e53dbf3982a8e92904))
m (Replace image link)
Line 2: Line 2:
{{languages|Tasty Bowl of Soup}}
{{languages|Tasty Bowl of Soup}}
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Consumables
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Consumables
|image = Full_Soup_bowl.png
|image = BowlFull.png
|hunger = -20
|hunger = -20
|boredom = -4
|boredom = -4

Revision as of 18:36, 5 March 2023


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