Lit Candle: Difference between revisions

From PZwiki
Lit Candle
m (Not much we can say. It's not working yet.)
No edit summary
Line 3: Line 3:
|image = CandleLit.png  
|image = CandleLit.png  
|weight = 1
|weight = 1
}}Currently, a lit candle does not provide light for the player.
}}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;"  
Line 16: Line 16:
{
{
Type = Drainable,
Type = Drainable,
DisplayName = A Lit Candle,
DisplayName = Lit Candle,
Icon = CandleLit,
Icon = CandleLit,
Weight = 1,
ActivatedItem  =    true,
UseDelta = 0.01,
LightDistance  =    2.5,
TorchCone  =    false,
LightStrength  =    0.6,
Weight = 0.2,
UseDelta = 0.003,
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Illumination]]
[[Category:Illumination]]

Revision as of 14:08, 4 May 2013

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
{
	Type				=			Drainable,
		DisplayName			=			Lit Candle,
		Icon				=			CandleLit,
		ActivatedItem   	=     		true,
		LightDistance   	=     		2.5,
		TorchCone  			=     		false,
		LightStrength   	=     		0.6,
		Weight				=			0.2,
		UseDelta			=			0.003,
}