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

White Chair

From PZwiki
Project ZomboidTilesComfortChairsWhite Chair
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
White Chair
Furniture seating indoor 01 44.png
Furniture seating indoor 01 45.png
Furniture seating indoor 03 60.png
Furniture seating indoor 03 61.png
[[File:{{{icon5}}}|White Chair||class=pixelart}}]]
[[File:{{{icon6}}}|White Chair||class=pixelart}}]]
[[File:{{{icon7}}}|White Chair||class=pixelart}}]]
[[File:{{{icon8}}}|White Chair||class=pixelart}}]]
[[File:{{{icon9}}}|White Chair||class=pixelart}}]]
General
Category
Chair
EncumbranceMoodle Icon HeavyLoad.png
7.5
Size
1 tile
Properties
Type
Movable
Bed type
Average
Is low
True
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_seating_indoor_01_44
furniture_seating_indoor_01_45
furniture_seating_indoor_03_60
furniture_seating_indoor_03_61
Tile ID(s)
138044
138045
238060
238061

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

Base chance is not a percentage, but can provide a basic idea of rarity.
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 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_44": {
          "name": "furniture_seating_indoor_01_44",
          "id": 138044,
          "type": "MAX",
          "tileSheetIndex": 44,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "E",
                  "GroupName": "Modern White",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "Material3": "Fabric",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "ScrapSize": "Small",
                  "BedType": "averageBed",
                  "chairE": "",
                  "averageBed": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_seating_indoor_01_45": {
          "name": "furniture_seating_indoor_01_45",
          "id": 138045,
          "type": "MAX",
          "tileSheetIndex": 45,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "S",
                  "GroupName": "Modern White",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "Material3": "Fabric",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "ScrapSize": "Small",
                  "BedType": "averageBed",
                  "chairS": "",
                  "averageBed": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_seating_indoor_03_60": {
          "name": "furniture_seating_indoor_03_60",
          "id": 238060,
          "type": "MAX",
          "tileSheetIndex": 60,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "W",
                  "GroupName": "Modern White",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "Material3": "Fabric",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "BedType": "averageBed",
                  "chairW": "",
                  "averageBed": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_seating_indoor_03_61": {
          "name": "furniture_seating_indoor_03_61",
          "id": 238061,
          "type": "MAX",
          "tileSheetIndex": 61,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "N",
                  "GroupName": "Modern White",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "Material3": "Fabric",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "BedType": "averageBed",
                  "chairN": "",
                  "averageBed": ""
              }
          }
      }
  }

See also