Hearty Soup: Difference between revisions

From PZwiki
Hearty Soup
m (Non-perishable historically, not perishable. Text Change)
(Added new navbar template with the notice colour. Changed categories slightly.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Hearty Soup}}
<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 -->
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete}}{{Consumables
<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 -->
<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 -->
 
{{Notice|Obsolete}}
{{Consumables
|image = Pot of Soup.png
|image = Pot of Soup.png
|hunger = -160
|hunger = -160
Line 12: Line 7:
|unhappiness = -25
|unhappiness = -25
|weight = 7.5
|weight = 7.5
}}
}}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 ==  
Line 44: Line 38:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
 
[[Category:Removed Food]]
[[Category:Food]]
[[Category:Version 34.28]]

Revision as of 16:15, 21 June 2018


BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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
Hungry: -160
Unhappy: -25




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

Template:Navbox/Consumables