Instant Popcorn/fr: Difference between revisions

From PZwiki
< Instant PopcornInstant Popcorn/fr
m (name in infobox)
m (Automatically add empty line after navbox)
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Popcorn instantané}}
{{DISPLAYTITLE:Popcorn instantané}}
{{languages}}
{{Infobox item
{{Infobox food
|name=Popcorn instantané
|display_name=Popcorn instantané
|model=Popcorn.png
|name_colour=Food
|icon=Popcorn.png
|name_text_colour=Food
|icon_name=Popcorn instantané
|image=Popcorn.png
|icon2=PopcornCooked.png
|alternate_image=Popcorn.png
|icon_name2=Popcorn instantané (Cooked)
|alternate_name=Popcorn instantané
 
|alternate_link=
|alternate_image2=PopcornCooked.png
|alternate_name2=Popcorn instantané (Cooked)
|alternate_link2=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 27: Line 23:
|burn_minutes=5
|burn_minutes=5
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Popcorn
|item_id=Base.Popcorn
}}
}}


Line 55: Line 51:
}
}
</pre>
</pre>
{{Navbox/Consumables/fr}}
{{Navbox food}}
 
[[Category:Food/fr]]
[[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
	}