Small Table

From PZwiki
Revision as of 22:19, 21 March 2024 by Faalagorn (talk | contribs) (Update names, add trivia)
Project ZomboidTilesTablesSmall Table
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Small Table
SmallTable1.png
SmallTable2.png
SmallTable3.png
[[File:{{{icon4}}}|Small Table|]]
[[File:{{{icon5}}}|Small Table|]]
General
Category
Movable
EncumbranceMoodle Icon HeavyLoad.png
7.5
Size
1 tile
Properties
Type
Table
Build
Skill (level)
Tool(s)
Ingredients
5 × Plank.png Plank
4 × Nails.png Nails
Move
Skill (level)
Tool(s)
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Movables.{TileID}
Tile ID(s)
carpentry_01_60 carpentry_01_61 carpentry_01_62
Everyone loves a table. Even a small one.
— In-game description

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
SmallTable Carpentry.gif
Small Table
0.75 Carpentry Carpentry 3 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x5
(consumed)
Nails.png
Nails x4
(consumed)

The quality of the table is based on the player's carpentry skill.

Name Sprite Level
Shoddy Table Poorly Crafted Table Carpentry 0
Poor Quality Table Crafted Table Carpentry 4
Exceptional Table Quality Crafted Table Carpentry 7

Trivia

Code

Code icon.png 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          = Moveable,
    WorldObjectSprite    = furniture_storage_01_52,
}

See also