More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
White Fancy Chair
[[File:{{{icon5}}}|White Fancy Chair||class=pixelart}}]]
[[File:{{{icon6}}}|White Fancy Chair||class=pixelart}}]]
[[File:{{{icon7}}}|White Fancy Chair||class=pixelart}}]]
[[File:{{{icon8}}}|White Fancy Chair||class=pixelart}}]]
[[File:{{{icon9}}}|White Fancy Chair||class=pixelart}}]]
Properties
Type
Movable
Bed type
Bad
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_seating_indoor_01_36
furniture_seating_indoor_01_37
furniture_seating_indoor_01_38
furniture_seating_indoor_01_39
furniture_seating_indoor_01_37
furniture_seating_indoor_01_38
furniture_seating_indoor_01_39
Tile ID(s)
138036
138037
138038
138039
138037
138038
138039
A white fancy 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 |
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_36": {
"name": "furniture_seating_indoor_01_36",
"id": 138036,
"type": "MAX",
"tileSheetIndex": 36,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "E",
"GroupName": "Fancy White",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairE": "",
"averageBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_01_37": {
"name": "furniture_seating_indoor_01_37",
"id": 138037,
"type": "MAX",
"tileSheetIndex": 37,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "S",
"GroupName": "Fancy White",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairS": "",
"averageBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_01_38": {
"name": "furniture_seating_indoor_01_38",
"id": 138038,
"type": "MAX",
"tileSheetIndex": 38,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "W",
"GroupName": "Fancy White",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairW": "",
"averageBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_01_39": {
"name": "furniture_seating_indoor_01_39",
"id": 138039,
"type": "MAX",
"tileSheetIndex": 39,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "N",
"GroupName": "Fancy White",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairN": "",
"averageBed": ""
}
}
}
}