Flashlight: Difference between revisions

From PZwiki
(added new header and infobox)
(added model to infobox)
Line 1: Line 1:
{{languages|Flashlight}}
{{languages}}
{{header|The Game World|Items|Tools|Illumination|type=Electric|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|Tools|Illumination|type=Electric|version=Version 39|incver=67.5}}{{Infobox drainable
|display_name=Flashlight
|display_name=Flashlight
|name_colour = Electric
|name_colour = Electric
|name_text_colour = Electric
|name_text_colour = Electric
|image=Flashlight.png
|image=FlashLight_Model.png
| image_width = 300px
| alternate_image = Flashlight.png
| alternate_name = Flashlight
| alternate_link =
|weight=2
|weight=2
|primary_use=Light source
|primary_use=Light source

Revision as of 05:41, 13 January 2020

Template:Infobox drainableA 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