Hearty Bowl of Soup/fr: Difference between revisions

From PZwiki
< SoupHearty Bowl of Soup/fr
(Created page with "{{languages|Hearty Bowl of Soup}} {{Items/fr |image = Hearty Bowl of Soup.png |weight = 1 }} Un bol de soupe plus nourrissant que le bol standard. == Code...")
 
mNo edit summary
Line 30: Line 30:
</pre>
</pre>


{{Navbox/Foods/fr}}
{{Navbox/Food/fr}}
[[Category:Nourriture]]
[[Category:Nourriture]]

Revision as of 23:19, 29 March 2014


Template:Items/fr

Un bol de soupe plus nourrissant que le bol standard.

Code

	item HeartyBowl
	{
		BoredomChange		= -5,
		CustomContextMenu	= Drink,
		DaysFresh		= 1,
		DaysTotallyRotten	= 3,
		DisplayName		= Hearty Bowl of Soup,
		HungerChange		= -26,
		Icon			= BowlFull,
		IsCookable		= TRUE,
		MinutesToBurn		= 40,
		MinutesToCook		= 28,
		ReplaceOnUse		= Bowl,
		Type			= Food,
		UnhappyChange		= -7,
		Weight			= 1
	}

Template:Navbox/Food/fr