More actions
Small Table
[[File:{{{icon4}}}|Small Table|]]
[[File:{{{icon5}}}|Small Table|]]
[[File:{{{icon6}}}|Small Table|]]
[[File:{{{icon7}}}|Small Table|]]
[[File:{{{icon8}}}|Small Table|]]
[[File:{{{icon9}}}|Small Table|]]
Properties
Type
Table
Technical
Item ID(s)
Moveables.{TileID}
Tile ID(s)
carpentry_01_60 carpentry_01_61 carpentry_01_62
“
Everyone loves a table. Even a small one.
A small table is a craftable piece of furniture.
Usage
Small tables are mostly used for decorative purposes. They can be crafted by the player for realism and immersion in their safehouse, although they can be moved to serve as a barricade.
Crafting
Carpentry
- Main article: Carpentry
Product | Ingredients | Tools | Requirements | Workstation | XP |
---|---|---|---|---|---|
Small Table |
Plank ×5 Nails ×4 |
Hammer (tag) |
Carpentry 3 | none | 0.75 Carpentry |
The quality of the table is based on the player's carpentry skill.
Name | Sprite | Level |
---|---|---|
Poorly Crafted Table | Carpentry 0 | |
Crafted Table | Carpentry 4 | |
Quality Crafted Table | Carpentry 7 |
Trivia
- Currently, due to a shared string, the Poorly Crafted Table string is used for two items, the other being a table with drawer.
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\scripts\newMoveables.txt
item Mov_SmallTable
{
DisplayCategory = Furniture,
Type = Moveable,
Icon = default,
Weight = 0.5,
DisplayName = Small Table with Drawer,
WorldObjectSprite = furniture_storage_01_52,
}