More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Gray Chair
[[File:{{{icon5}}}|Gray Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Gray Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Gray Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Gray Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Gray Chair||class=pixelart}}]]
Properties
Type
Movable
Bed type
Bad
Is low
True
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_seating_indoor_01_53
furniture_seating_indoor_01_54
furniture_seating_indoor_01_52
furniture_seating_indoor_01_55
furniture_seating_indoor_01_54
furniture_seating_indoor_01_52
furniture_seating_indoor_01_55
Tile ID(s)
138053
138054
138052
138055
138054
138052
138055
A gray chair is a movable tile.
Usage
This tile can be used as a bed to sleep on. It has a quality of Bad. 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 |
Scrap Metal | 1 | 70 | 1 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_01_53": {
"name": "furniture_seating_indoor_01_53",
"id": 138053,
"type": "MAX",
"tileSheetIndex": 53,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "E",
"GroupName": "Grey",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"Material2": "PlasticHard",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairE": "",
"badBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_01_54": {
"name": "furniture_seating_indoor_01_54",
"id": 138054,
"type": "MAX",
"tileSheetIndex": 54,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "S",
"GroupName": "Grey",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"Material2": "PlasticHard",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairS": "",
"badBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_01_52": {
"name": "furniture_seating_indoor_01_52",
"id": 138052,
"type": "MAX",
"tileSheetIndex": 52,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "W",
"GroupName": "Grey",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"Material2": "PlasticHard",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairW": "",
"badBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_01_55": {
"name": "furniture_seating_indoor_01_55",
"id": 138055,
"type": "MAX",
"tileSheetIndex": 55,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "N",
"GroupName": "Grey",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"Material2": "PlasticHard",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairN": "",
"badBed": ""
}
}
}
}