Complex Bowl of Soup: Difference between revisions

From PZwiki
Complex 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.)
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 = -53
|hunger = -53
|boredom = -7
|unhappiness = -8
|weight = 3
|weight = 3
}}
}}


 
The Complex 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>
The Complex Bowl of Soup originally according to code went stale after 1 day and rotted after 3.


== Effects ==
== Effects ==
Line 15: Line 23:
[[Unhappy]]: -8
[[Unhappy]]: -8


 
<br><br><br><br><br><br>
 
 
 
 
== Code ==
== Code ==
  <nowiki>item ComplexBowl4
  <nowiki>item ComplexBowl4
{
Type = Food,
Type = Food,
DisplayName = Complex Bowl of Soup,
DisplayName = Complex Bowl of Soup,
Icon = BowlFull,
Icon = BowlFull,
Weight = 3,
Weight = 3,
IsCookable = true,
IsCookable = true,
MinutesToCook = 33,
MinutesToCook = 33,
MinutesToBurn = 48,
MinutesToBurn = 48,
Count = 4,
Count = 4,
HungerChange = -53,
HungerChange = -53,
ReplaceOnUse = Bowl,
ReplaceOnUse = Bowl,
BoredomChange = -7,
BoredomChange = -7,
UnhappyChange = -8,
UnhappyChange = -8,
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 23:07, 7 July 2016


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


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

The Complex Bowl of Soup originally according to code went stale after 1 day and rotted after 3.

Effects

Moodles: -7
Hungry: -53
Unhappy: -8







Code

item ComplexBowl4
	Type 		= Food,
	DisplayName 	= Complex Bowl of Soup,
	Icon 		= BowlFull,
	Weight 		= 3,
	IsCookable 	= true,
	MinutesToCook 	= 33,
	MinutesToBurn 	= 48,
	Count 		= 4,	
	HungerChange 	= -53,
	ReplaceOnUse 	= Bowl,
	BoredomChange 	= -7,
	UnhappyChange 	= -8,
	DaysFresh 	= 1,
	DaysTotallyRotten = 3,

Template:Navbox/Consumables