More actions
Dark Wall Lamp
[[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}}]]
Properties
Type
Movable
Move
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
lighting_indoor_01_21
lighting_indoor_01_22
lighting_indoor_01_23
Tile ID(s)
145020
145021
145022
145023
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.
Disassembly materials | |||
---|---|---|---|
Material | Amount of tries | Base chance | Maximum amount |
Nails | 4 | 50 | 4 |
Scrap Electronics | 1 | 80 | 1 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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": ""
}
}
}
}