Bowl of Soup: Difference between revisions

From PZwiki
Line 28: Line 28:
  <nowiki>item SoupBowl4
  <nowiki>item SoupBowl4
{
{
Type = Food,
Type = Food,
DisplayName = Bowl of Soup,
DisplayName = Bowl of Soup,
Icon = BowlFull,
Icon = BowlFull,
Weight = 3,
Weight = 3,
IsCookable = true,
IsCookable = true,
MinutesToCook  = 15,
MinutesToCook  = 15,
MinutesToBurn  = 25,
MinutesToBurn  = 25,
Count = 4,
Count = 4,
HungerChange = -15,
HungerChange = -15,
ReplaceOnUse = Bowl,
ReplaceOnUse = Bowl,
BoredomChange = -10,
BoredomChange = -10,
UnhappyChange = -20,
UnhappyChange = -20,
DaysFresh = 1,
DaysFresh = 1,
DaysTotallyRotten = 3,
DaysTotallyRotten = 3,
}</nowiki>
}</nowiki>

Revision as of 00:59, 17 November 2013


A bowl of soup is a more effective way to consume soup. It is crafted by putting a pot of soup and 4 bowls in the crafting area, and this recipe will yield 4 bowls of soup.

Effects

Moodles: -10
Hungry: -15
Unhappy: -20



Crafting

Name Recipe Description












Code

item SoupBowl4
{
	Type			=			Food,
	DisplayName		=			Bowl of Soup,
	Icon			=			BowlFull,
	Weight			=			3,
	IsCookable		= 			true,
	MinutesToCook   	= 			15,
	MinutesToBurn   	= 			25,
	Count			=			4,
	HungerChange 		=			-15,
	ReplaceOnUse		=			Bowl,
	BoredomChange 		=			-10,
	UnhappyChange 		=			-20,
	DaysFresh 		=			1,
	DaysTotallyRotten 	=	 		3,
}

Template:Navbox/Consumables