Boring Soup: Difference between revisions

From PZwiki
(Undo revision 31005 by MalonyJenkins (talk) Was looking at wrong page.)
(Added new navbar template with the notice colour. Changed categories slightly.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Boring 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]] -> [[Boring_Soup|Boring 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 = -42
|hunger = -42
Line 11: Line 7:
|boredom = -5
|boredom = -5
|weight = 6
|weight = 6
}}
}}The Boring Soup was a previously craftable ingame item that has since been removed from Project Zomboid due to different crafting methods being introduced.
 
The Boring Soup was a previously craftable ingame item that has since been removed from Project Zomboid due to different crafting methods being introduced.
The information below was the last recorded values of the Boring Soup on the Wikipedia before removal.  
The information below was the last recorded values of the Boring Soup on the Wikipedia before removal.  
<br>
<br>
Line 53: Line 47:


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

Revision as of 16:02, 21 June 2018


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

The Boring Soup was a previously craftable ingame item that has since been removed from Project Zomboid due to different crafting methods being introduced.

The information below was the last recorded values of the Boring Soup on the Wikipedia before removal.
Originally the soup was a non-perishable, which was a omitted error and it did not rot, leading to many players making piles of soup to conserve food supplies that were about to rot. The Boring Bowl of Soup which was 4 bowls of this pot of soup was however a perishable, meaning once it was divided it began to rot.

Former Description

Although not the tastiest food item, Boring Soup is very nutritious. Crafted with one unit of water, a Cooking Pot and one soup ingredient, it relieves a good amount of hunger, unhappiness, and boredom. Cooking the soup will greatly increase its effectiveness.

Nutritional Information

Moodles: -5
Hungry: -42
Unhappy: -10

Crafting

Name Recipe Description
























Code

item BoringSoup
	Type		= Food,
	DisplayName	= Boring Soup,
	Icon		= PotFull,
	Weight		= 6,
	IsCookable	= true,
	MinutesToCook	= 50,
	MinutesToBurn	= 100,
	HungerChange	= -42,
	BoredomChange	= -5,
	UnhappyChange	= -10,
	ReplaceOnUse	= Pot

Template:Navbox/Consumables