More actions
Long Dark Table
[[File:{{{icon3}}}|Long Dark Table||class=pixelart}}]]
[[File:{{{icon4}}}|Long Dark Table||class=pixelart}}]]
[[File:{{{icon5}}}|Long Dark Table||class=pixelart}}]]
[[File:{{{icon6}}}|Long Dark Table||class=pixelart}}]]
[[File:{{{icon7}}}|Long Dark Table||class=pixelart}}]]
[[File:{{{icon8}}}|Long Dark Table||class=pixelart}}]]
[[File:{{{icon9}}}|Long Dark Table||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_tables_high_01_22
furniture_tables_high_01_21
furniture_tables_high_01_21
Tile ID(s)
143022
143021
143021
A long dark 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 |
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_high_01_22": {
"name": "furniture_tables_high_01_22",
"id": 143022,
"type": "MAX",
"tileSheetIndex": 22,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "E",
"GroupName": "Long Dark",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 100,
"Surface": "22",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_high_01_21": {
"name": "furniture_tables_high_01_21",
"id": 143021,
"type": "MAX",
"tileSheetIndex": 21,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "S",
"GroupName": "Long Dark",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 100,
"Surface": "22",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}