Hearty Bowl of Soup: Difference between revisions

From PZwiki
Hearty Bowl of Soup
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Full_Soup_Bowl.png
|image = Full_Soup_bowl.png
|hunger = -43
|hunger = -43
|weight = 3
|weight = 3

Revision as of 01:18, 2 April 2012


Effects

Moodles: -5
Hungry: -43
Unhappy: -7

Code

item HeartyBowl4
{
	Type = Food,
	DisplayName = Hearty Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 28,
	MinutesToBurn = 40,
	Count = 4,
	HungerChange = -43,
	ReplaceOnUse = Bowl,
	BoredomChange = -5,
	UnhappyChange = -7,
	DaysFresh = 1,
	DaysTotallyRotten = 3,
}

Template:Navbox/Consumables