Small Table: Difference between revisions

From PZwiki
m (pztable -> wikitable theme-red)
m (→‎top: category project: "The Game World")
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Tiles|Furniture|type=Furniture|version=Version 40|incver=43}}
{{Header|Project Zomboid|Tiles|Furniture|type=Furniture|version=Version 40|incver=43}}
{{Improve}}
{{Improve}}



Revision as of 10:55, 9 January 2024

Project ZomboidTilesFurnitureSmall Table
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Template:Infobox furniture

Everyone loves a table. Even a small one.
— In-game description

A small table is a craftable piece of furniture.

Usage

Not much usage other than for decoration or placement of other pieces of furniture on top.

Crafting

Crafting requires a carpentry skill of 5.

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)

Crafting 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

From newMoveables.txt (Project Zomboid directory/media/scripts/)

item Mov_SmallTable
	{
		DisplayCategory = Furniture,
		Type			= Moveable,
		Icon			= default,
		Weight		  	= 0.5,
		DisplayName		= Moveable,
		WorldObjectSprite	= furniture_storage_01_52,
	}

See also