Lit Candle

From PZwiki
Revision as of 15:28, 3 May 2018 by Vaileasys (talk | contribs) (Vaileasys moved page Candle to Lit Candle: The determiner "A" isn't necessary.)

Lit Candle


GameplayItemsIlluminationLit 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