Lighter

From PZwiki
Revision as of 10:33, 28 November 2013 by Ben (talk | contribs)


Template:Items 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 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
{
	Type				=			Drainable,
		DisplayName			=			Lighter,
		Icon				=			Lighter,
    LightDistance   =     2,
    TorchCone   =     false,
    ActivatedItem   =     true,
    LightStrength   =     0.4,
		Weight				=			0.1,
		UseWhileEquipped 	= 			false,

}

History

Alpha
RC 2.9 Add History here.

See Also

Template:Navbox/Tools