Complex Bowl of Soup: Difference between revisions

From PZwiki
Complex Bowl of Soup
(Movement of Page to Removed Foods Category, modernised layout, + navbar, + brief descrip. corrected consumables as per page code.)
m (Automated Formatting)
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Obsolete|item=true|2=Recipe Ingredients#Soup & Stew Ingredients}}
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
{{Infobox item
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Removed_Food|Removed Foods]] -> [[Complex_Bowl_of_Soup|Complex Bowl of Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name=Complex Bowl of Soup
 
|icon=BowlFull.png
{{Notice|Obsolete}}
|icon_name=Complicated Soup
{{Consumables
|weight=3
|image = Full_Soup_bowl.png
|category=Food
|hunger = -53
|hunger_change=-53
|boredom = -7
|unhappy_change=-8
|unhappiness = -8
|boredom_change=-7
|weight = 3
|cook_minutes=33
|burn_minutes=48
|days_fresh=1
|days_rotten=3
|item_id=Base.ComplexBowl4
}}
}}
A '''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.
==Nutritional information==
<br><br>
*[[Bored|Boredom]]: -7
The Complex Bowl of Soup originally according to code went stale after 1 day and rotted after 3.
*[[Unhappy|Unhappiness]]: -8
 
== Effects ==
[[Boredom]]: -7<br>
[[Hunger]]: -53<br>
[[Unhappy]]: -8


<br><br><br><br><br><br>
==Code==
== Code ==
{{CodeBox
<nowiki>item ComplexBowl4
| {{CodeSnip
Type = Food,
  | lang = java
DisplayName = Complex Bowl of Soup,
  | line = true
Icon = BowlFull,
  | start = 470
Weight = 3,
  | source = items.txt
IsCookable = true,
  | retrieved = true
MinutesToCook = 33,
  | version = 2.9.7
MinutesToBurn = 48,
  | version_link = RC 2.9.7
Count = 4,
  | hidecat = true
HungerChange = -53,
  | code =
ReplaceOnUse = Bowl,
item ComplexBowl4
BoredomChange = -7,
{
UnhappyChange = -8,
Count = 4,
DaysFresh = 1,
HungerChange = -32,
DaysTotallyRotten = 3,
Type = Food,
</nowiki>
DisplayName = Complex Bowl of Soup,
MinutesToCook = 33,
Weight = 1,
IsCookable = TRUE,
DaysTotallyRotten = 3,
UnhappyChange = -8,
MinutesToBurn = 48,
Icon = BowlFull,
ReplaceOnUse = Bowl,
DaysFresh = 1,
BoredomChange = -7,
}
}}}}


{{Navbox/Consumables}}
==See also==
[[Category:Consumables]]
{{Navbox items|food}}
[[Category:Removed Food]]
[[Category:Version 34.28]]

Revision as of 07:42, 14 April 2024

Project ZomboidItemsObsolete itemsComplex Bowl of Soup
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.
Complex Bowl of Soup
Complicated Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
3
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-53
Effect
UnhappinessMoodle Icon Unhappy.png
-8
BoredomMoodle Icon Bored.png
-7
Cooking
Time until cooked
33 minutes
Time until burned
48 minutes
Technical
Item ID
Base.ComplexBowl4

A 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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: RC 2.9.7
item ComplexBowl4
	{
		Count	=	4,
		HungerChange	=	-32,
		Type	=	Food,
		DisplayName	=	Complex Bowl of Soup,
		MinutesToCook	=	33,
		Weight	=	1,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	3,
		UnhappyChange	=	-8,
		MinutesToBurn	=	48,
		Icon	=	BowlFull,
		ReplaceOnUse	=	Bowl,
		DaysFresh	=	1,
		BoredomChange	=	-7,
	}

See also