Lit Candle

From PZwiki
Revision as of 23:30, 23 March 2016 by AshtoneGrey (talk | contribs)

Lit Candle


Template:Items

Description

As of 0.2.0r RC2.9, the lit candle provides light once equipped in the secondary slot. The light is slightly stronger than that of a Lighter but weaker than that of a Flashlight.

Crafting

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

Code

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

Other


Template:Navbox/Tools