Lighter

From PZwiki
Revision as of 17:59, 9 May 2018 by Vaileasys (talk | contribs) (fixed container links)


Template:Tools The lighter is a drainable item with various uses. It can be used to light unlit candles, molotov cocktails, campfires, antique ovens, burn corpses, or as a light source. In order to use a molotov, the lighter must be equipped in the secondary slot of the inventory. Corpses can be burnt if the lighter is in the primary slot and a gas can is in the secondary slot. The lighter can be found in many kitchen counters and on zombies.

The light provided by the lighter is inferior to the flashlight, however it will provide a ring of light around the player. If a flashlight isn't in the player's inventory, pressing the 'F' key (default) will equip the lighter and turn it on. Once equipped, pressing 'F' will turn it on or off, being a handy way to save fuel, rather than having it on all the time.


Crafting

Name Recipe Description Level













Code

From items.txt (Project Zomboid directory/media/scripts/)

	item Lighter
		LightDistance		= 2,
		Weight			= 0.1,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		TorchCone		= FALSE,
		LightStrength		= 0.4,
		DisplayName		= Lighter,
		ActivatedItem		= TRUE,
		Icon			= Lighter,
		MetalValue 		= 1,
		cantBeConsolided 	= TRUE,


History

Alpha
RC 2.9 Added to the game
2.9.9.17
Build 23
All light sources are a bit stronger
Build 28 Burn zombie corpses ! It'll need some petrol and a lighter/matches.
Build 35 Bug Fix: lighter can't be consolidated


See Also

Template:Navbox/Tools