Lit Candle: Difference between revisions

From PZwiki
Lit Candle
mNo edit summary
Line 10: Line 10:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|32}}
{{RecipeLookup|4004}}
|}
|}
== Code ==
== Code ==
  <nowiki>item CandleLit
  <nowiki>item CandleLit

Revision as of 22:37, 16 November 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,
}