Lighter: Difference between revisions

From PZwiki
No edit summary
(Added boilerplate updated info. Expanded on current descriptions.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Lighter}}
{{languages|Lighter}}
 
{{header|The Game World|Items|Illumination|version=Version 39|incver=52}}
{{Items
{{Tools
| image = Lighter.png  
| image = Lighter_120px.png
| primaryuse = Start Fires
| otheruses = Light Source
| 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#Counter|counters]] and on [[Containers#Zombies|zombies]].


==Description==
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 '''lighter''' is a handy tool which can be used to generate light, light up unlit candles, to light a [[Molotov cocktail]] or to burn zombie corpses. To light a molotov, the lighter has to be in the secondary slot of the inventory. To burn a zombie corpse, you need a lighter in the primary slot and a [[Gas Can]] in the secondary slot. The lighter can be found in many [[Containers|kitchen drawers]] and on zombies.


The light provided by the lighter is far inferior to the flashlight but will let you see a short distance around you if you lack light.


==Crafting==
==Crafting==
Line 18: Line 19:
! class="unsortable" | Recipe
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
! Level
{{RecipeLookup|4004}}
{{RecipeLookup|4004}}
|}
|}


==Code==
==Code==
  <nowiki>item Lighter
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{
  <nowiki>
LightDistance = 2,
item Lighter
Weight = 0.1,
LightDistance = 2,
Type = Drainable,
Weight = 0.1,
UseWhileEquipped = FALSE,
Type = Drainable,
TorchCone = FALSE,
UseWhileEquipped = FALSE,
LightStrength = 0.4,
TorchCone = FALSE,
DisplayName = Lighter,
LightStrength = 0.4,
ActivatedItem = TRUE,
DisplayName = Lighter,
Icon = Lighter,
ActivatedItem = TRUE,
}</nowiki>
Icon = Lighter,
MetalValue = 1,
cantBeConsolided = TRUE,
</nowiki>
 


==History==
==History==
{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
! Alpha || 
! colspan="2" | Alpha  
|-
|-
| RC 2.9 || Add History here.  
| RC 2.9 || Added to the game
|-
| 2.9.9.17<br>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==
==See Also==
* [[Battery]]
*[[Matches]]
*[[Flashlight]]
*[[Heat Source]]
*[[Fire]]


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Items]]
[[Category:Version 0.2.0p]]
[[Category:Illumination]]

Revision as of 14:21, 2 May 2018


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