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

Dark Wall Lamp

From PZwiki
Project ZomboidTilesLightsWall sconcesDark Wall Lamp
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Dark Wall Lamp
Lighting indoor 01 20.png
Lighting indoor 01 21.png
Lighting indoor 01 22.png
Lighting indoor 01 23.png
[[File:{{{icon5}}}|Dark Wall Lamp||class=pixelart}}]]
[[File:{{{icon6}}}|Dark Wall Lamp||class=pixelart}}]]
[[File:{{{icon7}}}|Dark Wall Lamp||class=pixelart}}]]
[[File:{{{icon8}}}|Dark Wall Lamp||class=pixelart}}]]
[[File:{{{icon9}}}|Dark Wall Lamp||class=pixelart}}]]
General
Category
Wall Lamp
EncumbranceMoodle Icon HeavyLoad.png
2.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
lighting_indoor_01_20
lighting_indoor_01_21
lighting_indoor_01_22
lighting_indoor_01_23
Tile ID(s)
145020
145021
145022
145023

A dark wall lamp is a movable tile.

Usage

This tile uses the generic movable item when picked up.

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_20": {
          "name": "lighting_indoor_01_20",
          "id": 145020,
          "type": "lightswitch",
          "tileSheetIndex": 20,
          "properties": {
              "generic": {
                  "CanScrap": "",
                  "CustomName": "Wall Lamp",
                  "Facing": "E",
                  "GroupName": "Dark",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 20,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedW": "",
                  "lightB": "128",
                  "lightG": "128",
                  "lightR": "128",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_21": {
          "name": "lighting_indoor_01_21",
          "id": 145021,
          "type": "lightswitch",
          "tileSheetIndex": 21,
          "properties": {
              "generic": {
                  "CanScrap": "",
                  "CustomName": "Wall Lamp",
                  "Facing": "S",
                  "GroupName": "Dark",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 20,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedN": "",
                  "lightB": "128",
                  "lightG": "128",
                  "lightR": "128",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_22": {
          "name": "lighting_indoor_01_22",
          "id": 145022,
          "type": "lightswitch",
          "tileSheetIndex": 22,
          "properties": {
              "generic": {
                  "CanScrap": "",
                  "CustomName": "Wall Lamp",
                  "Facing": "W",
                  "GroupName": "Dark",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 20,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "lightB": "128",
                  "lightG": "128",
                  "lightR": "128",
                  "attachedE": "",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "lighting_indoor_01_23": {
          "name": "lighting_indoor_01_23",
          "id": 145023,
          "type": "lightswitch",
          "tileSheetIndex": 23,
          "properties": {
              "generic": {
                  "CanScrap": "",
                  "CustomName": "Wall Lamp",
                  "Facing": "N",
                  "GroupName": "Dark",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 20,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "lightB": "128",
                  "lightG": "128",
                  "lightR": "128",
                  "attachedS": "",
                  "HasLightOnSprite": ""
              }
          }
      }
  }

See also