Complicated Soup: Difference between revisions

From PZwiki
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, removed relevant categories.)
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]] -> [[Complicated_Soup|Complicated 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 = 8
|weight = 8
}}
}}
<br />
<br />


The '''Complicated Soup''' was removed in Project Zomboid due to a better crafting system being implemented.
Originally, with perhaps not the designers intention, this soup was a non-perishable and did not rot. creating a way for survivors to have a reserve of food.
== Former Description ==
The best meal a survivor will ever make for the rest of the apocalypse. This meal is capable of feeding a survivor for days but requires 4 ingredients to make, but is always the most efficient use of the ingredients (unless made with meat or fish).
The best meal a survivor will ever make for the rest of the apocalypse. This meal is capable of feeding a survivor for days but requires 4 ingredients to make, but is always the most efficient use of the ingredients (unless made with meat or fish).


Line 20: Line 27:
== Code ==
== Code ==
  <nowiki> item ComplexSoup
  <nowiki> item ComplexSoup
{
 
Type = Food,
Type = Food,
DisplayName = Complicated Soup,
DisplayName = Complicated Soup,
Icon = PotFull,
Icon = PotFull,
Weight = 8,
Weight = 8,
IsCookable = true,
IsCookable = true,
MinutesToCook = 130,
MinutesToCook = 130,
MinutesToBurn = 190,
MinutesToBurn = 190,
HungerChange = -210,
HungerChange = -210,
BoredomChange = -25,
BoredomChange = -25,
UnhappyChange = -30,
UnhappyChange = -30,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
}</nowiki>
</nowiki>


== History ==
== History ==
Line 44: Line 51:


==See Also==
==See Also==
* [[Soup]]


{{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 23:11, 7 July 2016


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


The Complicated Soup was removed in Project Zomboid due to a better crafting system being implemented.

Originally, with perhaps not the designers intention, this soup was a non-perishable and did not rot. creating a way for survivors to have a reserve of food.

Former Description

The best meal a survivor will ever make for the rest of the apocalypse. This meal is capable of feeding a survivor for days but requires 4 ingredients to make, but is always the most efficient use of the ingredients (unless made with meat or fish).

Effects

Moodles: -25
Hungry: -210
Unhappy: -30


Code

 item ComplexSoup

	Type 		= Food,
	DisplayName 	= Complicated Soup,
	Icon 		= PotFull,
	Weight 		= 8,
	IsCookable 	= true,
	MinutesToCook 	= 130,
	MinutesToBurn 	= 190,
	HungerChange 	= -210,
	BoredomChange 	= -25,
	UnhappyChange 	= -30,
	ReplaceOnUse 	= Pot

History

Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Consumables