Simple Bowl of Soup: Difference between revisions

From PZwiki
Simple Bowl of Soup
(Added Simple Bowl of Soup)
 
Line 9: Line 9:
[[Hunger]]: -22<br>
[[Hunger]]: -22<br>
[[Unhappy]]: -4
[[Unhappy]]: -4
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|28}}
|}
== Code ==
== Code ==
  <nowiki>item SimpleBowl4
  <nowiki>item SimpleBowl4

Revision as of 14:56, 29 March 2012


Effects

Moodles: -3
Hungry: -22
Unhappy: -4

Crafting

Name Recipe Description












Code

item SimpleBowl4
{
	Type = Food,
	DisplayName = Simple Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 24,
	MinutesToBurn = 30,
	Count = 4,
	HungerChange = -22,
	ReplaceOnUse = Bowl,
	BoredomChange = -3,
	UnhappyChange = -4,
	DaysFresh = 1,
	DaysTotallyRotten = 3,
} 

Template:Navbox/Consumables