Simple Bowl of Soup: Difference between revisions

From PZwiki
Simple Bowl of 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, 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]] -> [[Complex_Bowl_of_Soup|Complex Bowl of Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Notice|Obsolete}}
{{Notice|Obsolete}}
{{Consumables
{{Consumables
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -22
|hunger = -22
|boredom = -3
|unhappiness = -4
|weight = 3
|weight = 3
}}
}}
A classic bowl of satisfying soup. Can be crafted with [[bowl]]s and [[Simple Soup]] for portable use, but consumes less hunger.
 
The Simple Bowl of Soup was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
<br>
== Former Description ==
A classic bowl of satisfying soup. Can be crafted with [[Bowl]]s and [[Simple Soup]] for portable use, but consumes less hunger.
<br>
== Effects ==
== Effects ==
[[Boredom]]: -3<br>
[[Boredom]]: -3<br>
Line 22: Line 34:
== Code ==
== Code ==
  <nowiki>item SimpleBowl4
  <nowiki>item SimpleBowl4
{
Type = Food,
Type = Food,
DisplayName = Simple Bowl of Soup,
DisplayName = Simple Bowl of Soup,
Line 37: Line 48:
DaysFresh = 1,
DaysFresh = 1,
DaysTotallyRotten = 3,
DaysTotallyRotten = 3,
} </nowiki>
</nowiki>


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

Revision as of 03:08, 9 July 2016


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


The Simple 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 classic bowl of satisfying soup. Can be crafted with Bowls and Soup for portable use, but consumes less hunger.

Effects

Moodles: -3
Hungry: -22
Unhappy: -4

Crafting

Name Recipe Description












Code

item SimpleBowl4
	Type = Food,
	DisplayName = Simple Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 24,
	MinutesToBurn = 30,
	Count = 4,
	HungerChange = -22,
	ReplaceOnUse = Bowl,
	BoredomChange = -3,
	UnhappyChange = -4,
	DaysFresh = 1,
	DaysTotallyRotten = 3,

Template:Navbox/Consumables