Hearty Soup: Difference between revisions

From PZwiki
Hearty Soup
(Created page with "{{languages}} {{Consumables |image = potfull.png |hunger = -160 |weight = 7.5 }} == Effects == Moodles: -20<br> Hungry: -160<br> Unhappy: -25 == Code == <nowiki>item...")
 
No edit summary
Line 27: Line 27:
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Cookable Food]]
[[Category:Non-Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 17:47, 29 March 2012


Effects

Moodles: -20
Hungry: -160
Unhappy: -25

Code

item HeartySoup
{
	Type = Food,
	DisplayName = Hearty Soup,
	Icon = PotFull,
	Weight = 7.5,
	IsCookable = true,
	MinutesToCook = 110,
	MinutesToBurn = 160,
	HungerChange = -168,
	BoredomChange = -20,
	UnhappyChange = -25,
	ReplaceOnUse = Pot
}

Template:Navbox/Consumables