Boring Bowl of Soup

From PZwiki
Revision as of 03:05, 26 March 2022 by Alluseri (talk | contribs) (PZ Updater automated execution(task: deploy ReLookup, eid: ebcb817149323c2d162e1a340be21361))


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

The Boring Bowl of Soup was a previously craftable ingame item that has since been removed from Project Zomboid due to different crafting methods being introduced.

The information below was the last recorded values of the Boring Bowl of Soup on the Wikipedia before removal.
Originally the soup would take one in-game days to go stale, and three in-game days to rot.

Nutritional Information

Moodles: -2
Moodles: -11
Moodles: -3

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Boring Bowl of Soup
Boring Bowl of Soup x4
none Boring Soup
Boring Soup x1
(consumed)
Bowl
Bowl x4
(consumed)
Heat Source
Heat source
(cooked:13min burned:25min)


Code

item BoringBowl4
	Type 			= Food,
	DisplayName 		= Boring Bowl of Soup,
	Icon 			= BowlFull,
	Weight 			= 3,
	IsCookable 		= true,
 	MinutesToCook 		= 13,
	MinutesToBurn 		= 25,
	Count 			= 4,
	HungerChange 		= -11,
	ReplaceOnUse 		= Bowl,
	BoredomChange 		= -2,
	UnhappyChange 		= -3,
	DaysFresh 		= 1,
	DaysTotallyRotten 	= 3,

Template:Navbox/Consumables