Complex Bowl of Soup: Difference between revisions

From PZwiki
Complex Bowl of Soup
No edit summary
m (Added obsolete notice box and category)
Line 1: Line 1:
{{languages}}
{{languages}}
{{Notice|Obsolete}}
{{Consumables
{{Consumables
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
Line 39: Line 40:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Obsolete Items]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]

Revision as of 15:32, 26 July 2014

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



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