Bowl of Soup: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 5: Line 5:
|weight = 3
|weight = 3
}}
}}
== Effects ==
== Effects ==
[[Boredom]]: -10<br>
[[Boredom]]: -10<br>
[[Hunger]]: -15<br>
[[Hunger]]: -15<br>
[[Unhappy]]: -20
[[Unhappy]]: -20
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  

Revision as of 01:23, 2 April 2012



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