Lit Candle: Difference between revisions

From PZwiki
Lit Candle
(Created page with "{{languages}} {{Items |image = CandleLit.png |weight = 1 }} == Code == <nowiki>item CandleLit { Type = Drainable, DisplayName = A Lit Candle, Icon = CandleLit...")
 
(addition of no illumination detail, notice of short and improve)
Line 1: Line 1:
{{Notice|Improve}}
{{Notice|Short}}
{{languages}}
{{languages}}
{{Items  
{{Items  
|image = CandleLit.png  
|image = CandleLit.png  
|weight = 1
|weight = 1
}}
}}Currently, a lit candle does not provide light for the player.
== Code ==
== Code ==
  <nowiki>item CandleLit
  <nowiki>item CandleLit

Revision as of 00:42, 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.

Code

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