More actions
Spiffo's Type A Table
[[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}}]]
Properties
Type
Movable
Is low
True
Disassemble
Skill (level)
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
location_restaurant_spiffos_02_39
location_restaurant_spiffos_02_36
location_restaurant_spiffos_02_37
Tile ID(s)
159038
159039
159036
159037
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.
Disassembly materials | |||
---|---|---|---|
Material | Amount of tries | Base chance | Maximum amount |
Metal Pipe | 2 | 80 | 2 |
Nails | 4 | 50 | 4 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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": ""
}
}
}
}