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

Low Plastic Table

From PZwiki
Project ZomboidTilesTablesLow Plastic Table
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Low Plastic Table
Furniture tables low 01 21.png
Furniture tables low 01 20.png
[[File:{{{icon3}}}|Low Plastic Table||class=pixelart}}]]
[[File:{{{icon4}}}|Low Plastic Table||class=pixelart}}]]
[[File:{{{icon5}}}|Low Plastic Table||class=pixelart}}]]
[[File:{{{icon6}}}|Low Plastic Table||class=pixelart}}]]
[[File:{{{icon7}}}|Low Plastic Table||class=pixelart}}]]
[[File:{{{icon8}}}|Low Plastic Table||class=pixelart}}]]
[[File:{{{icon9}}}|Low Plastic Table||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Is low
True
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_tables_low_01_21
furniture_tables_low_01_20
Tile ID(s)
144021
144020

A low plastic 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
Plank 6 40 6
Nails 4 50 4
Screws 4 50 4
Plank 1 90 1
Nails 2 80 2
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_low_01_21": {
          "name": "furniture_tables_low_01_21",
          "id": 144021,
          "type": "MAX",
          "tileSheetIndex": 21,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Low Table",
                  "Facing": "E",
                  "GroupName": "White",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpWeight": 50,
                  "Surface": "15",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_low_01_20": {
          "name": "furniture_tables_low_01_20",
          "id": 144020,
          "type": "MAX",
          "tileSheetIndex": 20,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Low Table",
                  "Facing": "S",
                  "GroupName": "White",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpWeight": 50,
                  "Surface": "15",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

See also