Lit Candle: Difference between revisions

From PZwiki
Lit Candle
(addition of no illumination detail, notice of short and improve)
No edit summary
Line 7: Line 7:
|weight = 1
|weight = 1
}}Currently, a lit candle does not provide light for the player.
}}Currently, a lit candle does not provide light for the player.
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|32}}
|}
== Code ==
== Code ==
  <nowiki>item CandleLit
  <nowiki>item CandleLit

Revision as of 15:56, 29 March 2012

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


Template:ItemsCurrently, a lit candle does not provide light for the player.

Crafting

Name Recipe Description












Code

item CandleLit
{
	Type				=			Drainable,
	DisplayName			=			A Lit Candle,
	Icon				=			CandleLit,
	Weight				=			1,
	UseDelta			=			0.01,
}