Complex Bowl of Soup: Difference between revisions

From PZwiki
Complex Bowl of Soup
(Created page with "{{languages}} {{Consumables |image = BowlFull.png |hunger = -53 |weight = 3 }} == Effects == Moodles: -7<br> Hungry: -53<br> Unhappy: -8 == Code == <nowiki>item Comp...")
 
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = BowlFull.png
|image = Full_Soup_bowl.png
|hunger = -53
|hunger = -53
|weight = 3
|weight = 3

Revision as of 16:04, 29 March 2012


Effects

Moodles: -7
Hungry: -53
Unhappy: -8

Code

item ComplexBowl4
{
	Type = Food,
	DisplayName = Complex Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 33,
	MinutesToBurn = 48,
	Count = 4,	
	HungerChange = -53,
	ReplaceOnUse = Bowl,
	BoredomChange = -7,
	UnhappyChange = -8,
	DaysFresh = 1,
	DaysTotallyRotten = 3,
}

Template:Navbox/Consumables