Simple Soup: Difference between revisions

From PZwiki
m (removed obsolete "Simple Bowl of Soup" entry)
(Movement of Page to Removed Foods Category, modernised layout, + navbar, + brief descrip.)
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]] -> [[Simple_Soup|Simple Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Notice|Obsolete}}
{{Notice|Obsolete}}
{{Consumables
{{Consumables
Line 6: Line 11:
|weight = 6.5
|weight = 6.5
}}
}}
Simple Soup is a tasty yet nutritious food item that is crafted with three units of [[Water|water]], a [[Cooking Pot]] and two [[Soup_Ingredients|soup ingredients]], the soup relieves a large amount of hunger and a small amount of boredom and unhappiness.<br />
The Simple Soup was originally a non-perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
 
== Former Description ==
Simple Soup is a tasty yet nutritious food item that is crafted with three units of [[Water|water]], a [[Cooking Pot|cooking pot]] and two [[Soup_Ingredients|soup ingredients]], the soup relieves a large amount of hunger and a small amount of boredom and unhappiness.<br />
It is not advised to eat simple soup if the 'hungry' moodle has not appeared, as a good amount of will go to waste. Cooking the soup will greatly increase its effectiveness.
It is not advised to eat simple soup if the 'hungry' moodle has not appeared, as a good amount of will go to waste. Cooking the soup will greatly increase its effectiveness.


Line 12: Line 20:
[[Boredom]]: -10<br>
[[Boredom]]: -10<br>
[[Hunger]]: -84<br>
[[Hunger]]: -84<br>
[[Unhappy]]: -15
[[Unhappy]]: -15<br>
 
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 25: Line 34:
== Code ==
== Code ==
  <nowiki>item SimpleSoup
  <nowiki>item SimpleSoup
{
Type = Food,
Type = Food,
DisplayName = Simple Soup,
DisplayName = Simple Soup,
Line 37: Line 45:
UnhappyChange = -15,
UnhappyChange = -15,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
}</nowiki>
</nowiki>


== History ==
== History ==
Line 47: Line 55:
| RC 2.9.8a ||  [[Simple Bowl of Soup]]. No longer in game. Replaced by Soup Recipe.
| RC 2.9.8a ||  [[Simple Bowl of Soup]]. No longer in game. Replaced by Soup Recipe.
|}
|}
==See Also==
* [[bowl]]


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

Revision as of 03:45, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Removed Foods -> Simple Soup   
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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

Former Description

Simple Soup is a tasty yet nutritious food item that is crafted with three units of water, a cooking pot and two soup ingredients, the soup relieves a large amount of hunger and a small amount of boredom and unhappiness.
It is not advised to eat simple soup if the 'hungry' moodle has not appeared, as a good amount of will go to waste. Cooking the soup will greatly increase its effectiveness.

Effects

Moodles: -10
Hungry: -84
Unhappy: -15

Crafting

Name Recipe Description Level












Code

item SimpleSoup
	Type		= Food,
	DisplayName	= Simple Soup,
	Icon		= PotFull,
	Weight		= 6.5,
	IsCookable	= true,
	MinutesToCook	= 70,
	MinutesToBurn	= 120,
	HungerChange	= -84,
	BoredomChange	= -10,
	UnhappyChange	= -15,
	ReplaceOnUse	= Pot

History

Alpha
RC 2.9.8a Simple Bowl of Soup. No longer in game. Replaced by Soup Recipe.

Template:Navbox/Consumables