Lampe de poche

From PZwiki
< Flashlight(Redirected from Lampe de poche)
Flashlight/fr
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Flashlight
FlashLight Model.png
Général
Poids
Moodle Icon HeavyLoad.png
1
Fonction
Light source
Properties
Contenu
Capacité
1,111
Light distance
25 tiles
Light strength
2
Torch cone
True
Détails techniques
Objet ID
Base.Torch

Une lampe électrique est utilisée pour fournir de la lumière au joueur quand il fait sombre. La lumière attirera les zombies dans un large rayon autour du joueur.

Nécessite une pile pour fonctionner.

Recettes

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Flashlight.png
Flashlight
0 XP none Flashlight.png
Flashlight
(consumed)
Battery.png
Battery
(consumed)
Battery.png
Battery
0 XP none
(keep)

Carpentry

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
LamponPillar Carpentry.png
Lamp on Pillar
1.25 Carpentry Carpentry 4 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x2
(consumed)
Nails.png
Nails x4
(consumed)
Rope.png
Rope x1
(consumed)
Flashlight.png
Flashlight x1
(consumed)

Code

	item Torch
	{
		ActivatedItem	= TRUE,
		DisappearOnUse	= FALSE,
		DisplayName	= Flashlight,
		Icon		= Flashlight,
		LightDistance	= 16,
		LightStrength	= 0.8,
		TorchCone	= TRUE,
		Type		= Drainable,
		UseDelta	= 0.0009,
		Weight		= 2
	}