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

Red 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]
Red Lamp
Lighting indoor 01 10.png
Lighting indoor 01 34.png
Lighting indoor 01 42.png
Lighting indoor 01 50.png
[[File:{{{icon5}}}|Red Lamp||class=pixelart}}]]
[[File:{{{icon6}}}|Red Lamp||class=pixelart}}]]
[[File:{{{icon7}}}|Red Lamp||class=pixelart}}]]
[[File:{{{icon8}}}|Red Lamp||class=pixelart}}]]
[[File:{{{icon9}}}|Red 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_10
lighting_indoor_01_34
lighting_indoor_01_42
lighting_indoor_01_50
Tile ID(s)
145010
145034
145042
145050

A red lamp is a light source tile.

Usage

This tile uses the generic movable item when picked up. A red 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_10": {
          "name": "lighting_indoor_01_10",
          "id": 145010,
          "type": "lightswitch",
          "tileSheetIndex": 10,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Lamp",
                  "Facing": "E",
                  "GroupName": "Red",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpWeight": 20,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "lightB": "120",
                  "lightG": "100",
                  "lightR": "152",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_34": {
          "name": "lighting_indoor_01_34",
          "id": 145034,
          "type": "lightswitch",
          "tileSheetIndex": 34,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Lamp",
                  "Facing": "S",
                  "GroupName": "Red",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpWeight": 20,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "lightB": "120",
                  "lightG": "100",
                  "lightR": "152",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_42": {
          "name": "lighting_indoor_01_42",
          "id": 145042,
          "type": "lightswitch",
          "tileSheetIndex": 42,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Lamp",
                  "Facing": "W",
                  "GroupName": "Red",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpWeight": 20,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "lightB": "120",
                  "lightG": "100",
                  "lightR": "152",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_50": {
          "name": "lighting_indoor_01_50",
          "id": 145050,
          "type": "lightswitch",
          "tileSheetIndex": 50,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Lamp",
                  "Facing": "N",
                  "GroupName": "Red",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpWeight": 20,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "lightB": "120",
                  "lightG": "100",
                  "lightR": "152",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

See also