Boring Bowl of Soup: Difference between revisions

From PZwiki
Boring Bowl of Soup
Line 27: Line 27:
  <nowiki>item BoringBowl4
  <nowiki>item BoringBowl4
{
{
Type = Food,
Type = Food,
DisplayName = Boring Bowl of Soup,
DisplayName = Boring Bowl of Soup,
Icon = BowlFull,
Icon = BowlFull,
Weight = 3,
Weight = 3,
IsCookable = true,
IsCookable = true,
MinutesToCook = 13,
MinutesToCook = 13,
MinutesToBurn = 25,
MinutesToBurn = 25,
Count = 4,
Count = 4,
HungerChange = -11,
HungerChange = -11,
ReplaceOnUse = Bowl,
ReplaceOnUse = Bowl,
BoredomChange = -2,
BoredomChange = -2,
UnhappyChange = -3,
UnhappyChange = -3,
DaysFresh = 1,
DaysFresh = 1,
DaysTotallyRotten = 3,
DaysTotallyRotten = 3,
}</nowiki>
}</nowiki>

Revision as of 00:57, 17 November 2013



Effects

Moodles: -2
Hungry: -11
Unhappy: -3



Crafting

Name Recipe Description












Code

item BoringBowl4
{
	Type 			= 			Food,
	DisplayName 		= 			Boring Bowl of Soup,
	Icon 			=	 		BowlFull,
	Weight 			= 			3,
	IsCookable 		= 			true,
	MinutesToCook 		= 			13,
	MinutesToBurn 		= 			25,
	Count 			= 			4,
	HungerChange 		=			 -11,
	ReplaceOnUse 		= 			Bowl,
	BoredomChange 		= 			-2,
	UnhappyChange 		=			-3,
	DaysFresh 		= 			1,
	DaysTotallyRotten 	= 			3,
}

Template:Navbox/Consumables