More actions
Fancy Low Table
[[File:{{{icon3}}}|Fancy Low Table||class=pixelart}}]]
[[File:{{{icon4}}}|Fancy Low Table||class=pixelart}}]]
[[File:{{{icon5}}}|Fancy Low Table||class=pixelart}}]]
[[File:{{{icon6}}}|Fancy Low Table||class=pixelart}}]]
[[File:{{{icon7}}}|Fancy Low Table||class=pixelart}}]]
[[File:{{{icon8}}}|Fancy Low Table||class=pixelart}}]]
[[File:{{{icon9}}}|Fancy Low Table||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_tables_low_01_2
furniture_tables_low_01_3
furniture_tables_low_01_3
Tile ID(s)
144002
144003
144003
A fancy 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 |
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_low_01_2": {
"name": "furniture_tables_low_01_2",
"id": 144002,
"type": "MAX",
"tileSheetIndex": 2,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Low Table",
"Facing": "E",
"GroupName": "Fancy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 50,
"Surface": "15",
"ScrapSize": "Small",
"IsTable": "",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_tables_low_01_3": {
"name": "furniture_tables_low_01_3",
"id": 144003,
"type": "MAX",
"tileSheetIndex": 3,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Low Table",
"Facing": "S",
"GroupName": "Fancy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 50,
"Surface": "15",
"ScrapSize": "Small",
"IsTable": "",
"ForceSingleItem": ""
}
}
}
}