Lighter: Difference between revisions

From PZwiki
(Automated update of distribution header)
(→‎Distribution: Manual update)
Line 110: Line 110:
| 4  
| 4  
| 4
| 4
|}
===Buildings===
{| class="wikitable theme-red" style="text-align:center;"
|-
!Building/Room
!Container
!Rolls
!Chance
|-
|rowspan=7|All
|[[Containers#Bedroom Storage|Wardrobe]]
|4
|2
|-
<!--|All-->
|[[Containers#Crates|Crate]]
|1
|4
|-
<!--|All-->
|[[Containers#Bedroom Storage|Side Table]]
|1
|2
|-
<!--|All-->
|[[Containers#Bins|Bin]]
|1
|2
|-
<!--|All-->
|[[Containers#Desks|Office Drawers]]
|1
|3
|-
<!--|All-->
|[[Containers|Other]]
|1
|3
|-
<!--|All-->
|[[Garbage Bag]]
|1
|1
|-
|rowspan=3|Bar
|[[Containers#Shelves|Shelves]]
|4
|3
|-
<!--|Bar-->
|[[Containers#Counters|Counter]]
|2
|3
|-
<!--|Bar-->
|[[Containers#Bins|Bin]]
|1
|2
|-
|Convenience Store
|[[Containers#Shelves|Shelves]]
|4
|2 (x3)
|-
|rowspan=2|Corner Store
|[[Containers#Counters|Counter]]
|2
|2 (x2)
|-
<!--|Corner Store-->
|[[Containers#Counters|Counter]]
|2
|2 (x2)
|-
|rowspan=3|Fossoil
|[[Containers#Counters|Counter]]
|4
|2 (x2)
|-
<!--|Fossoil-->
|[[Containers#Shelves|Shelves]]
|4
|2 (x2)
|-
<!--|Fossoil-->
|[[Containers#Crates|Crate]]
|4
|2 (x2)
|-
|Grocery Storage
|[[Containers#Bins|Bin]]
|1
|2
|-
|rowspan=2|Grocery
|[[Containers#Counters|Counter]]
|4
|2 (x2)
|-
<!--|Grocery-->
|[[Containers#Crates|Crate]]
|4
|2 (x2)
|-
|Garage Storage
|[[Containers|All]]
|2
|3 (+2)
|-
|rowspan=2|Gas Store
|[[Containers#Shelves|Shelves]]
|5
|2
|-
<!--|Gas Store-->
|[[Containers#Counters|Counter]]
|2
|2
|-
|Gas storage
|[[Containers#Counters|Counter]]
|5
|2
|-
|General Store
|[[Containers|Other]]
|5
|1
|-
|General Store Storage
|[[Containers|Other]]
|5
|1
|-
|Kitchen
|[[Containers#Counters|Counter]]
|2
|2
|-
|Mechanic
|[[Containers#Lockers|Metal Locker]]
|3
|3
|-
|Motel Room (Occupied)
|[[Containers#Bins|Bin]]
|1
|2
|-
|Post Office
|[[Containers#Counters|Counter]]
|2
|1
|-
|Storage Unit
|[[Containers|All]]
|3
|2
|-
|rowspan=3|Zippee Store
|[[Containers#Counters|Counter]]
|1
|2 (x3)
|-
<!--|Zippee Store-->
|[[Containers#Shelves|Shelves]]
|4
|2 (x2)
|-
<!--|Zippee Store-->
|[[Containers#Crates|Crate]]
|4
|2 (x2)
|}
|}



Revision as of 09:22, 11 February 2024

Lighter
Lighter
Lighter
General
Category Item
Encumbrance
Heavy Load
0.1
Function Fire starting
Light source
Capacity 32 units
Contents Lighter fluid
Light distance 2 tiles
Light strength 0.4
Technical details
item ID Base.Lighter

A lighter is a drainable item with various uses.

Usage

A lighter can be used to light candles, molotov cocktails, cigarettes, campfires, or antique ovens, burn corpses, or as a light source. In order to use a molotov, a lighter must be equipped in the secondary slot of the inventory. Corpses can be burnt if a lighter is in the primary slot and a gas can is in the secondary slot.

Light source

The light provided by a lighter is inferior to that of a flashlight, but will provide a ring of light around the player. If a flashlight isn't in the player's inventory, pressing the 'F' key (default) will equip a lighter and turn it on. Once equipped, pressing 'F' will turn it on or off.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Lit Candle
Lit Candle
0 XP none Candle.png
Candle
(consumed)

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all other 1 4
armysurplus counter 4 1
bar counter 4 1
bedroom desk 4 4
desk 4 4
conveniencestore shelves 4 1
shelves 4 2
drugshack counter 4 4
empty crate 4 4
gasstorage counter 4 4
crate 4 1
kitchen counter 4 4
office desk 4 4
prisoncells wardrobe 4 4

Vehicles

Profession Container Rolls Chance
All Glove Box 1 5
Car Seat 1 1

Trivia

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.65
item Lighter
{
  DisplayCategory      = LightSource,
  LightDistance        = 2,
  Weight               = 0.1,
  Type                 = Drainable,
  UseWhileEquipped     = TRUE,
  TorchCone            = FALSE,
  LightStrength        = 0.4,
  DisplayName          = Lighter,
  ActivatedItem        = TRUE,
  Icon                 = Lighter,
  MetalValue           = 1,
  cantBeConsolided     = TRUE,
  StaticModel          = Zippo,
  WorldStaticModel     = ZippoGround,
  ticksPerEquipUse     = 110,
  Tags                 = StartFire,
}

History

Alpha
RC 2.9 Added to the game
2.9.9.17
Build 23
All light sources are a bit stronger
Build 28 Burn zombie corpses ! It'll need some petrol and a lighter/matches.
Build 35 Bug Fix: lighter can't be consolidated

See also