Simple Bowl of Soup: Difference between revisions

From PZwiki
Simple Bowl of Soup
m (→‎top: category & header updates)
(→‎top: New infobox upgrade - Food)
Line 3: Line 3:
{{page version|41.78.16}}
{{page version|41.78.16}}
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
{{Infobox food
{{Infobox item
|display_name=Simple Bowl of Soup
|name=Simple Bowl of Soup
|name_colour=Food
|model=BowlFull.png
|name_text_colour=Food
|image=BowlFull.png
|image_width=128px
|image_width=128px
|alternate_image=PotFull.png
|icon=PotFull.png
|alternate_name=Simple Soup
|icon_name=Simple Soup
|alternate_link=Simple Soup
|alternate_link=Simple Soup
|weight=3
|weight=3
Line 25: Line 23:
|days_fresh=1
|days_fresh=1
|days_rotten=3
|days_rotten=3
|class_name=
|item_id=
}}
}}
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.

Revision as of 10:53, 29 January 2024

Template:Header/sandbox2

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.
Simple Bowl of Soup
BowlFull.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
3
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-22
Effect
UnhappinessMoodle Icon Unhappy.png
-4

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

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
BowlFull.png
Simple Bowl of Soup x4
none PotFull.png
Soup
(consumed)
Bowl.png
Bowl x4
(consumed)
Heat source.gif
Heat source
(cooked:24min burned:30min)

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,