Simple Bowl of Soup: Difference between revisions

From PZwiki
Simple Bowl of Soup
(Added new navbar template with the notice colour. Changed categories slightly.)
m (clean up, replaced: wikitable → pztable)
Line 9: Line 9:
}}
}}


The Simple Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
The '''Simple Bowl of Soup''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
<br>
<br>
== Former Description ==
== Former Description ==
Line 19: Line 19:
[[Unhappy]]: -4
[[Unhappy]]: -4
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
|-  
|-  
! Name  
! Name  

Revision as of 16:08, 11 May 2019


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

The Simple 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 classic bowl of satisfying soup. Can be crafted with Bowls and Soup for portable use, but consumes less hunger.

Effects

Moodles: -3
Hungry: -22
Unhappy: -4

Crafting

Name Recipe Description












Code

item SimpleBowl4
	Type = Food,
	DisplayName = Simple Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 24,
	MinutesToBurn = 30,
	Count = 4,
	HungerChange = -22,
	ReplaceOnUse = Bowl,
	BoredomChange = -3,
	UnhappyChange = -4,
	DaysFresh = 1,
	DaysTotallyRotten = 3,

Template:Navbox/Consumables