Lighter: Difference between revisions

From PZwiki
mNo edit summary
(Undo revision 13282 by Zombieslayer123 (talk))
Line 22: Line 22:
  <nowiki>item Lighter
  <nowiki>item Lighter
{
{
LightDistance = 2,
Type = Drainable,
Weight = 0.1,
DisplayName = Lighter,
Type = Drainable,
Icon = Lighter,
UseWhileEquipped = FALSE,
    LightDistance  =     2,
TorchCone = FALSE,
    TorchCone   =    false,
LightStrength = 0.4,
    ActivatedItem  =     true,
DisplayName = Lighter,
    LightStrength   =     0.4,
ActivatedItem = TRUE,
Weight = 0.1,
Icon = Lighter,
UseWhileEquipped = false,


}</nowiki>
}</nowiki>

Revision as of 17:25, 31 July 2013


Template:Items The lighter' is a handy tool which can be used to generate light or to light cigarettes, 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