Boring Soup: Difference between revisions

From PZwiki
(Created Boring Soup)
 
Line 9: Line 9:
[[Hunger]]: -42<br>
[[Hunger]]: -42<br>
[[Unhappy]]: -10
[[Unhappy]]: -10
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|29}}
|}
== Code ==
== Code ==
  <nowiki>item BoringSoup
  <nowiki>item BoringSoup

Revision as of 15:00, 29 March 2012


Effects

Moodles: -5
Hungry: -42
Unhappy: -10

Crafting

Name Recipe Description












Code

item BoringSoup
{
	Type = Food,
	DisplayName = Boring Soup,
	Icon = PotFull,
	Weight = 6,
	IsCookable = true,
	MinutesToCook = 50,
	MinutesToBurn = 100,
	HungerChange = -42,
	BoredomChange = -5,
	UnhappyChange = -10,
	ReplaceOnUse = Pot
}

Template:Navbox/Consumables