Lighter: Difference between revisions

From PZwiki
m (fixed container links)
m (grammar)
Line 8: Line 8:
| weight = 0.1
| weight = 0.1
}}
}}
The '''lighter''' is a ''drainable'' item with various uses. It can be used to light [[Candle|unlit candles]], [[Molotov cocktail|molotov cocktails]], [[Heat Source#Campfire|campfires]], [[Heat Source#Antique Oven|antique ovens]], burn [[Corpse|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|gas can]] is in the secondary slot. The lighter can be found in many kitchen [[Containers#Counters|counters]] and on [[Containers#Corpses|zombies]].
A '''lighter''' is a ''drainable'' item with various uses. It can be used to light [[Candle|unlit candles]], [[Molotov cocktail|molotov cocktails]], [[Heat Source#Campfire|campfires]], or [[Heat Source#Antique Oven|antique ovens]], burn [[Corpse|corpses]], or as a light source. In order to use a molotov, a lighter must be equipped in the secondary slot of the inventory. Corpses can be burnt if a lighter is in the primary slot and a [[Gas Can|gas can]] is in the secondary slot. Lighters can be found in many kitchen [[Containers#Counters|counters]] and on [[Containers#Corpses|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.
The light provided by a lighter is inferior to a [[flashlight]], but 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.





Revision as of 01:04, 6 July 2018


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

The light provided by a lighter is inferior to a flashlight, but 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