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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Black Low Modern Table

From PZwiki
Project ZomboidTilesTablesBlack Low Modern Table
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Black Low Modern Table
Furniture tables low 01 18.png
Furniture tables low 01 19.png
[[File:{{{icon3}}}|Black Low Modern Table||class=pixelart}}]]
[[File:{{{icon4}}}|Black Low Modern Table||class=pixelart}}]]
[[File:{{{icon5}}}|Black Low Modern Table||class=pixelart}}]]
[[File:{{{icon6}}}|Black Low Modern Table||class=pixelart}}]]
[[File:{{{icon7}}}|Black Low Modern Table||class=pixelart}}]]
[[File:{{{icon8}}}|Black Low Modern Table||class=pixelart}}]]
[[File:{{{icon9}}}|Black Low Modern Table||class=pixelart}}]]
General
Category
Table
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Is low
True
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_tables_low_01_18
furniture_tables_low_01_19
Tile ID(s)
144018
144019

A black low modern 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_18": {
          "name": "furniture_tables_low_01_18",
          "id": 144018,
          "type": "MAX",
          "tileSheetIndex": 18,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "E",
                  "GroupName": "Black Low Modern",
                  "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_19": {
          "name": "furniture_tables_low_01_19",
          "id": 144019,
          "type": "MAX",
          "tileSheetIndex": 19,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "S",
                  "GroupName": "Black Low Modern",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpWeight": 50,
                  "Surface": "15",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

See also