Lighter: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 5: Line 5:
|weight = 0.1
|weight = 0.1
}}  
}}  
The ''lighter''' is a handy tool which can be used to generate light, light up unlit candles, or to light a [[Molotov cocktail]]. To light a molotov, the lighter has to be in the secondary slot of the inventory. The lighter is found in many kitchen drawers and in some NPCs and zombies.
The '''lighter''' is a handy tool which can be used to generate light, light up unlit candles, to light a [[Molotov cocktail]] or to burn zombie corpses. To light a molotov, the lighter has to be in the secondary slot of the inventory. The lighter can be found in many [[Containers|kitchen drawers]] and on zombies.


The light provided by the lighter is far inferior to the flashlight but will let you see a short distance around you if you lack light.
The light provided by the lighter is far inferior to the flashlight but will let you see a short distance around you if you lack light.
Line 21: Line 21:
== Code ==
== Code ==
  <nowiki>item Lighter
  <nowiki>item Lighter
{
{
Type = Drainable,
LightDistance = 2,
DisplayName = Lighter,
Weight = 0.1,
Icon = Lighter,
Type = Drainable,
    LightDistance  =     2,
UseWhileEquipped = FALSE,
    TorchCone   =     false,
TorchCone = FALSE,
    ActivatedItem  =    true,
LightStrength = 0.4,
    LightStrength   =     0.4,
DisplayName = Lighter,
Weight = 0.1,
ActivatedItem = TRUE,
UseWhileEquipped = false,
Icon = Lighter,
 
}</nowiki>
}</nowiki>
== History ==
== History ==
{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"

Revision as of 13:09, 16 October 2014


Template:Items The lighter is a handy tool which can be used to generate light, light up unlit candles, to light a Molotov Cocktail or to burn zombie corpses. To light a molotov, the lighter has to be in the secondary slot of the inventory. The lighter can be found in many kitchen drawers and on zombies.

The light provided by the lighter is far inferior to the flashlight but will let you see a short distance around you if you lack light.

Crafting

Name Recipe Description












Code

item Lighter
	{
		LightDistance	=	2,
		Weight	=	0.1,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		TorchCone	=	FALSE,
		LightStrength	=	0.4,
		DisplayName	=	Lighter,
		ActivatedItem	=	TRUE,
		Icon	=	Lighter,
	}

History

Alpha
RC 2.9 Add History here.

See Also

Template:Navbox/Tools