Lit Candle: Difference between revisions

From PZwiki
Lit Candle
m (Vaileasys moved page Candle to Lit Candle: The determiner "A" isn't necessary.)
m (move notice)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|A Lit Candle}}
{{languages|A Lit Candle}}
{{header|Gameplay|Items|Illumination|version=Version 39|incver=53}}
{{header|Gameplay|Items|Illumination|version=Version 39|incver=53}}{{move|Candle}}
{{Items
{{Items
|image = CandleLit_120px.png
|image = CandleLit_120px.png

Revision as of 07:02, 24 July 2018


GameplayItemsIlluminationLit Candle
Furniture Pickup.png
It has been suggested that this article be moved to Candle.

Template:Items A lit candle is a drainable illumination item. When equipped, it projects a ring of light around the player stronger than that of a Lighter, but weaker than a Flashlight. It has a limited usable time, which once drained, will be destroyed.

The lit candle can be put out, extinguishing the light source and reverting it to a candle, where it must be relit.


Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer


Code

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

	item CandleLit
		LightDistance		= 3,
		Weight			= 0.2,
		Type			= Drainable,
		TorchCone		= FALSE,
		UseDelta		= 0.003,
		LightStrength		= 0.6,
		DisplayName		= Lit Candle,
		ActivatedItem		= TRUE,
		Icon			= CandleLit,
		cantBeConsolided 	= TRUE,


See Also


Template:Navbox/Tools