Hearty Soup: Difference between revisions

From PZwiki
Hearty Soup
(Movement of Page to Removed Foods Category, modernised layout, + navbar, + brief descrip. corrected consumables as per page code.)
m (Automated Formatting)
(22 intermediate revisions by 6 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]] -> [[Hearty_Soup|Hearty Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name=Hearty Soup
 
|icon=PotFull.png
{{Notice|Obsolete}}
|weight=6.5
{{Consumables
|category=Food
|image = Pot of Soup.png
|hunger_change=-75
|hunger = -160
|unhappy_change=-25
|boredom = -20
|cook_minutes=110
|unhappiness = -25
|burn_minutes=160
|weight = 7.5
|item_id=Base.HeartySoup
}}
}}
The Complex Bowl of Soup was originally a 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.
'''Heart 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 ==
[[Boredom]]: -20<br>
[[Hunger]]: -160<br>
[[Unhappy]]: -25
 
<br><br>


==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==
[[Bored|Boredom]]: -20<br>
[[Unhappy|Unhappiness]]: -25


== Code ==
==Code==
<nowiki>item HeartySoup
{{CodeBox
Type = Food,
| {{CodeSnip
DisplayName = Hearty Soup,
  | lang = java
Icon = PotFull,
  | line = true
Weight = 7.5,
  | start = 368
IsCookable = true,
  | source = items.txt
MinutesToCook = 110,
  | retrieved = true
MinutesToBurn = 160,
  | version = 2.9.7
HungerChange = -168,
  | version_link = RC 2.9.7
BoredomChange = -20,
  | hidecat = true
UnhappyChange = -25,
  | code =
ReplaceOnUse = Pot
item HeartySoup
</nowiki>
{
HungerChange = -75,
Weight = 6.5,
Type = Food,
IsCookable = TRUE,
UnhappyChange = -25,
MinutesToBurn = 160,
DisplayName = Hearty Soup,
ReplaceOnUse = Pot,
Icon = PotFull,
MinutesToCook = 110,
BoredomChange = -20,
}
}}}}


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

Revision as of 09:09, 14 April 2024

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.
Hearty Soup
Hearty Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
6.5
Nutrition
HungerMoodle Icon Hungry.png
-75
Effect
UnhappinessMoodle Icon Unhappy.png
-25
Cooking
Time until cooked
110 minutes
Time until burned
160 minutes
Technical
Item ID
Base.HeartySoup

Heart 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

Boredom: -20
Unhappiness: -25

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 HeartySoup
	{
		HungerChange	=	-75,
		Weight	=	6.5,
		Type	=	Food,
		IsCookable	=	TRUE,
		UnhappyChange	=	-25,
		MinutesToBurn	=	160,
		DisplayName	=	Hearty Soup,
		ReplaceOnUse	=	Pot,
		Icon	=	PotFull,
		MinutesToCook	=	110,
		BoredomChange	=	-20,
	}

See also