Boring Bowl of Soup: Difference between revisions

From PZwiki
Boring Bowl of Soup
m (Removed obsolete items category - included in notice box now)
(Updated page, + Navigation (new) in prep. for removal from specific categories for admin to review. Removed Categories: Perishable, Cookable, Food, Added: Removed Food category (to be added to as subcategory of Obsolete Items), + new description)
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:Obsolete_items|Obsolete Foods]] -> [[Boring_Bowl_of_Soup|Boring 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
Line 7: Line 11:
}}
}}


The Boring Bowl of 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 Bowl of Soup on the Wikipedia before removal.
<br>
Originally the soup would take one in-game days to go stale, and three in-game days to rot.


== Effects ==
== Nutritional Information ==
[[Boredom]]: -2<br>
[[Boredom]]: -2<br>
[[Hunger]]: -11<br>
[[Hunger]]: -11<br>
[[Unhappy]]: -3
[[Unhappy]]: -3
 
<br>
 
 
 
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 27: Line 32:
== Code ==
== Code ==
  <nowiki>item BoringBowl4
  <nowiki>item BoringBowl4
{
Type = Food,
Type = Food,
DisplayName = Boring Bowl of Soup,
DisplayName = Boring Bowl of Soup,
Icon = BowlFull,
Icon = BowlFull,
Weight = 3,
Weight = 3,
IsCookable = true,
IsCookable = true,
MinutesToCook = 13,
MinutesToCook = 13,
MinutesToBurn = 25,
MinutesToBurn = 25,
Count = 4,
Count = 4,
HungerChange = -11,
HungerChange = -11,
ReplaceOnUse = Bowl,
ReplaceOnUse = Bowl,
BoredomChange = -2,
BoredomChange = -2,
UnhappyChange = -3,
UnhappyChange = -3,
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 20:23, 4 July 2016


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


The Boring Bowl of 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 Bowl of Soup on the Wikipedia before removal.
Originally the soup would take one in-game days to go stale, and three in-game days to rot.

Nutritional Information

Moodles: -2
Hungry: -11
Unhappy: -3

Crafting

Name Recipe Description












Code

item BoringBowl4
	Type 			= Food,
	DisplayName 		= Boring Bowl of Soup,
	Icon 			= BowlFull,
	Weight 			= 3,
	IsCookable 		= true,
 	MinutesToCook 		= 13,
	MinutesToBurn 		= 25,
	Count 			= 4,
	HungerChange 		= -11,
	ReplaceOnUse 		= Bowl,
	BoredomChange 		= -2,
	UnhappyChange 		= -3,
	DaysFresh 		= 1,
	DaysTotallyRotten 	= 3,

Template:Navbox/Consumables