More actions
(Redirected from Gray Lamp)
Gray Lamp
[[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}}]]
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
lighting_indoor_01_35
lighting_indoor_01_43
lighting_indoor_01_51
Tile ID(s)
145011
145035
145043
145051
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.
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_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
{
"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
{
"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
{
"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": ""
}
}
}
}