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

Large Simple Table

From PZwiki
Project ZomboidTilesTablesLarge Simple Table
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Large Simple Table
Furniture tables high 01 52+53.png
[[File:{{{icon2}}}|Large Simple Table||class=pixelart}}]]
[[File:{{{icon3}}}|Large Simple Table||class=pixelart}}]]
[[File:{{{icon4}}}|Large Simple Table||class=pixelart}}]]
[[File:{{{icon5}}}|Large Simple Table||class=pixelart}}]]
[[File:{{{icon6}}}|Large Simple Table||class=pixelart}}]]
[[File:{{{icon7}}}|Large Simple Table||class=pixelart}}]]
[[File:{{{icon8}}}|Large Simple Table||class=pixelart}}]]
[[File:{{{icon9}}}|Large Simple Table||class=pixelart}}]]
General
Category
Table
EncumbranceMoodle Icon HeavyLoad.png
10.0 (per tile)
20 (total)
Size
2 tiles
Properties
Type
Movable
Is low
True
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_tables_high_01_54
furniture_tables_high_01_55
furniture_tables_high_01_52
furniture_tables_high_01_53
Tile ID(s)
143054
143055
143052
143053

A large simple 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 2 80 2
Plank 6 40 6
Nails 4 50 4
Screws 4 50 4
Plank 1 90 1
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_tables_high_01_54": {
          "name": "furniture_tables_high_01_54",
          "id": 143054,
          "type": "MAX",
          "tileSheetIndex": 54,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "E",
                  "GroupName": "Large Simple",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "0,1",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_55": {
          "name": "furniture_tables_high_01_55",
          "id": 143055,
          "type": "MAX",
          "tileSheetIndex": 55,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "E",
                  "GroupName": "Large Simple",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "0,0",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_52": {
          "name": "furniture_tables_high_01_52",
          "id": 143052,
          "type": "MAX",
          "tileSheetIndex": 52,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "S",
                  "GroupName": "Large Simple",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "0,0",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_53": {
          "name": "furniture_tables_high_01_53",
          "id": 143053,
          "type": "MAX",
          "tileSheetIndex": 53,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "S",
                  "GroupName": "Large Simple",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "1,0",
                  "IsTable": ""
              }
          }
      }
  }

See also