Tasty Bowl of Soup: Difference between revisions

From PZwiki
Tasty Bowl of Soup
(Movement of Page to Removed Foods Category, modernised layout, + navbar, + brief descrip.)
(Added new navbar template with the notice colour. Changed categories slightly.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Tasty Bowl of Soup}}{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete}}{{Consumables
<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]] -> [[Tasty_Bowl_of_Soup|Tasty Bowl of Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
 
{{Notice|Obsolete}}
{{Consumables
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -20
|hunger = -20
Line 12: Line 6:
|unhappiness = -5
|unhappiness = -5
|weight = 1.0
|weight = 1.0
}}
}}The Tasty Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
The Tasty Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
<br>
<br>
== Former Description ==
== Former Description ==
Line 53: Line 46:


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

Revision as of 16:26, 21 June 2018

The Game WorldItemsObsolete ItemsRemoved FoodTasty Bowl of Soup
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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


Former Description

A bowl of tasty soup. Fills up four bowls when crafted with tasty soup for portable use, but consumes less hunger.

Effects

Moodles: -4
Hungry: -20
Unhappy: -5

Crafting

Name Recipe Description












Code

	
	item TastyBowl
		HungerChange		= -20,
		Type			= Food,
		DisplayName		= Tasty Bowl of Soup,
		MinutesToCook		= 23,
		Weight			= 1,
		IsCookable		= TRUE,
		DaysTotallyRotten	= 3,
		UnhappyChange		= -5,
		MinutesToBurn		= 35,
		Icon			= BowlFull,
		ReplaceOnUse		= Bowl,
		DaysFresh		= 1,
		BoredomChange		= -4,
		CustomContextMenu 	= Drink,
	

Template:Navbox/Consumables