Complicated Soup: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 5: Line 5:
|weight = 8
|weight = 8
}}
}}
== Effects ==
== Effects ==
[[Boredom]]: -25<br>
[[Boredom]]: -25<br>
[[Hunger]]: -210<br>
[[Hunger]]: -210<br>
[[Unhappy]]: -30
[[Unhappy]]: -30
== Code ==
== Code ==
  <nowiki> item ComplexSoup
  <nowiki> item ComplexSoup

Revision as of 01:07, 2 April 2012




Effects

Moodles: -25
Hungry: -210
Unhappy: -30




Code

 item ComplexSoup
{
	Type = Food,
	DisplayName = Complicated Soup,
	Icon = PotFull,
	Weight = 8,
	IsCookable = true,
	MinutesToCook = 130,
	MinutesToBurn = 190,
	HungerChange = -210,
	BoredomChange = -25,
	UnhappyChange = -30,
	ReplaceOnUse = Pot
}

Template:Navbox/Consumables