Lit Candle: Difference between revisions

From PZwiki
Lit Candle
No edit summary
Line 3: Line 3:
|image = CandleLit.png  
|image = CandleLit.png  
|weight = 0.2
|weight = 0.2
}}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.
}}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 ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  

Revision as of 20:14, 25 January 2015

Template:ItemsAs 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

Name Recipe Description












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,
}