Lit Candle: Difference between revisions

From PZwiki
Lit Candle
No edit summary
(Brought up to date and officially into the navigational network.)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
{{languages|A Lit Candle}}
{{languages|A Lit Candle}}
 
{{header|Gameplay|Items|Illumination|version=Version 39|incver=53}}
{{Items
{{Items
|image = CandleLit.png
|image = CandleLit_120px.png
|weight = 0.2
|weight = 0.2
}}
}}
A '''lit candle''' is a drainable illumination item. When equipped, it projects a ring of light around the player stronger than that of a [[Lighter]], but weaker than a [[Flashlight]]. It has a limited usable time, which once drained, will be destroyed.
The lit candle can be put out, extinguishing the light source and reverting it to a [[candle]], where it must be relit.


==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==
==Crafting==
Line 13: Line 15:
{{RecipeLookup|4004}}
{{RecipeLookup|4004}}
{{Crafting table footer}}
{{Crafting table footer}}


==Code==
==Code==
  <nowiki>item CandleLit
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{
  <nowiki>
LightDistance = 3,
item CandleLit
Weight = 0.2,
LightDistance = 3,
Type = Drainable,
Weight = 0.2,
TorchCone = FALSE,
Type = Drainable,
UseDelta = 0.003,
TorchCone = FALSE,
LightStrength = 0.6,
UseDelta = 0.003,
DisplayName = Lit Candle,
LightStrength = 0.6,
ActivatedItem = TRUE,
DisplayName = Lit Candle,
Icon = CandleLit,
ActivatedItem = TRUE,
}</nowiki>
Icon = CandleLit,
cantBeConsolided = TRUE,
</nowiki>
 


==Other==
==See Also==
*[[Candle]]
*[[Candle]]
*[[Lighter]]
*[[Matches]]




{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Version 0.2.0p]]
[[Category:Illumination]]

Revision as of 15:23, 3 May 2018


GameplayItemsIlluminationLit Candle

Template:Items A lit candle is a drainable illumination item. When equipped, it projects a ring of light around the player stronger than that of a Lighter, but weaker than a Flashlight. It has a limited usable time, which once drained, will be destroyed.

The lit candle can be put out, extinguishing the light source and reverting it to a candle, where it must be relit.


Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer


Code

From items.txt (Project Zomboid directory/media/scripts/)

	item CandleLit
		LightDistance		= 3,
		Weight			= 0.2,
		Type			= Drainable,
		TorchCone		= FALSE,
		UseDelta		= 0.003,
		LightStrength		= 0.6,
		DisplayName		= Lit Candle,
		ActivatedItem		= TRUE,
		Icon			= CandleLit,
		cantBeConsolided 	= TRUE,


See Also


Template:Navbox/Tools