More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Grey Plastic Chair
[[File:{{{icon5}}}|Grey Plastic Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Grey Plastic Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Grey Plastic Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Grey Plastic Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Grey Plastic Chair||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_seating_indoor_03_68
furniture_seating_indoor_03_69
furniture_seating_indoor_03_70
furniture_seating_indoor_03_71
furniture_seating_indoor_03_69
furniture_seating_indoor_03_70
furniture_seating_indoor_03_71
Tile ID(s)
238068
238069
238070
238071
238069
238070
238071
A grey plastic chair is a movable tile.
Usage
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 |
Metal Sheet | 2 | 70 | 2 |
Small Metal Sheet | 2 | 80 | 2 |
On dismantle failure | |||
Unusable Metal |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_68": {
"name": "furniture_seating_indoor_03_68",
"id": 238068,
"type": "MAX",
"tileSheetIndex": 68,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "E",
"GroupName": "Grey Plastic",
"IsLow": "",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "PlasticHard",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_69": {
"name": "furniture_seating_indoor_03_69",
"id": 238069,
"type": "MAX",
"tileSheetIndex": 69,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "S",
"GroupName": "Grey Plastic",
"IsLow": "",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "PlasticHard",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_70": {
"name": "furniture_seating_indoor_03_70",
"id": 238070,
"type": "MAX",
"tileSheetIndex": 70,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "W",
"GroupName": "Grey Plastic",
"IsLow": "",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "PlasticHard",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_71": {
"name": "furniture_seating_indoor_03_71",
"id": 238071,
"type": "MAX",
"tileSheetIndex": 71,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "N",
"GroupName": "Grey Plastic",
"IsLow": "",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "PlasticHard",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small"
}
}
}
}