Simple Bowl of Soup: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 7c021d49b6ce6d264843c53b8f9b45fd))
m (Cleanup)
Line 1: Line 1:
__NOTOC__
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Infobox food
{{languages|Simple Bowl of Soup}}
|display_name=Simple 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
|name_colour=Food
|image = Full_Soup_bowl.png
|name_text_colour=Food
|hunger = -22
|image=BowlFull.png
|boredom = -3
|image_width=120px
|unhappiness = -4
|alternate_image=PotFull.png
|weight = 3
|alternate_name=Simple Soup
}}
|alternate_link=Simple Soup
|weight=3
|category=Food
|hunger_change=-22
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-4
|cook_minutes=
|burn_minutes=
|days_fresh=1
|days_rotten=3
|class_name=
}}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.
==Former description==
<br>
== Former Description ==
A classic bowl of satisfying soup. Can be crafted with [[Bowl]]s and [[Simple Soup]] for portable use, but consumes less hunger.
A classic bowl of satisfying soup. Can be crafted with [[Bowl]]s and [[Simple Soup]] for portable use, but consumes less hunger.
<br>
 
== Effects ==
==Effects==
[[Boredom]]: -3<br>
[[Boredom]]: -3
[[Hunger]]: -22<br>
 
[[Unhappy]]: -4
==Crafting==
== Crafting ==
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2010 -->
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2010 -->
{{Crafting/core|ing=3
{{Crafting/core|ing=3
Line 31: Line 43:
|}
|}


 
==Code==
== Code ==
<pre>
<nowiki>item SimpleBowl4
item SimpleBowl4
Type = Food,
Type = Food,
DisplayName = Simple Bowl of Soup,
DisplayName = Simple Bowl of Soup,
Line 48: Line 60:
DaysFresh = 1,
DaysFresh = 1,
DaysTotallyRotten = 3,
DaysTotallyRotten = 3,
</nowiki>
</pre>
 
{{Navbox/Consumables}}


[[Category:Food]]
{{Navbox food}}

Revision as of 14:14, 8 April 2023

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.
Simple Bowl of Soup
Simple Bowl of Soup
Simple Soup
General
Category Food
Encumbrance
Heavy Load
3
Days until stale 1 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-22
Effect
Unhappiness
Unhappiness
-4
Technical details
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.

Former description

A classic bowl of satisfying soup. Can be crafted with Bowls and Simple Soup for portable use, but consumes less hunger.

Effects

Moodles: -3

Crafting

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