Bowl of Soup: Difference between revisions

From PZwiki
(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...")
 
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = BowlFull.png
|image = Full_Soup_bowl.png
|hunger = -15
|hunger = -15
|weight = 3
|weight = 3

Revision as of 16:03, 29 March 2012


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