Lit Candle: Difference between revisions

From PZwiki
Lit Candle
No edit summary
(Redirect to Candle. Merged Lit Candle into Candle.)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{languages}}
#REDIRECT [[Candle]]
{{Items
|image = CandleLit.png
|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|4004}}
|}


== Code ==
''blank''
<nowiki>item CandleLit
{
LightDistance = 3,
Weight = 0.2,
Type = Drainable,
TorchCone = FALSE,
UseDelta = 0.003,
LightStrength = 0.6,
DisplayName = Lit Candle,
ActivatedItem = TRUE,
Icon = CandleLit,
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Illumination]]

Latest revision as of 06:34, 7 July 2019

Redirect to:

blank