Hearty Bowl of Soup: Difference between revisions

From PZwiki
Hearty Bowl of Soup
(Created page with "{{languages}} {{Consumables |image = BowlFull.png |hunger = -43 |weight = 3 }} == Effects == Moodles: -5<br> Hungry: -43<br> Unhappy: -7 == Code == <nowiki>item Hear...")
 
No edit summary
Line 30: Line 30:
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Cookable Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 17:47, 29 March 2012


Effects

Moodles: -5
Hungry: -43
Unhappy: -7

Code

item HeartyBowl4
{
	Type = Food,
	DisplayName = Hearty Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 28,
	MinutesToBurn = 40,
	Count = 4,
	HungerChange = -43,
	ReplaceOnUse = Bowl,
	BoredomChange = -5,
	UnhappyChange = -7,
	DaysFresh = 1,
	DaysTotallyRotten = 3,
}

Template:Navbox/Consumables