Lit Candle: Difference between revisions

From PZwiki
Lit Candle
m (Fixed Weight)
mNo edit summary
Line 15: Line 15:
  <nowiki>item CandleLit
  <nowiki>item CandleLit
{
{
Type = Drainable,
LightDistance = 3,
DisplayName = Lit Candle,
Weight = 0.2,
Icon = CandleLit,
Type = Drainable,
ActivatedItem  =     true,
TorchCone = FALSE,
LightDistance  =     2.5,
UseDelta = 0.003,
TorchCone  =    false,
LightStrength = 0.6,
LightStrength   =     0.6,
DisplayName = Lit Candle,
Weight = 0.2,
ActivatedItem = TRUE,
UseDelta = 0.003,
Icon = CandleLit,
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Illumination]]
[[Category:Illumination]]

Revision as of 11:12, 31 July 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
{
	LightDistance	=	3,
		Weight	=	0.2,
		Type	=	Drainable,
		TorchCone	=	FALSE,
		UseDelta	=	0.003,
		LightStrength	=	0.6,
		DisplayName	=	Lit Candle,
		ActivatedItem	=	TRUE,
		Icon	=	CandleLit,
}