![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Candle
Jump to navigation
Jump to search
![]() |
English • français • русский |
Candle | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category | Item | ||
Weight | 0.2 | ||
Function | Light source | ||
Technical details | |||
Base ID |
Base.Candle Base.CandleLit |
A lit candle is a drainable illumination item.
Usage
The candle itself does not do anything. However, if the candle is lit, it will become a light source for the player.
When equipped, a lit candle 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
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Lit Candle |
0 XP | none | ![]() Candle (consumed) |
Distribution
Candles can be found in wardrobes, counters and gift stores.
Code
From items.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 40.43 |
item Candle Weight = 0.2, Type = Normal, DisplayName = Candle, Icon = Candle,
Retrieved | |
---|---|
Version 40.43 |
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