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

Gray Lamp

From PZwiki
(Redirected from Gray Lamp)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Gray Lamp
Lighting indoor 01 11.png
Lighting indoor 01 35.png
Lighting indoor 01 43.png
Lighting indoor 01 51.png
[[File:{{{icon5}}}|Gray Lamp||class=pixelart}}]]
[[File:{{{icon6}}}|Gray Lamp||class=pixelart}}]]
[[File:{{{icon7}}}|Gray Lamp||class=pixelart}}]]
[[File:{{{icon8}}}|Gray Lamp||class=pixelart}}]]
[[File:{{{icon9}}}|Gray Lamp||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
2.0
Size
1 tile
Properties
Energy source
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
lighting_indoor_01_11
lighting_indoor_01_35
lighting_indoor_01_43
lighting_indoor_01_51
Tile ID(s)
145011
145035
145043
145051

A gray lamp is a light source tile.

Usage

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

The following table contains the materials that can drop when disassembling this tile.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Nails 4 50 4
Scrap Electronics 1 80 1

Code

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

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_11": {
          "name": "lighting_indoor_01_11",
          "id": 145011,
          "type": "lightswitch",
          "tileSheetIndex": 11,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Lamp",
                  "Facing": "E",
                  "GroupName": "Grey",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpWeight": 20,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "lightB": "120",
                  "lightG": "118",
                  "lightR": "128",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_35": {
          "name": "lighting_indoor_01_35",
          "id": 145035,
          "type": "lightswitch",
          "tileSheetIndex": 35,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Lamp",
                  "Facing": "S",
                  "GroupName": "Grey",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpWeight": 20,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "lightB": "98",
                  "lightG": "128",
                  "lightR": "128",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_43": {
          "name": "lighting_indoor_01_43",
          "id": 145043,
          "type": "lightswitch",
          "tileSheetIndex": 43,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Lamp",
                  "Facing": "W",
                  "GroupName": "Grey",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpWeight": 20,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "lightB": "98",
                  "lightG": "128",
                  "lightR": "128",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_51": {
          "name": "lighting_indoor_01_51",
          "id": 145051,
          "type": "lightswitch",
          "tileSheetIndex": 51,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Lamp",
                  "Facing": "N",
                  "GroupName": "Grey",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpWeight": 20,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "lightB": "98",
                  "lightG": "128",
                  "lightR": "128",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

See also