Lit Candle

From PZwiki
Revision as of 07:02, 24 July 2018 by Vaileasys (talk | contribs) (move notice)

Lit Candle


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