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

Spiffo's Type A Table

From PZwiki
Project ZomboidTilesTablesSpiffo's Type A Table
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Spiffo's Type A Table
Location restaurant spiffos 02 38+39.png
[[File:{{{icon2}}}|Spiffo's Type A Table||class=pixelart}}]]
[[File:{{{icon3}}}|Spiffo's Type A Table||class=pixelart}}]]
[[File:{{{icon4}}}|Spiffo's Type A Table||class=pixelart}}]]
[[File:{{{icon5}}}|Spiffo's Type A Table||class=pixelart}}]]
[[File:{{{icon6}}}|Spiffo's Type A Table||class=pixelart}}]]
[[File:{{{icon7}}}|Spiffo's Type A Table||class=pixelart}}]]
[[File:{{{icon8}}}|Spiffo's Type A Table||class=pixelart}}]]
[[File:{{{icon9}}}|Spiffo's Type A 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
Move
Pickup Skill (level)
Pickup Tool(s)
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_spiffos_02_38
location_restaurant_spiffos_02_39
location_restaurant_spiffos_02_36
location_restaurant_spiffos_02_37
Tile ID(s)
159038
159039
159036
159037

A Spiffo's type A 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
Metal Pipe 2 80 2
Nails 4 50 4

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_spiffos_02_38": {
          "name": "location_restaurant_spiffos_02_38",
          "id": 159038,
          "type": "MAX",
          "tileSheetIndex": 38,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "E",
                  "GroupName": "Spiffos Type A",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPipe",
                  "Material2": "Plastic",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "SpriteGridPos": "0,0",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_39": {
          "name": "location_restaurant_spiffos_02_39",
          "id": 159039,
          "type": "MAX",
          "tileSheetIndex": 39,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "E",
                  "GroupName": "Spiffos Type A",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPipe",
                  "Material2": "Plastic",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "SpriteGridPos": "1,0",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_36": {
          "name": "location_restaurant_spiffos_02_36",
          "id": 159036,
          "type": "MAX",
          "tileSheetIndex": 36,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "S",
                  "GroupName": "Spiffos Type A",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPipe",
                  "Material2": "Plastic",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "SpriteGridPos": "0,1",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_02_37": {
          "name": "location_restaurant_spiffos_02_37",
          "id": 159037,
          "type": "MAX",
          "tileSheetIndex": 37,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Table",
                  "Facing": "S",
                  "GroupName": "Spiffos Type A",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPipe",
                  "Material2": "Plastic",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "SpriteGridPos": "0,0",
                  "IsTable": ""
              }
          }
      }
  }

See also