Lit Candle: Difference between revisions

From PZwiki
Lit Candle
m (Fixed Weight)
(Redirect to Candle. Merged Lit Candle into Candle.)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages}}
#REDIRECT [[Candle]]
{{Items
 
|image = CandleLit.png
''blank''
|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;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|32}}
|}
== Code ==
<nowiki>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,
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Illumination]]

Latest revision as of 06:34, 7 July 2019

Redirect to:

blank