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

Blue Theater Chair

From PZwiki
Project ZomboidTilesComfortChairsBlue Theater Chair
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Blue Theater Chair
BlueTheatreChair.png
Location entertainment theatre 01 1.png
Location entertainment theatre 01 2.png
Location entertainment theatre 01 3.png
[[File:{{{icon5}}}|Blue Theater Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Blue Theater Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Blue Theater Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Blue Theater Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Blue Theater Chair||class=pixelart}}]]
General
Category
Chair
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
Type
Movable
Bed type
Bad
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_theatre_01_0
location_entertainment_theatre_01_1
location_entertainment_theatre_01_2
location_entertainment_theatre_01_3
Tile ID(s)
271000
271001
271002
271003

A blue theater 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.

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
Nails 4 50 4

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
{
      "location_entertainment_theatre_01_0": {
          "name": "location_entertainment_theatre_01_0",
          "id": 271000,
          "type": "MAX",
          "tileSheetIndex": 0,
          "properties": {
              "generic": {
                  "collideW": "",
                  "HoppableW": "",
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "E",
                  "GroupName": "Blue Theatre",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material2": "Leather",
                  "Material3": "Foam",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "BedType": "badBed",
                  "chairE": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_theatre_01_1": {
          "name": "location_entertainment_theatre_01_1",
          "id": 271001,
          "type": "MAX",
          "tileSheetIndex": 1,
          "properties": {
              "generic": {
                  "collideN": "",
                  "HoppableN": "",
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "S",
                  "GroupName": "Blue Theatre",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material2": "Leather",
                  "Material3": "Foam",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "BedType": "badBed",
                  "chairS": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_theatre_01_2": {
          "name": "location_entertainment_theatre_01_2",
          "id": 271002,
          "type": "MAX",
          "tileSheetIndex": 2,
          "properties": {
              "generic": {
                  "collideW": "",
                  "HoppableW": "",
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "W",
                  "GroupName": "Blue Theatre",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material2": "Leather",
                  "Material3": "Foam",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "BedType": "badBed",
                  "chairW": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_theatre_01_3": {
          "name": "location_entertainment_theatre_01_3",
          "id": 271003,
          "type": "MAX",
          "tileSheetIndex": 3,
          "properties": {
              "generic": {
                  "collideN": "",
                  "HoppableN": "",
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "N",
                  "GroupName": "Blue Theatre",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material2": "Leather",
                  "Material3": "Foam",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "BedType": "badBed",
                  "chairN": ""
              }
          }
      }
  }

See also