Bowl of Soup

From PZwiki
Revision as of 20:29, 28 March 2012 by Auchtor (talk | contribs) (Created page with "{{languages}} {{Consumables |image = BowlFull.png |hunger = -15 |weight = 3 }} == Effects == Moodles: -10<br> Hungry: -15<br> Unhappy: -20 == Code == <nowiki>item So...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Effects

Moodles: -10
Hungry: -15
Unhappy: -20

Code

item SoupBowl4
{
	Type				=			Food,
	DisplayName			=			Bowl of Soup,
	Icon				=			BowlFull,
	Weight				=			3,
	IsCookable			= 			true,
	MinutesToCook   	= 			15,
	MinutesToBurn   	= 			25,
	Count				=			4,
	HungerChange 		=			-15,
	ReplaceOnUse		=			Bowl,
	BoredomChange 		=			-10,
	UnhappyChange 		=			-20,
	DaysFresh 			=			1,
	DaysTotallyRotten 	=	 		3,
}

Template:Navbox/Consumables