Carrots/fr: Difference between revisions

From PZwiki
< CarrotsCarrots/fr
(Created page with "{{languages|Carrots}} {{Consumables/fr |image = Carrots.png |hunger = -40 |weight = 0.2 }} Les carottes sont des produits comestibles que l'on trouve dans les maisons, gé...")
 
No edit summary
Line 3: Line 3:
{{Consumables/fr
{{Consumables/fr
|image = Carrots.png  
|image = Carrots.png  
|hunger = -40
|hunger = -15
|weight = 0.2
|weight = 0.2
}}
}}
Line 11: Line 11:
== Effets ==
== Effets ==


[[Faim]] : -40
[[Faim]] : -15


{{Navbox/Consumables/fr}}
== Code ==
[[Category:Consommables]]
 
<pre>
item Carrots
{
DaysFresh = 6,
DaysTotallyRotten = 8,
DisplayName = Carrots,
HungerChange = -15,
Icon = Carrots,
PTBR = Cenouras,
Type = Food,
Weight = 0.2
}
</pre>
 
{{Navbox/Food/fr}}
[[Category:Nourriture]]

Revision as of 10:15, 30 March 2014


Template:Consumables/fr

Les carottes sont des produits comestibles que l'on trouve dans les maisons, généralement dans un réfrigérateur.

Effets

Moodles : -15

Code

	item Carrots
	{
		DaysFresh		= 6,
		DaysTotallyRotten	= 8,
		DisplayName		= Carrots,
		HungerChange		= -15,
		Icon			= Carrots,
		PTBR			= Cenouras,
		Type			= Food,
		Weight			= 0.2
	}

Template:Navbox/Food/fr