Bowl of Soup: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 9: Line 9:
[[Hunger]]: -15<br>
[[Hunger]]: -15<br>
[[Unhappy]]: -20
[[Unhappy]]: -20
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|33}}
|}
== Code ==
== Code ==
  <nowiki>item SoupBowl4
  <nowiki>item SoupBowl4

Revision as of 16:08, 29 March 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