Complex Bowl of Soup: Difference between revisions

From PZwiki
Complex Bowl of Soup
mNo edit summary
(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}}
|display_name=Boring 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 = BowlFull.png
|name_text_colour=Food
|hunger = -53
|image=BowlFull.png
|boredom = -7
|image_width=120px
|unhappiness = -8
|alternate_image=PotFull.png
|weight = 3
|alternate_name=Complicated Soup
|alternate_link=Complicated Soup
|weight=3
|category=Food
|hunger_change=-53
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-8
|cook_minutes=
|burn_minutes=
|days_fresh=1
|days_rotten=3
|class_name=
}}The Complex Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
}}The Complex 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>
The Complex Bowl of Soup originally according to code went stale after 1 day and rotted after 3.


== Effects ==
==Nutritional information==
[[Boredom]]: -7<br>
[[Boredom]]: -7
[[Hunger]]: -53<br>
[[Unhappy]]: -8


<br><br><br><br><br><br>
==Code==
== Code ==
<pre>
<nowiki>item ComplexBowl4
item ComplexBowl4
Type = Food,
Type = Food,
DisplayName = Complex Bowl of Soup,
DisplayName = Complex Bowl of Soup,
Line 33: Line 44:
DaysFresh = 1,
DaysFresh = 1,
DaysTotallyRotten = 3,
DaysTotallyRotten = 3,
</nowiki>
</pre>


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

Revision as of 13:44, 8 April 2023

The Game WorldItemsObsolete ItemsRemoved FoodComplex Bowl of Soup
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Boring Bowl of Soup
Boring Bowl of Soup
Complicated Soup
General
Category Food
Encumbrance
Heavy Load
3
Days until stale 1 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-53
Effect
Unhappiness
Unhappiness
-8
Technical details
Item ID

The Complex Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Nutritional information

Moodles: -7

Code

item ComplexBowl4
	Type 		= Food,
	DisplayName 	= Complex Bowl of Soup,
	Icon 		= BowlFull,
	Weight 		= 3,
	IsCookable 	= true,
	MinutesToCook 	= 33,
	MinutesToBurn 	= 48,
	Count 		= 4,	
	HungerChange 	= -53,
	ReplaceOnUse 	= Bowl,
	BoredomChange 	= -7,
	UnhappyChange 	= -8,
	DaysFresh 	= 1,
	DaysTotallyRotten = 3,