Boring Bowl of Soup: Difference between revisions

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

Revision as of 16:03, 29 March 2012


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