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