Light Bulb

From PZwiki
Revision as of 04:03, 4 August 2018 by Vaileasys (talk | contribs) (Created page with "{{languages|Light Bulb}} {{header|The Game World|Items|type=Electric|version=Version 40|incver=5}}{{Infobox normal |display_name=Light Bulb |name_colour = Electric |name_text_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsLight Bulb
Light Bulb
Light Bulb
General
Category Item
Encumbrance
Heavy Load
0.1
Function Light source
Crafting
Technical details
Base ID Item IDs

A light bulb is an electrical item.

Usage

Light bulbs are primarily used as a source of light, either in a lamp, wall mounted light or vehicle headlights and taillights. If a light bulb is missing from any of these objects, no light will be displayed.

To add a light bulb to a vehicle, the player must have a screwdriver in their main inventory.

Crafting

Obtaining

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

What it can craft

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

Distribution

Light bulbs can be found in sheds, garages, houseware stores, kitchen counters and vehicle glove boxes.

A light bulb can be removed from any light or vehicle, requiring a screwdriver only when removed from a vehicle.

Item IDs

Variant Class name
Normal Base.LightBulb
Red Base.LightBulbRed
Green Base.LightBulbGreen
Blue Base.LightBulbBlue
Yellow Base.LightBulbYellow
Cyan Base.LightBulbCyan
Magenta Base.LightBulbMagenta
Orange Base.LightBulbOrange
Purple Base.LightBulbPurple
Pink Base.LightBulbPink

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.5

	item LightBulb
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Light Bulb,
		Icon		= LightBulb,

See also