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

50s Diner Table

From PZwiki
Project ZomboidTilesTables50s Diner Table
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
50s Diner Table
Location restaurant diner 01 6+7.png
[[File:{{{icon2}}}|50s Diner Table||class=pixelart}}]]
[[File:{{{icon3}}}|50s Diner Table||class=pixelart}}]]
[[File:{{{icon4}}}|50s Diner Table||class=pixelart}}]]
[[File:{{{icon5}}}|50s Diner Table||class=pixelart}}]]
[[File:{{{icon6}}}|50s Diner Table||class=pixelart}}]]
[[File:{{{icon7}}}|50s Diner Table||class=pixelart}}]]
[[File:{{{icon8}}}|50s Diner Table||class=pixelart}}]]
[[File:{{{icon9}}}|50s Diner Table||class=pixelart}}]]
General
Category
Table
EncumbranceMoodle Icon HeavyLoad.png
15.0 (per tile)
30 (total)
Size
2 tiles
Properties
Type
Movable
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_diner_01_14
location_restaurant_diner_01_15
location_restaurant_diner_01_6
location_restaurant_diner_01_7
Tile ID(s)
155014
155015
155006
155007

A 50s diner 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 4 50 4
Screws 2 50 2
On dismantle failure
Scrap Wood

Breakage occurs when the player fails at picking up an item.

Breakage materials
Item dropped Maximum amount Chance per roll
Plank 3 20
Nails 1 10
Screws 3 10

Location

It is most commonly found inside of diners.

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_restaurant_diner_01_14": {
          "name": "location_restaurant_diner_01_14",
          "id": 155014,
          "type": "MAX",
          "tileSheetIndex": 14,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "E",
                  "GroupName": "50s Diner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Steel",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 150,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "SpriteGridPos": "0,1",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\n\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_diner_01_15": {
          "name": "location_restaurant_diner_01_15",
          "id": 155015,
          "type": "MAX",
          "tileSheetIndex": 15,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "E",
                  "GroupName": "50s Diner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Steel",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 150,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "SpriteGridPos": "0,0",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\n\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_diner_01_6": {
          "name": "location_restaurant_diner_01_6",
          "id": 155006,
          "type": "MAX",
          "tileSheetIndex": 6,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "S",
                  "GroupName": "50s Diner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Steel",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 150,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "SpriteGridPos": "0,0",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\n\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_diner_01_7": {
          "name": "location_restaurant_diner_01_7",
          "id": 155007,
          "type": "MAX",
          "tileSheetIndex": 7,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "S",
                  "GroupName": "50s Diner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Steel",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 150,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "SpriteGridPos": "1,0",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

See also