Hearty Soup: Difference between revisions

From PZwiki
Hearty Soup
mNo edit summary
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|Hearty Soup}}
|display_name=Hearty 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 = Pot of Soup.png
|name_text_colour=Food
|hunger = -160
|image=PotFull.png
|boredom = -20
|image_width=120px
|unhappiness = -25
|alternate_image=BowlFull.png
|weight = 7.5
|alternate_name=Hearty Bowl of Soup
|alternate_link=Hearty Bowl of Soup
|weight=7.5
|category=Food
|hunger_change=-160
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-25
|cook_minutes=
|burn_minutes=
|days_fresh=
|days_rotten=
|class_name=
}}The Complex Bowl of Soup was originally a non-perishable food entry within the Project Zomboid code that was impossible to make and was replaced due to a introduction of a better crafting system.
}}The Complex Bowl of Soup was originally a non-perishable food entry within the Project Zomboid code that was impossible to make and was replaced due to a introduction of a better crafting system.


== Former Description ==  
==Former description==  
The hearty soup is an item that is impossible to create because it uses so 4 ingredients and a bowl, and the crafting area is only able to manage 4 items total.  
The hearty soup is an item that is impossible to create because it uses so 4 ingredients and a bowl, and the crafting area is only able to manage 4 items total.  


 
==Effects==
== Effects ==
[[Boredom]]: -20<br>
[[Boredom]]: -20<br>
[[Hunger]]: -160<br>
[[Unhappy]]: -25


<br><br>
==Code==
 
<pre>
 
item HeartySoup
 
== Code ==
<nowiki>item HeartySoup
Type = Food,
Type = Food,
DisplayName = Hearty Soup,
DisplayName = Hearty Soup,
Line 35: Line 44:
UnhappyChange = -25,
UnhappyChange = -25,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
</nowiki>
</pre>
 
{{Navbox/Consumables}}


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

Revision as of 14:05, 8 April 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Hearty Soup
Hearty Soup
Hearty Bowl of Soup
General
Category Food
Encumbrance
Heavy Load
7.5
Nutrition
Hunger
Hunger
-160
Effect
Unhappiness
Unhappiness
-25
Technical details
Item ID

The Complex Bowl of Soup was originally a non-perishable food entry within the Project Zomboid code that was impossible to make and was replaced due to a introduction of a better crafting system.

Former description

The hearty soup is an item that is impossible to create because it uses so 4 ingredients and a bowl, and the crafting area is only able to manage 4 items total.

Effects

Moodles: -20

Code

item HeartySoup
	Type = Food,
	DisplayName = Hearty Soup,
	Icon = PotFull,
	Weight 	= 7.5,
	IsCookable = true,
	MinutesToCook = 110,
	MinutesToBurn = 160,
	HungerChange = -168,
	BoredomChange = -20,
	UnhappyChange = -25,
	ReplaceOnUse = Pot