Flashlight: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 22: Line 22:
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[category:Illumination]]
[[category:Illumination]]
[[Category:Items]]

Revision as of 07:20, 6 August 2012


Template:Items A flashlight is used to provide light for the player when it is dark. The light will attract zombies in a large radius around the player.

Requires batteries.


Code

item Torch
{
	Type				=			Drainable,
	DisplayName			=			Flashlight,
	Icon				=			Flashlight,
	Weight				=			5,
	DisappearOnUse 		=			false,
	UseDelta			=			0.0009,
}