Small Table: Difference between revisions

From PZwiki
m (Automated navbox update)
(Version bump, rm improve,)
Line 1: Line 1:
{{Header|Project Zomboid|Tiles|Tables}}
{{Header|Project Zomboid|Tiles|Tables}}
{{Page version|40.43}}
{{Page version|41.78.16}}
{{Improve}}
{{Infobox tile
{{Infobox tile
|name = Small Table
|name = Small Table
Line 41: Line 40:


==Usage==
==Usage==
Not much usage other than for decoration or placement of other pieces of furniture on top.
Small tables are used for decorative purposes. They can be crafted by the player for realism and immersion in their safehouse.


==Crafting==
==Crafting==
Crafting requires a [[Skills|carpentry skill]] of 5.
===Carpentry===
===Carpentry===
{{Main|Carpentry}}
{{Main|Carpentry}}
Line 51: Line 48:
{{Crafting carpentry|304|ing=3}}
{{Crafting carpentry|304|ing=3}}
|}
|}
'''Crafting skill'''
 
The quality of the table is based on the [[player]]s [[carpentry]] [[skill]].
{| class="wikitable theme-red" style="text-align:center;"
{| class="wikitable theme-red" style="text-align:center;"
! style="width: 150px;" | Name
! style="width: 150px;" | Name
Line 95: Line 93:
*[[Carpentry]]
*[[Carpentry]]
*[[Furniture]]
*[[Furniture]]
*[[Large Table]]


{{Navbox construction|carpentry}}
{{Navbox construction|carpentry}}

Revision as of 23:05, 10 March 2024

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
Tile ID(s)
Base.Movable
Everyone loves a table. Even a small one.
— In-game description

A small table is a craftable piece of furniture.

Usage

Small tables are used for decorative purposes. They can be crafted by the player for realism and immersion in their safehouse.

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 players carpentry skill.

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

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