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

Orange Modern Chair

From PZwiki
Project ZomboidTilesComfortChairsOrange Modern Chair
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Orange Modern Chair
Furniture seating indoor 01 13.png
Furniture seating indoor 01 12.png
Furniture seating indoor 01 14.png
Furniture seating indoor 01 15.png
[[File:{{{icon5}}}|Orange Modern Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Orange Modern Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Orange Modern Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Orange Modern Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Orange Modern Chair||class=pixelart}}]]
General
Category
Furniture
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_13
furniture_seating_indoor_01_12
furniture_seating_indoor_01_14
furniture_seating_indoor_01_15
Tile ID(s)
138013
138012
138014
138015

An orange modern 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_13": {
          "name": "furniture_seating_indoor_01_13",
          "id": 138013,
          "type": "MAX",
          "tileSheetIndex": 13,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "E",
                  "GroupName": "Red Comfy",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "Material3": "Fabric",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "BedType": "averageBed",
                  "chairE": "",
                  "averageBed": "",
                  "livingRoom": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_seating_indoor_01_12": {
          "name": "furniture_seating_indoor_01_12",
          "id": 138012,
          "type": "MAX",
          "tileSheetIndex": 12,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "S",
                  "GroupName": "Red Comfy",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "Material3": "Fabric",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "BedType": "averageBed",
                  "chairS": "",
                  "averageBed": "",
                  "livingRoom": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_seating_indoor_01_14": {
          "name": "furniture_seating_indoor_01_14",
          "id": 138014,
          "type": "MAX",
          "tileSheetIndex": 14,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "W",
                  "GroupName": "Red Comfy",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "Material3": "Fabric",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "BedType": "averageBed",
                  "chairW": "",
                  "averageBed": "",
                  "livingRoom": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_seating_indoor_01_15": {
          "name": "furniture_seating_indoor_01_15",
          "id": 138015,
          "type": "MAX",
          "tileSheetIndex": 15,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "N",
                  "GroupName": "Red Comfy",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "Material3": "Fabric",
                  "PickUpWeight": 75,
                  "Surface": "17",
                  "BedType": "averageBed",
                  "chairN": "",
                  "averageBed": "",
                  "livingRoom": ""
              }
          }
      }
  }

See also