Bowl of Soup/fr

From PZwiki
< Bowl of Soup
Revision as of 23:19, 29 March 2014 by Tickleman (talk | contribs)

Bowl of Soup/fr


Template:Items/fr

Un bol de soupe classique.

Cette appellation correspond à deux recettes possibles dans le jeu, plus ou moins nutritives suivant les ingrédients utilisés pour sa confection.

Recettes

Nom Ingrédients Description

Template:RecipeLookup/fr

Code

	item SimpleBowl
	{
		BoredomChange		= -3,
		CustomContextMenu	= Drink,
		DaysFresh		= 1,
		DaysTotallyRotten	= 3,
		DisplayName		= Simple Bowl of Soup,
		HungerChange		= -14,
		Icon			= BowlFull,
		IsCookable		= TRUE,
		MinutesToBurn		= 30,
		MinutesToCook		= 24,
		ReplaceOnUse		= Bowl,
		Type			= Food,
		UnhappyChange		= -4,
		Weight			= 1
	}
	item SoupBowl
	{
		BoredomChange		= -10,
		CustomContextMenu	= Drink,
		DaysFresh		= 1,
		DaysTotallyRotten	= 3,
		DisplayName		= Bowl of Soup,
		HungerChange		= -15,
		Icon			= BowlFull,
		IsCookable		= TRUE,
		MinutesToBurn		= 25,
		MinutesToCook		= 15,
		ReplaceOnUse		= Bowl,
		Type			= Food,
		UnhappyChange		= -20,
		Weight			= 1
	}

Template:Navbox/Food/fr