Instant Popcorn/fr: Difference between revisions

From PZwiki
< Instant PopcornInstant Popcorn/fr
(Added New French Navbox.)
m (Automatically add empty line after navbox)
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{languages|Instant Popcorn}}
{{DISPLAYTITLE:Popcorn instantané}}
{{Infobox item
|name=Popcorn instantané
|model=Popcorn.png
|icon=Popcorn.png
|icon_name=Popcorn instantané
|icon2=PopcornCooked.png
|icon_name2=Popcorn instantané (Cooked)


{{Items/fr
<!--GENERAL-->
|image = Instant Popcorn.png
|category=Food
|weight = 0.3
|weight=0.3
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-10
|thirst_change=+10
|calories=120
|lipids=2.69
|proteins=3.57
|carbohydrates=20.41
<!--COOKING-->
|cook_minutes=5
|burn_minutes=5
<!--TECHNICAL DETAILS-->
|item_id=Base.Popcorn
}}
}}


Line 31: Line 51:
}
}
</pre>
</pre>
{{Navbox/Consumables/fr}}
{{Navbox food}}
[[Category:Nourriture]]
 
[[Category:Food/fr]]

Revision as of 06:52, 18 March 2024

Popcorn instantané
Popcorn.png
Popcorn instantané (Cooked)
Général
Catégorie
Food
Poids
Moodle Icon HeavyLoad.png
0.3
Properties
Emballée
Yes
Nutrition
FaimMoodle Icon Hungry.png
-10
SoifMoodle Icon Thirsty.png
+10
CaloriesCalories
120
GlucidesGlucides
20.41
ProtéinesProtéines
3.57
GraissesGraisses
2.69
Cuisson
Temps jusqu’à cuisson
5 minutes
Temps jusqu’à brûlure
5 minutes
Détails techniques
Objet ID
Base.Popcorn

C'est de la nourriture que vous trouverez dans les cuisines. Cet aliment réduit la faim, mais augmente votre soif.

Le popcorn se cuisine en 5 minutes, et brûlera si vous le laissez plus de 10 minutes dans une source de chaleur.

Effets

Code

	item Popcorn
	{
		DisplayName	= Instant Popcorn,
		HungerChange	= -10,
		Icon		= Popcorn,
		IsCookable	= TRUE,
		MinutesToBurn	= 10,
		MinutesToCook	= 5,
		ThirstChange	= 10,
		Type		= Food,
		Weight		= 0.3
	}