Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Grey Plastic Chair

From PZwiki
Project ZomboidTilesComfortChairsGrey Plastic Chair
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Grey Plastic Chair
Furniture seating indoor 03 68.png
Furniture seating indoor 03 69.png
Furniture seating indoor 03 70.png
Furniture seating indoor 03 71.png
[[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}}]]
General
Category
Chair
EncumbranceMoodle Icon HeavyLoad.png
7.5
Size
1 tile
Properties
Type
Movable
Is low
True
Disassemble
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
Tile ID(s)
238068
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.

Base chance is not a percentage, but can provide a basic idea of rarity.
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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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"
              }
          }
      }
  }

See also