Flashlight

From PZwiki
Revision as of 07:28, 3 August 2018 by Vaileasys (talk | contribs) (added new header and infobox)
Flashlight
Flashlight
General
Category Item
Encumbrance
Heavy Load
2
Function Light source
Capacity 1,111 units
Contents Electricity
Light distance 20 tiles
Light strength 0.8
Torch cone True
Technical details
item ID Base.Torch

A flashlight is a drainable item providing a source of light.

Usage

A flashlight is used to provide light for the player when it is dark. It is the strongest equippable light source in the game, however the light emitted from the flashlight will attract zombies.

Requires batteries. Once a battery is in, it can be fitted and un-fitted. However, as the flashlight is used, the battery will eventually die out. A new battery can be put into the flashlight once a battery is dead. When low on battery, the flashlight will occasionally flicker.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.5

	item Torch
		LightDistance		= 20,
		Weight			= 2,
		DisappearOnUse		= FALSE,
		Type			= Drainable,
		TorchCone		= TRUE,
		UseDelta		= 0.0009,
		LightStrength		= 0.8,
		DisplayName		= Flashlight,
		ActivatedItem		= TRUE,
		Icon			= Flashlight,
		MetalValue 		= 10,
		cantBeConsolided 	= TRUE,

See also

Template:Navbox/Tools