More actions
Red Lamp
[[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}}]]
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
lighting_indoor_01_34
lighting_indoor_01_42
lighting_indoor_01_50
Tile ID(s)
145010
145034
145042
145050
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.
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_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
{
"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
{
"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
{
"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": ""
}
}
}
}