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

Gray Chair

From PZwiki
Project ZomboidTilesComfortChairsGray Chair
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Gray Chair
Furniture seating indoor 01 53.png
Furniture seating indoor 01 54.png
Furniture seating indoor 01 52.png
Furniture seating indoor 01 55.png
[[File:{{{icon5}}}|Gray Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Gray Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Gray Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Gray Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Gray Chair||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
7.5
Size
1 tile
Properties
Type
Movable
Bed type
Bad
Is low
True
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_seating_indoor_01_53
furniture_seating_indoor_01_54
furniture_seating_indoor_01_52
furniture_seating_indoor_01_55
Tile ID(s)
138053
138054
138052
138055

A gray 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.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Scrap Metal 1 70 1

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_01_53": {
          "name": "furniture_seating_indoor_01_53",
          "id": 138053,
          "type": "MAX",
          "tileSheetIndex": 53,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "E",
                  "GroupName": "Grey",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "PlasticHard",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "ScrapSize": "Small",
                  "BedType": "badBed",
                  "chairE": "",
                  "badBed": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_seating_indoor_01_54": {
          "name": "furniture_seating_indoor_01_54",
          "id": 138054,
          "type": "MAX",
          "tileSheetIndex": 54,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "S",
                  "GroupName": "Grey",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "PlasticHard",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "ScrapSize": "Small",
                  "BedType": "badBed",
                  "chairS": "",
                  "badBed": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_seating_indoor_01_52": {
          "name": "furniture_seating_indoor_01_52",
          "id": 138052,
          "type": "MAX",
          "tileSheetIndex": 52,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "W",
                  "GroupName": "Grey",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "PlasticHard",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "ScrapSize": "Small",
                  "BedType": "badBed",
                  "chairW": "",
                  "badBed": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_seating_indoor_01_55": {
          "name": "furniture_seating_indoor_01_55",
          "id": 138055,
          "type": "MAX",
          "tileSheetIndex": 55,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "N",
                  "GroupName": "Grey",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "PlasticHard",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "ScrapSize": "Small",
                  "BedType": "badBed",
                  "chairN": "",
                  "badBed": ""
              }
          }
      }
  }

See also