More actions
Large Dark Oak Table
[[File:{{{icon2}}}|Large Dark Oak Table||class=pixelart}}]]
[[File:{{{icon3}}}|Large Dark Oak Table||class=pixelart}}]]
[[File:{{{icon4}}}|Large Dark Oak Table||class=pixelart}}]]
[[File:{{{icon5}}}|Large Dark Oak Table||class=pixelart}}]]
[[File:{{{icon6}}}|Large Dark Oak Table||class=pixelart}}]]
[[File:{{{icon7}}}|Large Dark Oak Table||class=pixelart}}]]
[[File:{{{icon8}}}|Large Dark Oak Table||class=pixelart}}]]
[[File:{{{icon9}}}|Large Dark Oak Table||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_tables_high_01_2
furniture_tables_high_01_3
furniture_tables_high_01_0
furniture_tables_high_01_1
furniture_tables_high_01_3
furniture_tables_high_01_0
furniture_tables_high_01_1
Tile ID(s)
143002
143003
143000
143001
143003
143000
143001
A large dark oak 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_high_01_2": {
"name": "furniture_tables_high_01_2",
"id": 143002,
"type": "MAX",
"tileSheetIndex": 2,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "E",
"GroupName": "Large Dark Oak",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"SpriteGridPos": "0,1",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_high_01_3": {
"name": "furniture_tables_high_01_3",
"id": 143003,
"type": "MAX",
"tileSheetIndex": 3,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "E",
"GroupName": "Large Dark Oak",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_high_01_0": {
"name": "furniture_tables_high_01_0",
"id": 143000,
"type": "MAX",
"tileSheetIndex": 0,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "S",
"GroupName": "Large Dark Oak",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_high_01_1": {
"name": "furniture_tables_high_01_1",
"id": 143001,
"type": "MAX",
"tileSheetIndex": 1,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Table",
"Facing": "S",
"GroupName": "Large Dark Oak",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"SpriteGridPos": "1,0",
"IsTable": ""
}
}
}
}