More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
furniture_seating_indoor_02_20
furniture_seating_indoor_02_22
furniture_seating_indoor_02_23
139020
139022
139023
A white lazy 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
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_21": {
"name": "furniture_seating_indoor_02_21",
"id": 139021,
"type": "MAX",
"tileSheetIndex": 21,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "E",
"GroupName": "White Lazy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairE": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_20": {
"name": "furniture_seating_indoor_02_20",
"id": 139020,
"type": "MAX",
"tileSheetIndex": 20,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "S",
"GroupName": "White Lazy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairS": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_22": {
"name": "furniture_seating_indoor_02_22",
"id": 139022,
"type": "MAX",
"tileSheetIndex": 22,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "W",
"GroupName": "White Lazy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairW": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_23": {
"name": "furniture_seating_indoor_02_23",
"id": 139023,
"type": "MAX",
"tileSheetIndex": 23,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "N",
"GroupName": "White Lazy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairN": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}