Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Black 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]
Black Lamp
Lighting indoor 01 9.png
[[File:{{{icon2}}}|Black Lamp|]]
[[File:{{{icon3}}}|Black Lamp|]]
[[File:{{{icon4}}}|Black Lamp|]]
[[File:{{{icon5}}}|Black Lamp|]]
[[File:{{{icon6}}}|Black Lamp|]]
[[File:{{{icon7}}}|Black Lamp|]]
[[File:{{{icon8}}}|Black Lamp|]]
[[File:{{{icon9}}}|Black Lamp|]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
2
Size
1 tile
Properties
Energy source
Technical
Item ID(s)
Base.Mov_Lamp2
Tile ID(s)
lighting_indoor_01_9

A black lamp is a light source tile.

Usage

This tile uses the generic movable item when picked up. A black 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

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

Mov_Lamp2 distributionShow / Hide

Effective chance calculations are based off of default loot settings and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.

Containers
Building/Room Container Effective chance
departmentstorage metal_shelves 15.1%
electronicsstorage shelves 30.41%
electronicsstore counter 30.41%
electronicsstore shelves 30.41%
generalstore shelves 15.1%
generalstorestorage shelves 15.1%
gigamart shelves 15.1%
housewarestore shelves 15.1%
kitchenwares shelves 15.1%

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_Lamp2
    {
        DisplayCategory = Furniture,
        Type			= Moveable,
        Icon			= default,
        Weight          	= 0.5,
        DisplayName		= Moveable,
        WorldObjectSprite	= lighting_indoor_01_9,
    }
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
Black_Lamp - Lamp Black yes Small Electric - - - - - - - - yes yes 20 - - - yes 98 128 128 -

See also