More actions
White Chair
[[File:{{{icon5}}}|White Chair||class=pixelart}}]]
[[File:{{{icon6}}}|White Chair||class=pixelart}}]]
[[File:{{{icon7}}}|White Chair||class=pixelart}}]]
[[File:{{{icon8}}}|White Chair||class=pixelart}}]]
[[File:{{{icon9}}}|White Chair||class=pixelart}}]]
Properties
Type
Movable
Bed type
Average
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_seating_indoor_01_44
furniture_seating_indoor_01_45
furniture_seating_indoor_03_60
furniture_seating_indoor_03_61
furniture_seating_indoor_01_45
furniture_seating_indoor_03_60
furniture_seating_indoor_03_61
Tile ID(s)
138044
138045
238060
238061
138045
238060
238061
A white chair is a movable tile.
Usage
This tile can be used as a bed to sleep on. It has a quality of average. 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 |
Plank | 6 | 40 | 6 |
Nails | 4 | 50 | 4 |
Screws | 4 | 50 | 4 |
Plank | 1 | 90 | 1 |
Nails | 2 | 80 | 2 |
Nails | 4 | 50 | 4 |
On dismantle failure | |||
Scrap Wood |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_01_44": {
"name": "furniture_seating_indoor_01_44",
"id": 138044,
"type": "MAX",
"tileSheetIndex": 44,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "E",
"GroupName": "Modern White",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairE": "",
"averageBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_01_45": {
"name": "furniture_seating_indoor_01_45",
"id": 138045,
"type": "MAX",
"tileSheetIndex": 45,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "S",
"GroupName": "Modern White",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairS": "",
"averageBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_60": {
"name": "furniture_seating_indoor_03_60",
"id": 238060,
"type": "MAX",
"tileSheetIndex": 60,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "W",
"GroupName": "Modern White",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"BedType": "averageBed",
"chairW": "",
"averageBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_61": {
"name": "furniture_seating_indoor_03_61",
"id": 238061,
"type": "MAX",
"tileSheetIndex": 61,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "N",
"GroupName": "Modern White",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"BedType": "averageBed",
"chairN": "",
"averageBed": ""
}
}
}
}