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

Hanging Table

From PZwiki
Project ZomboidTilesTablesHanging Table
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hanging Table
Location community police 01 33.png
Location community police 01 34.png
Location community police 01 35.png
Location community police 01 32.png
[[File:{{{icon5}}}|Hanging Table||class=pixelart}}]]
[[File:{{{icon6}}}|Hanging Table||class=pixelart}}]]
[[File:{{{icon7}}}|Hanging Table||class=pixelart}}]]
[[File:{{{icon8}}}|Hanging Table||class=pixelart}}]]
[[File:{{{icon9}}}|Hanging Table||class=pixelart}}]]
General
Category
Seat
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
Type
Movable
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_police_01_33
location_community_police_01_34
location_community_police_01_35
location_community_police_01_32
Tile ID(s)
239033
239034
239035
239032

A hanging table 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
Nails 4 50 4
Screws 2 50 2

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_community_police_01_33": {
          "name": "location_community_police_01_33",
          "id": 239033,
          "type": "doorN",
          "tileSheetIndex": 33,
          "properties": {
              "spriteFlags2": 1026,
              "flags": [
                  "doorN",
                  "open"
              ],
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Seat",
                  "Facing": "E",
                  "GroupName": "Hanging",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Fabric",
                  "Material2": "Screws",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "29",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_police_01_34": {
          "name": "location_community_police_01_34",
          "id": 239034,
          "type": "doorW",
          "tileSheetIndex": 34,
          "properties": {
              "spriteFlags2": 514,
              "flags": [
                  "doorW",
                  "open"
              ],
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Seat",
                  "Facing": "S",
                  "GroupName": "Hanging",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Fabric",
                  "Material2": "Screws",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "29",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_police_01_35": {
          "name": "location_community_police_01_35",
          "id": 239035,
          "type": "doorN",
          "tileSheetIndex": 35,
          "properties": {
              "spriteFlags2": 1026,
              "flags": [
                  "doorN",
                  "open"
              ],
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Seat",
                  "Facing": "W",
                  "GroupName": "Hanging",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Fabric",
                  "Material2": "Screws",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "29",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_police_01_32": {
          "name": "location_community_police_01_32",
          "id": 239032,
          "type": "doorW",
          "tileSheetIndex": 32,
          "properties": {
              "spriteFlags2": 514,
              "flags": [
                  "doorW",
                  "open"
              ],
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Seat",
                  "Facing": "N",
                  "GroupName": "Hanging",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Fabric",
                  "Material2": "Screws",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "29",
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also