Lit Candle: Difference between revisions

From PZwiki
Lit Candle
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages|A Lit Candle}}
{{Items  
 
|image = CandleLit.png  
{{Items
|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]].
}}
== Crafting ==
 
{| class="wikitable sortable" style="text-align:center;"
==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]].
! Name
 
! class="unsortable" | Recipe
==Crafting==
! class="unsortable" | Description
{{Crafting table header}}
{{RecipeLookup|4004}}
{{RecipeLookup|4004}}
|}
{{Crafting table footer}}


== Code ==
==Code==
  <nowiki>item CandleLit
  <nowiki>item CandleLit
{
{
Line 26: Line 27:
Icon = CandleLit,
Icon = CandleLit,
}</nowiki>
}</nowiki>
==Other==
*[[Candle]]
{{Navbox/Tools}}
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Illumination]]
[[Category:Illumination]]

Revision as of 23:30, 23 March 2016


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