Simple Bowl of Soup: Difference between revisions

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

Revision as of 16:03, 29 March 2012


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