Hearty Soup: Difference between revisions

From PZwiki
Hearty Soup
m (Removed obsolete items category - included in notice box now)
(Movement of Page to Removed Foods Category, modernised layout, + navbar, + brief descrip. corrected consumables as per page code.)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
<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 -->
<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}}
{{Notice|Obsolete}}
{{Consumables
{{Consumables
|image = Pot of Soup.png
|image = Pot of Soup.png
|hunger = -160
|hunger = -160
|boredom = -20
|unhappiness = -25
|weight = 7.5
|weight = 7.5
}}
}}
<br />
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.
<br />
 
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 support 4 items total.  
== 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 ==
== Effects ==
[[Boredom]]: -20<br>
[[Boredom]]: -20<br>
Line 17: Line 24:
[[Unhappy]]: -25
[[Unhappy]]: -25


 
<br><br>




Line 23: Line 30:
== Code ==
== Code ==
  <nowiki>item HeartySoup
  <nowiki>item HeartySoup
{
Type = Food,
Type = Food,
DisplayName = Hearty Soup,
DisplayName = Hearty Soup,
Icon = PotFull,
Icon = PotFull,
Weight = 7.5,
Weight = 7.5,
IsCookable = true,
IsCookable = true,
MinutesToCook = 110,
MinutesToCook = 110,
Line 35: Line 41:
UnhappyChange = -25,
UnhappyChange = -25,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
}</nowiki>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Removed Food]]
[[Category:Cookable Food]]
[[Category:Version 34.28]]
[[Category:Non-Perishable Food]]
[[Category:Version 0.2.0p]]

Revision as of 02:49, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Removed Foods -> Hearty Soup   
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 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