More actions
Long Low Table
[[File:{{{icon2}}}|Long Low Table||class=pixelart}}]]
[[File:{{{icon3}}}|Long Low Table||class=pixelart}}]]
[[File:{{{icon4}}}|Long Low Table||class=pixelart}}]]
[[File:{{{icon5}}}|Long Low Table||class=pixelart}}]]
[[File:{{{icon6}}}|Long Low Table||class=pixelart}}]]
[[File:{{{icon7}}}|Long Low Table||class=pixelart}}]]
[[File:{{{icon8}}}|Long Low Table||class=pixelart}}]]
[[File:{{{icon9}}}|Long Low Table||class=pixelart}}]]
Properties
Type
Movable
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_tables_low_01_0
furniture_tables_low_01_1
furniture_tables_low_01_14
furniture_tables_low_01_15
furniture_tables_low_01_1
furniture_tables_low_01_14
furniture_tables_low_01_15
Tile ID(s)
144000
144001
144014
144015
144001
144014
144015
A long low 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 |
Nails | 2 | 80 | 2 |
Plank | 6 | 40 | 6 |
Nails | 4 | 50 | 4 |
Screws | 4 | 50 | 4 |
Plank | 1 | 90 | 1 |
On dismantle failure | |||
Scrap Wood |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_low_01_0": {
"name": "furniture_tables_low_01_0",
"id": 144000,
"type": "MAX",
"tileSheetIndex": 0,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Low Table",
"Facing": "E",
"GroupName": "Long",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 50,
"Surface": "15",
"ScrapSize": "Small",
"SpriteGridPos": "0,1",
"IsTable": "",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_low_01_1": {
"name": "furniture_tables_low_01_1",
"id": 144001,
"type": "MAX",
"tileSheetIndex": 1,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Low Table",
"Facing": "E",
"GroupName": "Long",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 50,
"Surface": "15",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"IsTable": "",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_low_01_14": {
"name": "furniture_tables_low_01_14",
"id": 144014,
"type": "MAX",
"tileSheetIndex": 14,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Low Table",
"Facing": "S",
"GroupName": "Long",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 50,
"Surface": "15",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"IsTable": "",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_low_01_15": {
"name": "furniture_tables_low_01_15",
"id": 144015,
"type": "MAX",
"tileSheetIndex": 15,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Low Table",
"Facing": "S",
"GroupName": "Long",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 50,
"Surface": "15",
"ScrapSize": "Small",
"SpriteGridPos": "1,0",
"IsTable": "",
"ForceSingleItem": ""
}
}
}
}