More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Yellow Modern Chair
[[File:{{{icon5}}}|Yellow Modern Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Yellow Modern Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Yellow Modern Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Yellow Modern Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Yellow Modern 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_03_29
furniture_seating_indoor_03_28
furniture_seating_indoor_03_30
furniture_seating_indoor_03_31
furniture_seating_indoor_03_28
furniture_seating_indoor_03_30
furniture_seating_indoor_03_31
Tile ID(s)
238029
238028
238030
238031
238028
238030
238031
A yellow modern 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_03_29": {
"name": "furniture_seating_indoor_03_29",
"id": 238029,
"type": "MAX",
"tileSheetIndex": 29,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "E",
"GroupName": "Yellow Modern",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"BedType": "averageBed",
"chairE": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_28": {
"name": "furniture_seating_indoor_03_28",
"id": 238028,
"type": "MAX",
"tileSheetIndex": 28,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "S",
"GroupName": "Yellow Modern",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"BedType": "averageBed",
"chairS": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_30": {
"name": "furniture_seating_indoor_03_30",
"id": 238030,
"type": "MAX",
"tileSheetIndex": 30,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "W",
"GroupName": "Yellow Modern",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"BedType": "averageBed",
"chairW": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_31": {
"name": "furniture_seating_indoor_03_31",
"id": 238031,
"type": "MAX",
"tileSheetIndex": 31,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "N",
"GroupName": "Yellow Modern",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"BedType": "averageBed",
"chairN": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}