More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Red Wooden Chair
[[File:{{{icon5}}}|Red Wooden Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Red Wooden Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Red Wooden Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Red Wooden Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Red Wooden 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_02_8
furniture_seating_indoor_02_9
furniture_seating_indoor_02_10
furniture_seating_indoor_02_11
furniture_seating_indoor_02_9
furniture_seating_indoor_02_10
furniture_seating_indoor_02_11
Tile ID(s)
139008
139009
139010
139011
139009
139010
139011
A red wooden 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 |
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_02_8": {
"name": "furniture_seating_indoor_02_8",
"id": 139008,
"type": "MAX",
"tileSheetIndex": 8,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "E",
"GroupName": "Red Wooden",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairE": "",
"badBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_9": {
"name": "furniture_seating_indoor_02_9",
"id": 139009,
"type": "MAX",
"tileSheetIndex": 9,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "S",
"GroupName": "Red Wooden",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairS": "",
"badBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_10": {
"name": "furniture_seating_indoor_02_10",
"id": 139010,
"type": "MAX",
"tileSheetIndex": 10,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "W",
"GroupName": "Red Wooden",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairW": "",
"badBed": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_11": {
"name": "furniture_seating_indoor_02_11",
"id": 139011,
"type": "MAX",
"tileSheetIndex": 11,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "N",
"GroupName": "Red Wooden",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "badBed",
"chairN": "",
"badBed": ""
}
}
}
}