More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Project Zomboid > Tiles > Round Table
This article was automatically generated.
It may contain weird formatting. Editors are encouraged to verify and add any missing information.
This notice can be removed after manual editor verification.
Round Table
[[File:{{{icon2}}}|Round Table||class=pixelart}}]]
[[File:{{{icon3}}}|Round Table||class=pixelart}}]]
[[File:{{{icon4}}}|Round Table||class=pixelart}}]]
[[File:{{{icon5}}}|Round Table||class=pixelart}}]]
[[File:{{{icon6}}}|Round Table||class=pixelart}}]]
[[File:{{{icon7}}}|Round Table||class=pixelart}}]]
[[File:{{{icon8}}}|Round Table||class=pixelart}}]]
[[File:{{{icon9}}}|Round Table||class=pixelart}}]]
Properties
Is low
True
Technical
Item ID(s)
Moveables.furniture_tables_high_01_14
Sprite ID(s)
furniture_tables_high_01_14
Tile ID(s)
143014
Round table is a tile in Project Zomboid.
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\n\newtiledefinitions.tiles
{
"furniture_tables_high_01_14": {
"name": "furniture_tables_high_01_14",
"id": 143014,
"type": "halfheight",
"tileSheetIndex": 14,
"properties": {
"spriteFlags2": 8,
"flags": [
"solidtrans"
],
"generic": {
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Round Table",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": "100",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}
See also