White Lamp

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
White Lamp
Lighting indoor 01 13.png
[[File:{{{icon2}}}|White Lamp|]]
[[File:{{{icon3}}}|White Lamp|]]
[[File:{{{icon4}}}|White Lamp|]]
[[File:{{{icon5}}}|White Lamp|]]
[[File:{{{icon6}}}|White Lamp|]]
[[File:{{{icon7}}}|White Lamp|]]
[[File:{{{icon8}}}|White Lamp|]]
[[File:{{{icon9}}}|White Lamp|]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
2
Size
1 tile
Properties
Energy source
Technical
Item ID(s)
Base.Mov_Lamp6
Tile ID(s)
lighting_indoor_01_13

A white lamp is a light source tile.

Usage

This tile uses the generic movable item when picked up. A white lamp provides a source of light when placed. It can be turned on and off by left-clicking the tile. It is also possible to remove the light bulb by right-clicking it.

Crafting

This tile can be scrapped for materials.

Location

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Code

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

Important note: the item does not get all the values from this location. These values are overridden by the tile properties. The item ID will even be replaced by the tile ID as soon as it is placed, and is only used for item distribution. Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Mov_Lamp6
    {
        DisplayCategory = Furniture,
        Type			= Moveable,
        Icon			= default,
        Weight          	= 0.5,
        DisplayName		= Moveable,
        WorldObjectSprite	= lighting_indoor_01_13,
    }
keyName CustomItem CustomName GroupName CanScrap ScrapSize Material Material2 Material3 container ContainerCapacity ContainerPosition FreezerCapacity FreezerPosition IsLow IsTableTop IsMoveAble PickUpWeight PickUpTool PickUpLevel MoveType HasLightOnSprite lightB lightG lightR BedType
White_Lamp - Lamp White yes Small Electric - - - - - - - - yes yes 20 - - - yes 135 120 142 -

See also